summaryrefslogtreecommitdiff
path: root/qpid/python/tests_0-10/exchange.py
Commit message (Expand)AuthorAgeFilesLines
* moved protocol tests from qpid/python to qpid/testsRafael H. Schloming2010-02-051-461/+0
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-221-0/+4
* Fix for QPID-2171 "No checks made for reserved exchange names "amq.*" and "qp...Kim van der Riet2009-10-291-10/+29
* Fixed lack of checking for reserved exchange names that start with "amq." acc...Kim van der Riet2009-10-281-0/+22
* use longs for large hex constant literals, this avoids scary looking warnings...Rafael H. Schloming2009-03-251-2/+2
* QPID-979: added access to enums through the session so that symbolic constant...Rafael H. Schloming2008-05-081-2/+2
* Fixed headers exchange to allow unbind using binding key and not argsGordon Sim2008-03-111-0/+1
* Fixed broker to take application headers from final format message-properties...Gordon Sim2008-03-111-17/+20
* Converted some more tests to use new clientGordon Sim2008-03-071-29/+106
* Fixes to c++ broker:Gordon Sim2008-03-061-19/+19
* Fix to headers exchanges bind: need to check the match value is present befor...Gordon Sim2007-10-171-0/+8
* Use octet each for class and method id (changed c++ and python)Gordon Sim2007-09-211-1/+1
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-6/+6
* Some initial 0-10 support including placeholders for new domains, use of exec...Gordon Sim2007-07-241-0/+327