summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Tighten up sync-correctness in SubscriptionManager & Dispatcher.Alan Conway2008-05-275-10/+12
* Use symbolic constants for message flow values.Alan Conway2008-05-271-1/+1
* VPATH fixAlan Conway2008-05-271-1/+1
* Generate code in $builddir to allow multiple VPATH builds.Alan Conway2008-05-271-3/+13
* Copy valgrind support files in a VPATH builds.Alan Conway2008-05-271-1/+4
* Additional API documentation around sync vs. async sessions.Alan Conway2008-05-273-1/+45
* Added some comments to the various connection settings.Gordon Sim2008-05-271-1/+48
* Fixed intermittent leak of client::Connector thread.Alan Conway2008-05-265-11/+12
* Removed BOOST_REQUIRE_EQUAL, not available in older boost.test.Alan Conway2008-05-261-1/+1
* Speculative "fix" for solaris compile errors discussed on qpid-dev.Alan Conway2008-05-263-34/+31
* Changes to Session API:Alan Conway2008-05-2631-390/+396
* Fix compile error in examples.Alan Conway2008-05-261-1/+1
* Delete obsolete Channel class.Alan Conway2008-05-238-1094/+18
* qpid::SessionState: Added error checking for invalid frame sequences.Alan Conway2008-05-2310-46/+86
* Improved logging for session state - show incomplete commands on receive-comp...Alan Conway2008-05-222-23/+29
* Improved logging for session state.Alan Conway2008-05-222-15/+33
* QPID-1088Ted Ross2008-05-222-2/+9
* QPID-1087Ted Ross2008-05-2122-257/+257
* Added check to exclude old gcc compilers for atomic ops.Alan Conway2008-05-212-2/+2
* Replaced AtomicCount with AtomicValue template. Alan Conway2008-05-219-493/+237
* Fix build error.Alan Conway2008-05-201-1/+2
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-2022-717/+478
* QPID-1073Ted Ross2008-05-192-2/+19
* QPID-1071Ted Ross2008-05-191-1/+1
* Added missing log/Logger.h to headers.Alan Conway2008-05-161-1/+1
* QPID-1065: Management messages may lost if client attach hits a small time wi...Nuno Santos2008-05-164-16/+42
* QPID-1061: Management heartbeat message from broker -- applied patch supplied...Nuno Santos2008-05-161-0/+12
* Patch from michael goulish: QPID-1063: "under Boost 103200, command line args...Kim van der Riet2008-05-153-42/+103
* - Enable python tets and examples in make rpmbuild.Alan Conway2008-05-151-4/+4
* change ordering of config records in management updates; patch supplied by Te...Nuno Santos2008-05-153-3/+3
* Python tests running in rpmbuild.Alan Conway2008-05-141-1/+1
* Undo revision 656320, causing build problems.Alan Conway2008-05-144-17/+12
* Don't fail if python tests aren't found.Gordon Sim2008-05-141-1/+1
* Fix for large messages.Gordon Sim2008-05-141-1/+1
* Fix valgrind problems in VPATH builds.Alan Conway2008-05-144-12/+17
* QPID-990: Patch from Ted Ross to enable persisting of inter-broker routing en...Gordon Sim2008-05-1310-87/+370
* From Jonathan Robie:Alan Conway2008-05-132-66/+94
* Added sync() to ensure all acks are receivd before exiting the Dispatcher loop.Alan Conway2008-05-131-0/+1
* Minor change to tests to use correlation id rather than body for identifying ...Gordon Sim2008-05-132-3/+9
* Fail with exception if queue is not durable and configured policy is exceeded.Gordon Sim2008-05-131-1/+2
* Removed confusing broker::Message typedef intrusive_ptr<Message> shared_ptrAlan Conway2008-05-133-5/+3
* QPID-1054: Fixed reporting of startup failures in daemon mode.Gordon Sim2008-05-131-9/+11
* Added enum CreditUnit { MESSAGE=0, BYTE=1 };Alan Conway2008-05-131-0/+2
* Fix macro used in test for backwards compatability.Gordon Sim2008-05-131-1/+1
* QPID-1052: Patch from Ted RossGordon Sim2008-05-126-9/+20
* QPID-1039: Patch from Mick Goulish: Fix program options behavior for Boost 10...Andrew Stitcher2008-05-124-6/+445
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-1247-1100/+2012
* Couple of extra simple tests for publishing and consuming in generic fashion.Gordon Sim2008-05-123-1/+227
* Script to test federated setup using the topic test.Gordon Sim2008-05-121-0/+94
* QPID-1048: Only wait for enqueue completion for persistent queues.Gordon Sim2008-05-111-1/+1