summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-1066 : Removed isInfo wrapping. Added test that is missing from trunk fr...Martin Ritchie2008-05-192-7/+260
* QPID-1071Ted Ross2008-05-191-1/+1
* QPID-947: restrict docstring initialization to recent python versionsRafael H. Schloming2008-05-161-3/+6
* Added missing log/Logger.h to headers.Alan Conway2008-05-161-1/+1
* QPID-947: initialize docstrings for protocol methods from the specRafael H. Schloming2008-05-164-25/+55
* QPID-1060 : Release ref to transient meta data; cache message sizeRobert Godfrey2008-05-162-22/+22
* QPID-1067Carl C. Trieloff2008-05-165-55/+29
* QPID-1067 by trossCarl C. Trieloff2008-05-164-11/+31
* Make rpmbuild python tests work under old versions of automake.Alan Conway2008-05-161-3/+1
* QPID-1017 by Senaka Fernando -- with a few small editsCarl C. Trieloff2008-05-161-4/+12
* QPID-1034 by Senaka FernandoCarl C. Trieloff2008-05-162-0/+37
* 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-162-0/+20
* QPID-1064: made qpid-config close the session/connection; added incoming.stop...Rafael H. Schloming2008-05-155-5/+14
* - Remove redundant comments about AMQP_SPECAlan Conway2008-05-1515-60/+0
* 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-1517-113/+21
* change ordering of config records in management updates; patch supplied by Te...Nuno Santos2008-05-153-3/+3
* QPID-1062: phase 1 of improvements to 0-10 encode/decode; this inlines the re...Rafael H. Schloming2008-05-153-84/+77
* fixed a typo in 010ExcludeListRafael H. Schloming2008-05-151-1/+1
* 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
* QPID-965: made the ant build report the cummulative success/failure of the te...Rafael H. Schloming2008-05-143-5/+38
* 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
* Merge branch 'python-mllib'Aidan Skinner2008-05-141-3/+6
* Fixed python/examples/xml-exchange verify script.Alan Conway2008-05-146-15/+16
* Modified the verify_java_python.in file to reflect the changes made to the py...Rajith Muditha Attapattu2008-05-141-3/+3
* QPID-990: Patch from Ted Ross to enable persisting of inter-broker routing en...Gordon Sim2008-05-1312-152/+514
* From Jonathan Robie:Alan Conway2008-05-138-66/+464
* continuation of QPID-1052Nuno Santos2008-05-133-8/+14
* Added sync() to ensure all acks are receivd before exiting the Dispatcher loop.Alan Conway2008-05-131-0/+1
* QPID-954: added fallbacks and fixes for running the python client on python 2.3Rafael H. Schloming2008-05-134-5/+40
* 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-133-6/+6
* QPID-1053: add a timeout in case the broker is never readyRafael H. Schloming2008-05-131-4/+15
* 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-1055: use int64 for encoding python both python int and longs; this ensu...Rafael H. Schloming2008-05-132-2/+2
* 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
* QPID-1053: updated QpidTestCase to check against broker output to ensure the ...Rafael H. Schloming2008-05-136-17/+55
* QPID-1006: Don't use tcp-nodelay as default and set socket buffer size only w...Arnaud Simon2008-05-131-8/+13
* QPID-1052: Management: session.name matches session id provided by API, handl...Nuno Santos2008-05-132-3/+24
* Fix macro used in test for backwards compatability.Gordon Sim2008-05-131-1/+1