summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only search for boost.system if the discovered Boost version is 1.35 or great...Stephen D. Huston2009-12-141-6/+12
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-1116-33/+141
* 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-119-149/+12
* QPID-2236: cmake link error, missing boost.system library.Alan Conway2009-12-103-3/+11
* 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
* Set up python test list correctly and get the correct exit code from a test p...Stephen D. Huston2009-12-092-2/+3
* Correct typo in diagnostic message.Stephen D. Huston2009-12-091-1/+1
* QPID-2214: Opening and closing client connections causes memory use to grow u...Andrew Stitcher2009-12-072-27/+63
* QPID-2246 - QMF - Querying objects using a selector of type ObjectId yields i...Ted Ross2009-12-042-18/+49
* Fix build errors in test_store; resolves QPID-2229Stephen D. Huston2009-12-042-5/+5
* QPID-2231: Cluster + store fails with default data-directoryAlan Conway2009-12-031-7/+7
* QPID-2227 C++ "make dist" is missing cluster.cmake and has unneeded test_env.shAndrew Stitcher2009-12-031-1/+1
* Run cluster tests under cmake.Alan Conway2009-12-0222-91/+192
* Fixed intermittent hang seen in Qmf interop tests.Ted Ross2009-12-021-1/+1
* 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
* Fix problem with make distcheck - python tests not being skipped when python ...Alan Conway2009-12-012-16/+11
* Remove a hardwired reference to nss include directory to allow debian buildAndrew Stitcher2009-11-301-2/+2
* Remove env setting causing problems with failover-soak.Alan Conway2009-11-301-2/+0
* Improved documentation for PlugIn::initOrder.Alan Conway2009-11-301-2/+4
* Clean up test environment variables, prepare for running more tests in cmake.Alan Conway2009-11-3028-163/+166
* Fix autotool dependency on installed libtool for running "make check"Andrew Stitcher2009-11-302-2/+3
* Cluster consistency: check for no clean store condition.Alan Conway2009-11-265-26/+69
* Consistency checks for persistent cluster startup.Alan Conway2009-11-257-42/+88
* Change java and python package versions to 0.6Andrew Stitcher2009-11-251-1/+1
* Fixed cluster build for recent cluster changesAndrew Stitcher2009-11-251-0/+2
* 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-247-66/+83
* Added flow control to failover_test in cluster_tests.py.Alan Conway2009-11-241-2/+2
* Support for restarting a persistent cluster.Alan Conway2009-11-2422-160/+616
* QPID-664: Allow session to be specified as transactional; add basic test of t...Gordon Sim2009-11-237-7/+41
* QPID-664: Use subject if specified as binding key when a map filter is specifiedGordon Sim2009-11-231-13/+19
* QPID-664: Set subject in application headers when specifiedGordon Sim2009-11-234-25/+23
* Revert "Added getStoreDir() to MessageStore"Alan Conway2009-11-206-10/+0
* Changes to hopefully address a sporadic test failure. Couldn't reproduce so n...Alan Conway2009-11-201-8/+5
* Fix race in the test: wait for both brokers to be ready before killing one.Alan Conway2009-11-201-0/+1
* Fix distcheck failure: don't try to run python tests if python not available.Alan Conway2009-11-201-3/+6
* Added test_env.sh script to distributed file listGordon Sim2009-11-201-1/+2
* Removed the Visual Studio solution/project files, as these are now generated ...Stephen D. Huston2009-11-2028-12618/+28
* QPID-664: Added some documentation for address options; tidied up the handlin...Gordon Sim2009-11-191-5/+22
* QPID-664: Refactored address resolution; ensure type is asserted on when requ...Gordon Sim2009-11-191-77/+58
* QPID-664: Bring address option names in to line with those used in python cli...Gordon Sim2009-11-193-44/+73
* QPID-664: Refine address resolution; if type not specified, default to queue ...Gordon Sim2009-11-192-31/+82
* In exchange-bound, set queue-not-found correctly even if exchange is not found.Gordon Sim2009-11-191-1/+1