summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warning with gcc 4.3Alan Conway2008-06-021-1/+5
* Minor updates to tests:Gordon Sim2008-06-025-15/+15
* Use InlineVector for AMQFrame, reduces heap allocations by 13%.Alan Conway2008-06-022-3/+3
* Removed redundant flush request.Gordon Sim2008-05-301-1/+0
* Convert remaining cppunit tests to boost test framework to reduce dependencies.Gordon Sim2008-05-3020-2086/+1842
* QPID-1100 crash when config file contains commented-out commands (patch from ...Ted Ross2008-05-291-46/+65
* Performnace fix, improves 6-8% on high core count machines.Carl C. Trieloff2008-05-293-5/+13
* Packaing error - SessionId.hAlan Conway2008-05-291-1/+1
* Correct declarations to be the same as definitions.Gordon Sim2008-05-292-2/+2
* Move AckPolicy impl from header to .cpp; ensure that completion is marked eve...Gordon Sim2008-05-293-24/+58
* Only record frames for replay if timeout is non-zero.Gordon Sim2008-05-292-2/+6
* Updated some 'todo' comments with clearer text.Gordon Sim2008-05-281-6/+4
* Improve latency test tool to allow lower rates.Gordon Sim2008-05-281-14/+12
* QPID-1098: correction to queue query when queue is not knownGordon Sim2008-05-281-11/+16
* QPID-1095: another error code correctionGordon Sim2008-05-281-1/+1
* QPID-1095: fixes to dtx error codes for latest spec changes.Gordon Sim2008-05-283-7/+7
* Fixes to binding of member functions as raised on qpid list by Manuel Teira.Gordon Sim2008-05-281-11/+10
* Removed obsolete src/qpid/client/SessionImpl.h .cppAlan Conway2008-05-274-278/+0
* Fixed error in RangeSet, caused compile failure on Solaris.Alan Conway2008-05-271-5/+6
* 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