summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* python API updatesRafael H. Schloming2007-11-074-45/+85
* Fix for QPID-639: c++ now includes sizes for all structs (enabled the same in...Gordon Sim2007-11-071-2/+2
* added factory for structs, and made default spec loading based on AMQP_SPEC e...Rafael H. Schloming2007-11-074-11/+44
* 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-063-12/+61
* applied patch from tross posted in QPID-666Rafael H. Schloming2007-10-292-2/+227
* Added empty stub in client.py for handling session acksKim van der Riet2007-10-291-0/+3
* 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
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-162-5/+7
* 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-148-45/+170
* whitespace cleanupRafael H. Schloming2007-10-111-6/+6
* 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
* issue execution_sync rather than execution_flush prior to waiting for completionRafael H. Schloming2007-09-271-3/+3
* added support for 0-10 field table encodingRafael H. Schloming2007-09-273-23/+87
* Change to start execution mark at -1Gordon Sim2007-09-261-8/+12
* 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-2113-71/+72
* Fixed (il)logic in timeout management when waiting for completion.Gordon Sim2007-09-191-2/+2
* Added routing key for more readable logs.Alan Conway2007-09-191-1/+1
* made testlib use session_open for 0-10Rafael H. Schloming2007-09-181-1/+5
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-131-1/+16
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-129-52/+58
* * Python: reinstated 0-8 framing in parallel with the new 0-10 framingAndrew Stitcher2007-09-121-3/+33
* * python/qpid/codec.pyAndrew Stitcher2007-09-122-4/+26
* Initial implementation (plus very simple tests) of message.acquire, message.r...Gordon Sim2007-09-034-8/+75
* Fix for QPID-561Gordon Sim2007-09-031-1/+1
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-2814-863/+165
* removed extraneous whitespaceRafael H. Schloming2007-08-231-21/+21
* removed circular from importsRafael H. Schloming2007-08-222-5/+5
* added support for 0-10 style header encodingRafael H. Schloming2007-08-226-18/+110
* made -i and -I support pattern matchesRafael H. Schloming2007-08-211-2/+5
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-2110-75/+85
* made codec.py load the spec file on demandRafael H. Schloming2007-08-211-3/+9
* Permit skipping of self tests and specify a folder for the spec file. Patch i...Rafael H. Schloming2007-08-203-13/+31
* added support for unpacked structs and execution.resultRafael H. Schloming2007-08-1011-28/+139
* Broker management of message acknowledgements now runs entirely off execution...Gordon Sim2007-08-101-0/+138
* split invoke out into two distinct version specific implsRafael H. Schloming2007-08-091-28/+33
* removed extraneous whitespaceRafael H. Schloming2007-08-091-11/+7
* removed extraneous whitespaceRafael H. Schloming2007-08-091-13/+13
* added support for parsing structs and results into the spec metadataRafael H. Schloming2007-08-092-11/+105