summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* added .class files to svn:ignore for commonRafael H. Schloming2008-05-150-0/+0
* 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
* svn:ignore properties.Alan Conway2008-05-140-0/+0
* 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
* add ignore fileAidan Skinner2008-05-141-0/+3
* 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
* Ignore sasldbAlan Conway2008-05-130-0/+0
* 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
* QPID-1052: Patch from Ted RossGordon Sim2008-05-129-15/+54
* Fix to allow VPATH builds to work after checkin for QPID-648Andrew Stitcher2008-05-121-1/+1
* QPID-1039: Patch from Mick Goulish: Fix program options behavior for Boost 10...Andrew Stitcher2008-05-124-6/+445
* QPID-1025: updated fix for empty payload issue, this change removes state tra...Rafael H. Schloming2008-05-122-15/+34
* QPID-1044: Part of patch from Jonathan Robie + changes to verify scripts to k...Gordon Sim2008-05-1227-527/+641
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-1253-1133/+2068
* QPID-1037: removed manual setting of the module.name property as it is set au...Rafael H. Schloming2008-05-125-6/+4
* QPID-947: fixed typo in prior commitRafael H. Schloming2008-05-121-1/+1
* QPID-947: added handler for known_completed and generate known_completed when...Rafael H. Schloming2008-05-124-0/+51
* Extra ignoresGordon Sim2008-05-120-0/+0
* Couple of extra simple tests for publishing and consuming in generic fashion.Gordon Sim2008-05-123-1/+227
* Script to test federated setup using the topic test.Gordon Sim2008-05-121-0/+94
* QPID-1048: Only wait for enqueue completion for persistent queues.Gordon Sim2008-05-111-1/+1