summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Cluster returns connection exception for un-supported AMQP features.Alan Conway2008-10-313-4/+40
* Added return Message overload of SubscriptionManager get().Alan Conway2008-10-315-10/+24
* Fix intermittent hanging where two threads are waiting for completions on the...Gordon Sim2008-10-311-1/+1
* Federation bug-fixes:Ted Ross2008-10-314-12/+22
* Fix Acl references related to QPID-1368Stephen D. Huston2008-10-302-5/+5
* Fix namespace reference usage to work on WindowsStephen D. Huston2008-10-301-2/+2
* Resolve Time diffs for Windows; add Windows version of asynch I/O layer. Reso...Stephen D. Huston2008-10-307-20/+173
* Adjust ACL-related enums to avoid Windows macro clashes; fixes QPID-1368Stephen D. Huston2008-10-303-98/+100
* Resolved unused argument warnings from MSVCStephen D. Huston2008-10-304-41/+41
* Adjust namespace references to work with MSVCStephen D. Huston2008-10-309-28/+41
* Consistently refer to struct as struct, not classStephen D. Huston2008-10-301-1/+1
* Removed unneeded forward refStephen D. Huston2008-10-301-1/+0
* Add missing include fileStephen D. Huston2008-10-301-0/+2
* Add missing include new - needed on WindowsStephen D. Huston2008-10-301-0/+1
* Removed unneeded and nonportable include config.hStephen D. Huston2008-10-301-1/+0
* Add Windows pieces for building the broker; resolves QPID-1338Stephen D. Huston2008-10-302-1/+90
* Add missing source filesStephen D. Huston2008-10-302-4/+16
* Replicate session state for un-acknowledged messages to new cluster members.Alan Conway2008-10-3011-70/+232
* Include qpidd.h file in listed sourcesGordon Sim2008-10-301-1/+1
* Allow AbsTime and Duration to be used cross-platform; add usleep() wrapper. R...Stephen D. Huston2008-10-295-48/+125
* Split platform-specific qpidd code out to posix/QpiddBroker.cpp; allows Windo...Stephen D. Huston2008-10-294-188/+253
* * added flag to SubscriptionSettings to control automatic completion of messageGordon Sim2008-10-296-30/+50
* Ensure required header files are installed (we may want to revise this, but a...Gordon Sim2008-10-291-5/+5
* Make federation work over Rdma linksAndrew Stitcher2008-10-281-45/+53
* Trivial comment changeAndrew Stitcher2008-10-281-1/+0
* Recent change from AckPolicy to Subscription means completions are not sent a...Gordon Sim2008-10-281-0/+1
* Test for presence of python directoryGordon Sim2008-10-281-3/+7
* Add CONF_FILE and MODULE_DIR macros to allow building clientStephen D. Huston2008-10-271-8/+8
* Fix minor compile warnings noticed on WindowsStephen D. Huston2008-10-275-7/+6
* client::SubscriptionManager::findSubscription() throws if not found.Alan Conway2008-10-273-5/+7
* corrected compile errorCarl C. Trieloff2008-10-261-1/+1
* Adjust to removed AckPolicy.cpp and refactored Modules.h, .cppStephen D. Huston2008-10-262-7/+10
* Change 'at' to 'find' to build with older g++ and with MSVCStephen D. Huston2008-10-261-1/+2
* Refactor duplicated Module-handling from broker/client to commonStephen D. Huston2008-10-264-59/+132
* Microsoft NMAKE file to generate C++ code from specsStephen D. Huston2008-10-261-0/+38
* Client API change: Centralize access to subscription status, better control o...Alan Conway2008-10-2529-496/+740
* Fix script to clean up data_dir.Alan Conway2008-10-251-2/+3
* Fix compile error.Alan Conway2008-10-251-2/+2
* Fix compile error.Alan Conway2008-10-251-1/+1
* Use new wrapped get() accessor in AddressStephen D. Huston2008-10-241-2/+3
* Fix compile errors introduced by Address changesStephen D. Huston2008-10-243-3/+3
* Moved TcpAddress insertion operators to Address.cppStephen D. Huston2008-10-241-6/+0
* Fix Address wrapper to compile on MS VC8; discussed with Alan ConwayStephen D. Huston2008-10-243-7/+59
* Microsoft Visual Studio 2005 (VC8) project/solution filesStephen D. Huston2008-10-244-0/+3561
* Add check for presence of certutil when running ssl testGordon Sim2008-10-241-1/+8
* fix for make distcheck (I had listed wrong filenames in earlier commit)Gordon Sim2008-10-241-2/+2
* Use a str16 instead of str8 for qmf method response textTed Ross2008-10-242-9/+9
* Added truncation logic to putShortString and putMediumString in case strings ...Ted Ross2008-10-241-2/+4
* Added exchange options to qpid-configTed Ross2008-10-241-0/+1
* removed qualifiers from return values (cause problems on newer compilers)Gordon Sim2008-10-243-7/+3