summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-2706 Patch from Chuck RolkeTed Ross2010-06-298-20/+7
* Move all shared lib prefix/postfix/suffix settings from tests/CMakeLists.txt ...Stephen D. Huston2010-06-293-13/+11
* added a case for SEC_ERROR_EXPIRED_CERTIFICATE: in getErrorString() Rajith Muditha Attapattu2010-06-291-0/+1
* QPID-2689: Install and package Visual Studio debugging symbols (.pdb) files,Andrew Stitcher2010-06-282-168/+191
* QPID-2589 - Patch from Chuck RolkeTed Ross2010-06-251-6/+74
* QPID-2589 - Patch from Chuck RolkeTed Ross2010-06-2523-378/+498
* QPID-2698: recognise special property names for amqp 0-10 specific message- a...Gordon Sim2010-06-254-3/+98
* Fix regression in r956882, sporadic failures of client_test.cpp:testBadClient...Alan Conway2010-06-243-18/+11
* Fix test bug causing occasional failure of cluster_test.Alan Conway2010-06-241-1/+1
* QPID-2589 - Patch from Chuck RolkeTed Ross2010-06-2417-1/+779
* Ensure spout example waits for all messages to be sent before detaching sessionGordon Sim2010-06-241-0/+1
* QPID-2691: ensure ttl adjustment uses correct expiration on cloned messageGordon Sim2010-06-244-5/+10
* Make verify_cluster_objects more informative.Alan Conway2010-06-231-9/+16
* Make management+cluster test more aggressive.Alan Conway2010-06-233-13/+11
* Fixed scripts that referred to README instead of README.txt.Jonathan Robie2010-06-235-32/+13
* Changed README to README.txt throughout the project for consistency. Removed ...Jonathan Robie2010-06-235-0/+0
* small clean up: Remove use of obsolete Dispatcher class.Andrew Stitcher2010-06-231-8/+4
* QPID-2388: Do not unmask signals whilst waiting for IO to happenAndrew Stitcher2010-06-232-18/+2
* QPID-2688: ensure that unacked messages are requeued before autodeletion occu...Gordon Sim2010-06-223-9/+37
* Fix bad assertion introduced in prevoius commit r956882Alan Conway2010-06-222-4/+7
* Don't hold QueueRegistry lock while iterating over queues to purge them of ex...Gordon Sim2010-06-221-1/+17
* Fix cluster broker crashes when management is active.Alan Conway2010-06-2212-427/+188
* Fix version infoAlan Conway2010-06-187-30/+11
* Refer to FailoverUpdatesImpl as the struct it is, not a class. Removes compil...Stephen D. Huston2010-06-171-1/+1
* Consistent comparison of unsigned values; clarify usage as well as removing p...Stephen D. Huston2010-06-171-1/+2
* Change warning C4996 from level 1 to level 4. This is the "warning C4996: 'st...Stephen D. Huston2010-06-172-1/+9
* Allow libraries to be independently versioned in the autotools build.Alan Conway2010-06-179-41/+52
* Bug 603835 - cluster_tests.test_management failing.Alan Conway2010-06-166-37/+53
* remove assertion for condition that is in fact valid (the callback could have...Gordon Sim2010-06-161-2/+0
* Nix a compile warning on Windows about converting int to bool.Stephen D. Huston2010-06-161-1/+1
* QPID-2589 - Patch from Chuck RolkeTed Ross2010-06-1536-92/+1879
* QPID-2670: copy-on-write when tagging message for loop detectionGordon Sim2010-06-156-4/+29
* This change is a partial fix for the problem of long cluster failovers. This...Michael Goulish2010-06-151-1/+3
* Added qpid-cpp-benchmark to EXTRA_DIST.Alan Conway2010-06-141-0/+1
* QPID-2667 - Documentation update from Chuck RolkeTed Ross2010-06-141-8/+9
* Allow entry into notifyPendingWrite() if already stopped as it is too hardAndrew Stitcher2010-06-141-2/+2
* Move QueuePair member in Rdma::AsynchIO to ensure that it get destroyed beforeAndrew Stitcher2010-06-142-4/+6
* Ensure that we can't shutdown in the middle of writing a bufferAndrew Stitcher2010-06-141-0/+1
* Combine Rdma::Buffer and ibv_sge needed to send itAndrew Stitcher2010-06-147-63/+60
* Try to avoid getting into a state where we can't send credit because weAndrew Stitcher2010-06-141-1/+10
* Added asserts to ensure that we catch it if xmitCredit isn't saneAndrew Stitcher2010-06-141-0/+7
* Allow stopping even if we've got outstanding write buffers.Andrew Stitcher2010-06-141-1/+1
* In Rdma::AsynchIO::stop():Andrew Stitcher2010-06-142-6/+19
* Only set the draining flag when we delay calling the drained callback.Andrew Stitcher2010-06-141-2/+1
* Trivial code simplificationAndrew Stitcher2010-06-141-3/+1
* Removed unnecessary parameter from Rdma::AsynchIO::dataEvent()Andrew Stitcher2010-06-142-3/+3
* Rename tests qpid_* to qpid-* for consistency.Alan Conway2010-06-148-47/+42
* Fixed a bug in which QMF error return codes were being sent back as 7 - Excep...Ted Ross2010-06-111-20/+12
* Fix ordering problem with of dependencies of make check.Alan Conway2010-06-111-1/+2
* QPID-2666: Fix for init script problem where config file has "log-to-file" se...Kim van der Riet2010-06-111-1/+1