summaryrefslogtreecommitdiff
path: root/python/qpid
Commit message (Expand)AuthorAgeFilesLines
* Fixed headers exchange to allow unbind using binding key and not argsGordon Sim2008-03-111-1/+1
* added convenience API for turning on logging; added logging for controls and ...Rafael H. Schloming2008-03-117-15/+58
* renamed datatypes.Struct.type -> datatypes.Struct._type; this avoids naming c...Rafael H. Schloming2008-03-107-63/+75
* added support for mapsRafael H. Schloming2008-03-073-10/+58
* Added acquire impl to final 0-10 codepathGordon Sim2008-03-071-1/+1
* send an empty frame for an empty segmentRafael H. Schloming2008-03-071-1/+1
* added session.sync(); session.auto_sync; made transfers not auto-complete; fi...Rafael H. Schloming2008-03-075-16/+86
* added timeouts to hello-010-world; switched to conditions rather than events ...Rafael H. Schloming2008-03-076-30/+100
* preliminary support for message headersRafael H. Schloming2008-03-061-1/+9
* added codec for sequence_set; added id to Message; RangeSet -> RangedSet; add...Rafael H. Schloming2008-03-063-21/+40
* forked python tests for 0-10 preview and 0-10 finalGordon Sim2008-03-052-13/+44
* added incoming queues for messages; altered session dispatch to send entire a...Rafael H. Schloming2008-03-054-31/+94
* added frame-end back as a temporary workaround for C++; added a timeout to th...Rafael H. Schloming2008-03-051-0/+6
* added logging; fixed deprecation warnings in old codec; filled in datatypes.M...Rafael H. Schloming2008-03-054-9/+31
* check the mtime of the cached spec against the code that generates itRafael H. Schloming2008-03-042-5/+7
* import of in-process 0-10 final python clientRafael H. Schloming2008-03-0411-0/+1747
* QPID-820 from trossCarl C. Trieloff2008-02-282-230/+353
* put queue listeners in their own threadRafael H. Schloming2008-02-251-16/+31
* Start moving towards final 0-10 spec:Gordon Sim2008-02-213-5/+11
* removed management.py.rej, which had been checked in by mistakeNuno Santos2008-01-231-457/+0
* fixed python dependence on the content-length attribute (bz 419371)Rafael H. Schloming2008-01-182-11/+11
* patch-715 (tross)Carl C. Trieloff2008-01-021-15/+50
* patch from tross Carl C. Trieloff2007-12-141-5/+7
* Patches from Ted Ross <tross@redhat.com>Alan Conway2007-12-102-60/+636
* removed warnings on duplicate constants, the issue will go away with 0-10 finalRafael H. Schloming2007-12-041-1/+2
* QPID-687: comitted qpid-patch7-python.diff for real this time.Alan Conway2007-11-152-74/+190
* 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