summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warning with gcc 4.3Alan Conway2008-06-021-1/+5
* QPID-1110: use pre-acquire mode when message selector is the empty stringArnaud Simon2008-06-021-1/+3
* 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
* QPID-754: changed prop nameArnaud Simon2008-05-301-1/+1
* Convert remaining cppunit tests to boost test framework to reduce dependencies.Gordon Sim2008-05-3023-2100/+1846
* This check in is for QPID-1102.Rajith Muditha Attapattu2008-05-303-13/+355
* 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
* QPID-1094: added finally close for cleaning potential indoubt txArnaud Simon2008-05-291-0/+11
* 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-1094 and QPID-1095: Updated XaResource for handling wrong flag value, up...Arnaud Simon2008-05-286-40/+72
* QPID-1099 Add tests for publishing several messages transactionally and consu...Aidan Skinner2008-05-281-0/+68
* QPID-1098: correction to queue query when queue is not knownGordon Sim2008-05-282-11/+21
* QPID-1095: another error code correctionGordon Sim2008-05-282-3/+2
* QPID-1095: fixes to dtx error codes for latest spec changes.Gordon Sim2008-05-284-14/+123
* QPID-1097: Those changes have been suggested by LanaArnaud Simon2008-05-284-181/+155
* QPID-1094: Implement XA resource exception handling and add corresponding testsArnaud Simon2008-05-288-183/+694
* 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
* I am applying the patch provided by Senaka attached to QPID-968Rajith Muditha Attapattu2008-05-262-1/+18
* Fix compile error in examples.Alan Conway2008-05-263-3/+3
* QPID-947: added test for nested listsRafael H. Schloming2008-05-231-1/+5
* QPID-947: added codec and tests for array and list typesRafael H. Schloming2008-05-233-11/+75
* Delete obsolete Channel class.Alan Conway2008-05-238-1094/+18
* QPID-1064: only set the listeners to None *after* the thread has stoppedRafael H. Schloming2008-05-231-8/+8
* QPID-947: Switched over to using proper RFC 1982 serial numbers.Rafael H. Schloming2008-05-234-8/+82
* QPID-901: Track and report session exceptions, modified generator validate va...Rafael H. Schloming2008-05-2311-46/+272