summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Make ANONYMOUS the default mechanismGordon Sim2008-05-091-1/+1
* QPID-979: added qpid_config.py appropriate for devel checkoutRafael H. Schloming2008-05-081-0/+23
* 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-0814-112/+156
* QPID-979: added convenience accessors for headersRafael H. Schloming2008-05-073-14/+91
* This patch was attached to QPID-953.Rajith Muditha Attapattu2008-05-061-32/+44
* QPID-1033: made loading of the spec file not fail if the results cannot be ca...Rafael H. Schloming2008-05-062-3/+23
* This is a fix for QPID-1031Rajith Muditha Attapattu2008-05-061-1/+5
* Updated for latest 0-10 spec and added two extra queue options to set the flo...Gordon Sim2008-05-051-7/+25
* applying Ted Ross's patch to handle unicode encoding and management message o...Nuno Santos2008-05-011-25/+26
* Remove preview tests (no longer required)Gordon Sim2008-05-0113-3190/+0
* QPID-966: applied patch from rajith; altered to use uuid as session name; upd...Gordon Sim2008-05-0116-222/+252
* QPID-988 and QPID-989: fixes to framing for final 0-10 specGordon Sim2008-04-302-7/+2
* QPID-981: allow id and exclude list to be passed through when creating a brid...Gordon Sim2008-04-291-5/+14
* QPID-979: added backwards compatible uuid to qpid.datatypesRafael H. Schloming2008-04-292-1/+47
* Correct expected error codes for final 0-10 specGordon Sim2008-04-241-2/+2
* QPID-953 from trossCarl C. Trieloff2008-04-247-18/+59
* Add support for reading 0-10 arrays; Set sync bit on session header for comma...Gordon Sim2008-04-232-1/+9
* Added to the no-local tests, cleaned up comments (and highlighted non-standar...Gordon Sim2008-04-231-13/+48
* QPID-945 from Ted RossCarl C. Trieloff2008-04-221-0/+159
* QPID-948: patch from Ted Ross for updated management utilities to 0-10 finalRafael H. Schloming2008-04-224-26/+25
* QPID-947: update cpp and python management to 0-10 finalRafael H. Schloming2008-04-2220-1283/+1407
* QPID-944: do no-local checking where requested when there is an exclusive sub...Gordon Sim2008-04-222-1/+29
* 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-154-21/+33
* * 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-143-5/+18
* QPID-917: Use PLAIN (rather than the non-standard AMQPLAIN) as the SASL mecha...Gordon Sim2008-04-141-1/+4
* Set executable property for commandsGordon Sim2008-04-112-0/+0
* QPID-913: committed patch from tross@redhat.comGordon Sim2008-04-114-40/+61
* Fixes and automated tests for federation function.Gordon Sim2008-04-091-11/+11
* QPID-908 from trossCarl C. Trieloff2008-04-082-3/+269
* Patch from Ted Ross: QPID-907: Management Improvements for C++ Broker and StoreKim van der Riet2008-04-083-39/+81
* Patch from Ted Ross (see QPID-902): This patch contains the following improve...Kim van der Riet2008-04-041-2/+3
* Re-introduced old 'no-local' behaviour for exclusive queues via a proprietary...Gordon Sim2008-03-314-25/+22
* QPID-885: patch from Ted RossNuno Santos2008-03-281-0/+342
* QPID-883: applying patch supplied by Ted RossNuno Santos2008-03-274-17/+207
* Update to dtx inline with latest spec:Gordon Sim2008-03-265-259/+276
* QPID-877: applied patch from Ted RossNuno Santos2008-03-252-38/+107
* Made dom query results addable per QPID-870.Rafael H. Schloming2008-03-221-1/+18
* Scope exclusive queues to sessions.Gordon Sim2008-03-174-33/+47
* Enabled tx methods on final 0-10 path and converted tests accordinglyGordon Sim2008-03-115-123/+143
* Converted some more testsGordon Sim2008-03-112-17/+17
* Fixed headers exchange to allow unbind using binding key and not argsGordon Sim2008-03-115-85/+77
* added convenience API for turning on logging; added logging for controls and ...Rafael H. Schloming2008-03-1110-29/+73
* Fixed broker to take application headers from final format message-properties...Gordon Sim2008-03-112-25/+20
* fixed datatypes.Struct.type -> datatypes.Struct._type rename omitted from ser...Rafael H. Schloming2008-03-101-1/+1
* renamed datatypes.Struct.type -> datatypes.Struct._type; this avoids naming c...Rafael H. Schloming2008-03-1011-73/+89
* Adjusted exception handling in c++ for final 0-10 path.Gordon Sim2008-03-102-39/+37