summaryrefslogtreecommitdiff
path: root/python/qpid
Commit message (Expand)AuthorAgeFilesLines
* Make ANONYMOUS the default mechanismGordon Sim2008-05-091-1/+1
* QPID-979: switched to a more appropriate name for locating the specRafael H. Schloming2008-05-081-6/+6
* QPID-979: added access to enums through the session so that symbolic constant...Rafael H. Schloming2008-05-085-17/+61
* QPID-979: added convenience accessors for headersRafael H. Schloming2008-05-071-1/+30
* QPID-1033: made loading of the spec file not fail if the results cannot be ca...Rafael H. Schloming2008-05-061-3/+11
* This is a fix for QPID-1031Rajith Muditha Attapattu2008-05-061-1/+5
* applying Ted Ross's patch to handle unicode encoding and management message o...Nuno Santos2008-05-011-25/+26
* QPID-988 and QPID-989: fixes to framing for final 0-10 specGordon Sim2008-04-302-7/+2
* QPID-979: added backwards compatible uuid to qpid.datatypesRafael H. Schloming2008-04-291-1/+38
* QPID-953 from trossCarl C. Trieloff2008-04-242-6/+21
* Add support for reading 0-10 arrays; Set sync bit on session header for comma...Gordon Sim2008-04-232-1/+9
* QPID-948: patch from Ted Ross for updated management utilities to 0-10 finalRafael H. Schloming2008-04-221-7/+7
* QPID-947: update cpp and python management to 0-10 finalRafael H. Schloming2008-04-2216-1270/+1327
* From Ted Ross: https://issues.apache.org/jira/browse/QPID-934 Alan Conway2008-04-181-2/+7
* QPID-921: applied qpid-patch36.diff on behalf of Ted RossNuno Santos2008-04-152-17/+24
* * Fix interpretation of accept-mode, 0 == EXPLICITGordon Sim2008-04-141-0/+3
* Use the errata file for final 0-10 that has a type code for xids without whic...Gordon Sim2008-04-141-0/+2
* fixed encode/decode of structs in command/control arguments to include the ty...Rafael H. Schloming2008-04-142-4/+9
* QPID-917: Use PLAIN (rather than the non-standard AMQPLAIN) as the SASL mecha...Gordon Sim2008-04-141-1/+4
* QPID-913: committed patch from tross@redhat.comGordon Sim2008-04-112-0/+698
* QPID-908 from trossCarl C. Trieloff2008-04-081-3/+3
* Patch from Ted Ross: QPID-907: Management Improvements for C++ Broker and StoreKim van der Riet2008-04-081-0/+4
* Re-introduced old 'no-local' behaviour for exclusive queues via a proprietary...Gordon Sim2008-03-311-0/+7
* QPID-883: applying patch supplied by Ted RossNuno Santos2008-03-271-15/+116
* Update to dtx inline with latest spec:Gordon Sim2008-03-263-2/+8
* QPID-877: applied patch from Ted RossNuno Santos2008-03-251-37/+100
* Enabled tx methods on final 0-10 path and converted tests accordinglyGordon Sim2008-03-112-0/+12
* 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