summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Generate code in $builddir to allow multiple VPATH builds.Alan Conway2008-05-272-13/+14
* 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
* Make help2man and doxygen dependencies optional.Alan Conway2008-05-263-3/+34
* 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
* Corrected examples for new session API.Alan Conway2008-05-266-2/+6
* Changes to Session API:Alan Conway2008-05-2644-478/+537
* Fix compile error in examples.Alan Conway2008-05-263-3/+3
* Delete obsolete Channel class.Alan Conway2008-05-238-1094/+18
* qpid::SessionState: Added error checking for invalid frame sequences.Alan Conway2008-05-2311-46/+87
* 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-224-8/+13
* 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
* Make rpmbuild python tests work under old versions of automake.Alan Conway2008-05-161-3/+1
* QPID-1034 by Senaka FernandoCarl C. Trieloff2008-05-161-0/+26
* 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-152-8/+6
* 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-142-2/+2
* Fix example check in rpmbuild.Alan Conway2008-05-142-8/+7
* Added requires for XML exchangeCarl C. Trieloff2008-05-141-0/+7
* Exclude XML example if XML not enabled.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
* Exclude XML example checks if XML support is not available.Alan Conway2008-05-142-18/+21
* 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
* Fix typo in examples.Alan Conway2008-05-131-3/+3
* 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