summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Explicitly name qpid::framing::Buffer instead of framing::Buffer; resolves co...Stephen D. Huston2010-01-121-5/+5
* QPID-664: Added some of the missing standard message headers. Added two new t...Gordon Sim2010-01-125-8/+57
* 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-111-1/+1
* Fix broker crash "confirmed N but only sent M" with managed agents running.Alan Conway2010-01-116-21/+121
* Add cluster watchdog plugin to cmake build.Alan Conway2010-01-071-1/+2
* fix & test QPID-2320Carl C. Trieloff2010-01-061-6/+5
* 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
* Revert "Make cluster update work out of the box without special authenticatio...Alan Conway2010-01-062-4/+4
* Added config-seq counter to track config changes since cluster init.Alan Conway2010-01-069-54/+108
* 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-063-42/+11
* BodyHolder.cpp, .h removed. 0 bytes and no references to either one. Resolves...Stephen D. Huston2010-01-052-0/+0
* Added handling of MAP values for the wrapped QMF interfaces.Ted Ross2010-01-051-1/+1
* Upped qpid version to 0.7 for next development cycleAndrew Stitcher2010-01-041-1/+1
* QPID-2296: Cluster errors when using acquire-mode-not-acquiredAlan Conway2009-12-223-3/+5
* 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
* QPID-2289: Fixed copy constructor in qpid::messaging::Message, added in equal...Gordon Sim2009-12-172-4/+55
* QPID-2282: test_watchdog failing due to incorrect use of env. varsAlan Conway2009-12-161-1/+1
* Added methods to set the message redelivered flag upon recoveryKim van der Riet2009-12-162-0/+7
* 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-157-65/+113
* 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-151-75/+0
* Move the TCPConnector class to its own file to allow deriving from it; resolv...Stephen D. Huston2009-12-143-352/+445
* Fix compile warnings; resolve QPID-2272Stephen D. Huston2009-12-142-3/+3
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-1112-28/+79
* Add retry capability to several cpg calls.Michael Goulish2009-12-112-3/+96
* QPID-2245 QMF protocol changes will make 0.6 incompatible with 0.5Ted Ross2009-12-116-143/+9
* QPID-2216: correct option name in log message for ssl plugin.Gordon Sim2009-12-101-1/+1
* QPID-2256: Removed an unnecessary lock that was causing deadlock due to lock ...Andrew Stitcher2009-12-101-4/+0
* QPID-2253 - Cluster node shuts down with inconsistent error.Alan Conway2009-12-091-5/+4
* QPID-2214: Opening and closing client connections causes memory use to grow u...Andrew Stitcher2009-12-072-27/+63
* QPID-2231: Cluster + store fails with default data-directoryAlan Conway2009-12-031-7/+7
* Add comments to start(); resolves QPID-1899Stephen D. Huston2009-12-021-1/+17
* Make cluster update work out of the box without special authentication options.Alan Conway2009-12-012-4/+4
* Remove a hardwired reference to nss include directory to allow debian buildAndrew Stitcher2009-11-301-2/+2
* Improved documentation for PlugIn::initOrder.Alan Conway2009-11-301-2/+4
* Cluster consistency: check for no clean store condition.Alan Conway2009-11-264-24/+54
* Consistency checks for persistent cluster startup.Alan Conway2009-11-256-28/+53
* Updated qpid version to 0.6Andrew Stitcher2009-11-251-1/+1
* Export the initOrder() method; fixes QPID-2217Stephen D. Huston2009-11-251-1/+1
* Verify stored cluster-id matches agreed cluster-id when joining a persistent ...Alan Conway2009-11-244-41/+49
* Support for restarting a persistent cluster.Alan Conway2009-11-2415-100/+372