summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* QPID-947: made python client use execution.sync instead of session.flush when...Rafael H. Schloming2008-05-091-1/+5
* QPID-1047: Qpidc.spec.in is missing dependencies and has misplaced files -- a...Nuno Santos2008-05-092-2/+14
* QPID-1045 and QPID-1041: added a destination attribute to incoming queues, an...Rafael H. Schloming2008-05-093-4/+37
* Support for 0-10 sessions, not yet integrated. Misc minor fixes.Alan Conway2008-05-0923-328/+907
* QPID-1045: always notify incoming message queues of session closure and provi...Rafael H. Schloming2008-05-097-47/+138
* QPID-648: Patch from Matt FarrelleeGordon Sim2008-05-098-9/+98
* Fix to managementgen so that VPATH builds workAndrew Stitcher2008-05-091-1/+1
* Reverted change to use ANONYMOUS as default (I had a change of heart on that)Gordon Sim2008-05-091-1/+1
* Enabled PLAIN authentication and setting of username and password for 0-10 py...Gordon Sim2008-05-097-63/+48
* QPID-1042: ensure delievery record is kept where accept_mode=not-required, ac...Gordon Sim2008-05-092-2/+27
* Make ANONYMOUS the default mechanismGordon Sim2008-05-091-1/+1
* Make ANONYMOUS the default authentication mechanism. Gordon Sim2008-05-092-2/+2