summaryrefslogtreecommitdiff
path: root/qpid/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed syntax error in handling of timeouts.Gordon Sim2007-08-091-1/+1
* Timeout after waiting for completion that doesn't arrive.Gordon Sim2007-08-081-3/+5
* Some restructuring of the client code: Gordon Sim2007-08-023-9/+5
* added future imports for jythonRafael H. Schloming2007-08-011-0/+4
* Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44...Martin Ritchie2007-07-311-0/+25
* added an explicit upper bound check for longsRafael H. Schloming2007-07-271-2/+4
* Use execution layer to acknowledge messages. Gordon Sim2007-07-2710-62/+178
* Changed use of Event to directly use Condition to workaround problems on othe...Gordon Sim2007-07-261-12/+20
* made query[...] support both navigation and filteringRafael H. Schloming2007-07-251-20/+33
* Made attributes queryable.Rafael H. Schloming2007-07-241-9/+20
* Removed unused regex.Rafael H. Schloming2007-07-241-3/+0
* Some initial 0-10 support including placeholders for new domains, use of exec...Gordon Sim2007-07-2420-21/+3283
* Added a better XML library.Rafael H. Schloming2007-07-236-139/+632
* Applied a modified version of the range checking patch from QPID-498.Rafael H. Schloming2007-07-232-18/+142
* Added extra test for new execution layer methods.Gordon Sim2007-07-231-0/+29