summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-1108 patch from Manuel TeiraCarl C. Trieloff2008-06-031-20/+2
* Queue stats: byteDepth now computed periodicallyTed Ross2008-06-022-6/+19
* Separate option parsing from qpid::client::ClientSettings.Alan Conway2008-06-0215-73/+92
* QPID-1114 Daemon mode improvementsTed Ross2008-06-026-19/+22
* Improve performance of synchronous publication by not requesting known-comple...Gordon Sim2008-06-024-7/+25
* Added --syslog-name, --syslog-facility options.Alan Conway2008-06-0210-60/+152
* Fix that works on 1.33/gcc4.1 up to boost 1.34.13/gcc 4.3Alan Conway2008-06-021-5/+5
* Fixed dereference of null pointerTed Ross2008-06-021-1/+2
* Backed out previous fix compiler for warning, it fails with boost 1.33.Alan Conway2008-06-021-5/+1
* QPID-1113 Management cleanup and performance enhancementsTed Ross2008-06-0223-138/+244
* Fix compiler warning with gcc 4.3Alan Conway2008-06-021-1/+5
* disable use of module-dir when running examplesGordon Sim2008-06-021-1/+1
* 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
* Add short sleep before killing python server to ensure it has had a chance to...Gordon Sim2008-05-301-0/+1
* Convert remaining cppunit tests to boost test framework to reduce dependencies.Gordon Sim2008-05-3023-2100/+1846
* 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-273-6/+5
* VPATH fixAlan Conway2008-05-271-1/+1
* 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