summaryrefslogtreecommitdiff
path: root/qpid/python/tests_0-10
Commit message (Expand)AuthorAgeFilesLines
* Additional test covering the current hack for no-local used on exclusive queuesGordon Sim2007-11-161-0/+42
* Fix to auto-rollback which didn't do what it was supposed to (i.e. rollback a...Gordon Sim2007-11-151-3/+24
* Get rid of basic_publish, no longer supported by c++ broker.Alan Conway2007-11-091-2/+2
* Fix to QPID-640. The fields actually set/encoded are now tracked explicitly.Gordon Sim2007-11-071-1/+1
* updated pack param, however nothing was broken because first param is 0Kim van der Riet2007-11-061-1/+1
* Add support for array type to c++ (and python, decode only for now)Gordon Sim2007-11-061-12/+43
* applied patch from tross posted in QPID-666Rafael H. Schloming2007-10-291-2/+2
* Additional testing of subscriber in not-acquired modeGordon Sim2007-10-251-5/+34
* Fixed return of acquired message ranges (and added tests)Gordon Sim2007-10-181-2/+10
* Fix to headers exchanges bind: need to check the match value is present befor...Gordon Sim2007-10-171-0/+8
* Remove default queue concept which is no longer applicable in 0-10.Gordon Sim2007-10-151-5/+2
* Enabled packed struct encoding in python, cpp, and java. Also fixed computati...Rafael H. Schloming2007-10-141-12/+16
* Exclusive no longer implies auto-delete on queue.declare.Gordon Sim2007-10-116-69/+69
* Ensure recovered messages have the redelivered flag setGordon Sim2007-10-111-0/+1
* Additional tests and fixesGordon Sim2007-10-041-0/+23
* Added test for ordering of released messagesGordon Sim2007-10-041-0/+24
* Fixed recovery; unacked message records are now updated to hold the new comma...Gordon Sim2007-10-021-0/+46
* Moved c++ over to using the same preview file for 0-10 work as java.Gordon Sim2007-09-213-8/+14
* Use octet each for class and method id (changed c++ and python)Gordon Sim2007-09-216-54/+36
* Added routing key for more readable logs.Alan Conway2007-09-191-1/+1
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-127-51/+49
* Initial implementation (plus very simple tests) of message.acquire, message.r...Gordon Sim2007-09-031-7/+71
* Fix for QPID-561Gordon Sim2007-09-031-1/+1
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-2810-841/+159
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-218-71/+73
* Broker management of message acknowledgements now runs entirely off execution...Gordon Sim2007-08-101-0/+138
* Use execution layer to acknowledge messages. Gordon Sim2007-07-275-39/+71
* Some initial 0-10 support including placeholders for new domains, use of exec...Gordon Sim2007-07-2413-0/+3232