summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-664: Added some of the missing standard message headers. Added two new t...Gordon Sim2010-01-1210-8/+504
* This further improves the fix made at rev 19819 in Qpid trunk for QPID-2175Rajith Muditha Attapattu2010-01-112-4/+6
* This is a fix for QPID-2297Rajith Muditha Attapattu2010-01-112-3/+4
* Fix broker crash "confirmed N but only sent M" with managed agents running.Alan Conway2010-01-118-23/+127
* QPID-2327 - Enhance qpid-config to deal with xml and headers brokersTed Ross2010-01-073-3/+148
* Fix problem in automake build introduced by r896959.Alan Conway2010-01-071-1/+1
* Add cluster watchdog plugin to cmake build.Alan Conway2010-01-074-1/+11
* StoreStatus tests clean up temporary directory properly.Alan Conway2010-01-071-10/+16
* fix & test QPID-2320Carl C. Trieloff2010-01-062-6/+10
* Make cluster::StoreStatus::load/save no-ops if broker has no data-dir.Alan Conway2010-01-061-0/+2
* Fix uninitialized read error in cluster::StoreStatus.Alan Conway2010-01-061-7/+22
* Fix error in cluster_tests.pyAlan Conway2010-01-061-2/+2
* Revert "Make cluster update work out of the box without special authenticatio...Alan Conway2010-01-062-4/+4
* Minor cluster test fixes.Alan Conway2010-01-062-3/+2
* Added config-seq counter to track config changes since cluster init.Alan Conway2010-01-0612-59/+137
* Exception handling for URL parsing in cluster.Alan Conway2010-01-062-8/+16
* Don't hold up broker initialization for cluster initialization.Alan Conway2010-01-064-51/+27
* Install useful tests.Alan Conway2010-01-061-20/+21
* BodyHolder.cpp, .h removed. 0 bytes and no references to either one. Resolves...Stephen D. Huston2010-01-052-0/+0
* Add qpidxarm.dll to the installer; resolves QPID-2284.Stephen D. Huston2010-01-051-0/+3
* React properly to generated headers being in the source dir as opposed to bui...Stephen D. Huston2010-01-051-1/+10
* Add qpid/cpp/packaging/NSIS files to dist; resolves QPID-2300Stephen D. Huston2010-01-052-1/+23
* Add vcproj files for messaging/drain and messaging/spout; resolves QPID-2299Stephen D. Huston2010-01-054-181/+97
* Remove old vcproj files not in use any longer; resolves QPID-2301Stephen D. Huston2010-01-051-2/+0
* Add header.html and footer.html to dist files; resolves QPID-2302Stephen D. Huston2010-01-051-1/+2
* Added handling of MAP values for the wrapped QMF interfaces.Ted Ross2010-01-0511-204/+477
* Upped qpid version to 0.7 for next development cycleAndrew Stitcher2010-01-042-2/+2
* When installing WCF DLLs on Windows, install the Release ones, not Debug. Res...Stephen D. Huston2010-01-041-2/+2
* QPID-2296: Cluster errors when using acquire-mode-not-acquiredAlan Conway2009-12-225-3/+43
* This is a fix for QPID-2290 and the proper fix for QPID-2175Rajith Muditha Attapattu2009-12-182-3/+5
* QPID-2210: Rework SocketAddress class to have correct value semantics under c...Andrew Stitcher2009-12-172-16/+44
* QPID-2293: MessageReplyTracker loses messages if an exception is thrown duri...Alan Conway2009-12-171-3/+1
* Apply patches QPID-2128-2.patch, cppbld.patch and interop.tx.patch; resolves ...Stephen D. Huston2009-12-171-0/+9
* QPID-2289: Fixed copy constructor in qpid::messaging::Message, added in equal...Gordon Sim2009-12-177-5/+123
* QPID-2282: test_watchdog failing due to incorrect use of env. varsAlan Conway2009-12-162-1/+2
* Added methods to set the message redelivered flag upon recoveryKim van der Riet2009-12-162-0/+7
* test_watchdog: trivial test fix, check exit status of qpidd.Alan Conway2009-12-161-2/+2
* Update to c++ INSTALL fileKim van der Riet2009-12-161-0/+6
* QPID-2278: Encode alternate exchange information at the end of the buffer for...Gordon Sim2009-12-161-4/+6
* QPID-2281: LockFile class now actually locks the file!Andrew Stitcher2009-12-151-3/+8
* QPID-2279: Removal of unused "using qpid::messaging::filter"Andrew Stitcher2009-12-153-3/+0
* Fix for QPID-2278 - "Store recovery compatibility problem introduced by alter...Kim van der Riet2009-12-151-2/+4
* QPID-1951: Removed need for Windows versions of ssize_t and pid_tAndrew Stitcher2009-12-1511-143/+235
* Fix the check for boost system; prev one broke Windows config. Instead of try...Stephen D. Huston2009-12-151-2/+3
* The spout/drain examples have qpid::Options usage which inlines the boost::pr...Stephen D. Huston2009-12-152-9/+5
* QPID-2089: Dequeue on acquire for accept mode NONEGordon Sim2009-12-152-2/+6
* QPID-2212: revert previous attempt at fix; disable on windows onlyGordon Sim2009-12-153-6/+7
* Remove stray comma; resolving QPID-2202Stephen D. Huston2009-12-141-1/+1
* Move the TCPConnector class to its own file to allow deriving from it; resolv...Stephen D. Huston2009-12-145-356/+460
* Fix compile warnings; resolve QPID-2272Stephen D. Huston2009-12-142-3/+3