summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Made the getSSF() member functions of Connectors private as they can't be use...Andrew Stitcher2010-01-213-3/+3
* Log detailed error if unexpected socket write error (don't throw anymore)Andrew Stitcher2010-01-211-1/+4
* Fixed "Cluster-safe assertions" not to break the build (CMake)Andrew Stitcher2010-01-211-0/+1
* Cluster-safe assertions.Alan Conway2010-01-207-4/+147
* Provide access to a sessions connection.Gordon Sim2010-01-203-0/+31
* QPID-664: added support for testing transactions to qpid-send and qpid-recv, ...Gordon Sim2010-01-203-27/+62
* Removed dead code - cluster::Connection::left()Alan Conway2010-01-192-9/+0
* Fix intermittent test error: cluster_test.cpp(1108): error in "testRelease": ...Alan Conway2010-01-191-0/+1
* QPID-2335: Set the timeout used when waiting for a message to be 1 second whi...Gordon Sim2010-01-191-1/+1
* Correct new uuid methods for Windows, add QPID_CLIENT_EXTERN where needed.Stephen D. Huston2010-01-182-2/+3
* Deleting vestigial header file.Jonathan Robie2010-01-181-37/+0
* Commiting John Dunning's revisions to the XML client session test.Jonathan Robie2010-01-181-1/+2
* Applied John Dunning's patch from https://issues.apache.org/jira/browse/QPID-...Jonathan Robie2010-01-182-4/+8
* QPID-2295: Clustered + persistent broker crashes with inconsistency error.Alan Conway2010-01-184-30/+1
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-1511-16/+246
* Removed dead code: OutputTask::hasOutput and Queue::checkForMessages.Alan Conway2010-01-1411-56/+0
* Added raise_event support to the Ruby and Python wrapped agent APIs.Ted Ross2010-01-137-10/+193
* 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-128-8/+485
* 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-116-21/+121
* 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-073-1/+9
* 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-0611-59/+135
* 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
* Added handling of MAP values for the wrapped QMF interfaces.Ted Ross2010-01-053-6/+126
* 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-224-3/+42
* 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-176-5/+120
* 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