summaryrefslogtreecommitdiff
path: root/qpid/python
Commit message (Expand)AuthorAgeFilesLines
...
* File rename to better fit the pubsub nomenclature (from jrobie@redhat.com)Gordon Sim2007-12-192-25/+15
* patch from tross Carl C. Trieloff2007-12-143-18/+68
* set executable propertyAlan Conway2007-12-111-0/+0
* Patches from Ted Ross <tross@redhat.com>Alan Conway2007-12-105-60/+1294
* Reversed renamingGordon Sim2007-12-058-0/+0
* Renamed for consistency with c++Gordon Sim2007-12-058-0/+0
* Updates to examples from jonathan.robie@redhat.comGordon Sim2007-12-058-29/+18
* removed warnings on duplicate constants, the issue will go away with 0-10 finalRafael H. Schloming2007-12-041-1/+2
* Python examplesAlan Conway2007-11-3010-0/+782
* new fileArnaud Simon2007-11-271-0/+95
* Additional test covering the current hack for no-local used on exclusive queuesGordon Sim2007-11-161-0/+42
* QPID-687: comitted qpid-patch7-python.diff for real this time.Alan Conway2007-11-152-74/+190
* 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