summaryrefslogtreecommitdiff
path: root/python/qpid
Commit message (Expand)AuthorAgeFilesLines
* python API updatesRafael H. Schloming2007-11-073-36/+75
* 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-073-6/+42
* Add support for array type to c++ (and python, decode only for now)Gordon Sim2007-11-062-0/+18
* applied patch from tross posted in QPID-666Rafael H. Schloming2007-10-291-0/+225
* Added empty stub in client.py for handling session acksKim van der Riet2007-10-291-0/+3
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-161-5/+4
* Enabled packed struct encoding in python, cpp, and java. Also fixed computati...Rafael H. Schloming2007-10-145-27/+137
* whitespace cleanupRafael H. Schloming2007-10-111-6/+6
* 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-272-16/+87
* Change to start execution mark at -1Gordon Sim2007-09-261-8/+12
* Use octet each for class and method id (changed c++ and python)Gordon Sim2007-09-216-17/+35
* Fixed (il)logic in timeout management when waiting for completion.Gordon Sim2007-09-191-2/+2
* 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-121-0/+9
* * 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-032-0/+4
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-283-10/+5
* added support for 0-10 style header encodingRafael H. Schloming2007-08-225-16/+107
* 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-212-4/+12
* Permit skipping of self tests and specify a folder for the spec file. Patch i...Rafael H. Schloming2007-08-201-6/+23
* added support for unpacked structs and execution.resultRafael H. Schloming2007-08-108-14/+90
* 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-091-11/+49
* 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 an explicit upper bound check for longsRafael H. Schloming2007-07-271-2/+4
* Use execution layer to acknowledge messages. Gordon Sim2007-07-274-22/+95
* Changed use of Event to directly use Condition to workaround problems on othe...Gordon Sim2007-07-261-12/+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-244-13/+46
* Added a better XML library.Rafael H. Schloming2007-07-232-139/+19
* Applied a modified version of the range checking patch from QPID-498.Rafael H. Schloming2007-07-232-18/+142
* Added initial 'execution-layer' to try out methods form the 0-10 execution cl...Gordon Sim2007-07-232-0/+33
* Some tests and fixes for dtx preview.Gordon Sim2007-06-052-11/+13
* disabled the tests directory until the failures are fixedRafael H. Schloming2007-05-311-1/+1
* tests moved to test directoryRafael H. Schloming2007-05-301-38/+0
* added listener support to queues, also added support for non version specific...Rafael H. Schloming2007-05-303-13/+35
* Load domain docs into the python spec structure.Rafael H. Schloming2007-05-301-9/+38
* * python/qpid/*.py:: apply 0-9 changes missed by merge.Alan Conway2007-03-213-8/+19
* * cpp-0-9: svn copy of 0-9 branch cpp, will rename to cpp on next update.Alan Conway2007-03-211-5/+3
* Merged revisions 507491-507559,507561-507601,507603-507621,507623-507671,5076...Alan Conway2007-03-196-29/+56
* Merged revisions 504601-504602,504604-504609,504611-504702,504704-504707,5047...Alan Conway2007-03-191-0/+4