| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added the ability to start and stop a test broker from within the python test... | Kim van der Riet | 2009-05-06 | 1 | -2/+234 |
| * | Fix issue with python clients to cluster, mis handling of channel 0. | Alan Conway | 2009-05-04 | 1 | -2/+1 |
| * | used timed wait to improve debugability | Rafael H. Schloming | 2009-04-18 | 2 | -2/+6 |
| * | QPID-1702 QPID-1706 | Ted Ross | 2009-03-27 | 1 | -2/+2 |
| * | use longs for large hex constant literals, this avoids scary looking warnings... | Rafael H. Schloming | 2009-03-25 | 5 | -15/+15 |
| * | changed regular string encoding from str16_latin to str16 for backwards compa... | Rafael H. Schloming | 2009-03-10 | 1 | -1/+1 |
| * | fixed uuid decoding errors due to read_uuid semantics change | Rafael H. Schloming | 2009-03-06 | 1 | -1/+1 |
| * | added support for encoding buffers | Rafael H. Schloming | 2009-03-06 | 2 | -0/+7 |
| * | codec and unicode tests and fixes | Rafael H. Schloming | 2009-03-06 | 3 | -20/+42 |
| * | Improvements to qpid-stat: | Ted Ross | 2009-02-26 | 1 | -3/+135 |
| * | Added a new utility for viewing broker stats. | Ted Ross | 2009-02-25 | 1 | -3/+26 |
| * | Replace os.uname with platform.uname to enable this to work on Windows | Stephen D. Huston | 2009-02-24 | 1 | -1/+2 |
| * | QPID-1676 - Added client process name and pid to connection object for manage... | Ted Ross | 2009-02-24 | 1 | -1/+5 |
| * | Make sure docstrings are regular strings and not unicode. This works around a... | Rafael H. Schloming | 2009-01-26 | 1 | -2/+2 |
| * | ensure that we always close the socket, even if the other end doesn't | Rafael H. Schloming | 2009-01-22 | 2 | -3/+6 |
| * | ignore hearbeat controls rather than barfing on them, also permit the heartbe... | Rafael H. Schloming | 2009-01-08 | 1 | -2/+7 |
| * | made codegen happen on module import rather than on object instantiation, thi... | Rafael H. Schloming | 2009-01-08 | 5 | -84/+72 |
| * | QPID-691: fixed a typo in getopt args | Rafael H. Schloming | 2008-12-06 | 1 | -1/+1 |
| * | QPID-1512 - Catch only connection-related exceptions in qmf console | Ted Ross | 2008-12-03 | 1 | -0/+3 |
| * | QPID-1419: remove wip support from 0-9 python client | Gordon Sim | 2008-12-02 | 3 | -13/+17 |
| * | Replaced nonexistent type "double" with "float". In python, float | Ted Ross | 2008-12-01 | 1 | -1/+1 |
| * | QPID-1464 - Moved qmf console API out of python/qpid and into python/qmf | Ted Ross | 2008-11-20 | 4 | -1476/+4 |
| * | QPID-1476 - routing keys used for updates can't be used to discriminate by agent | Ted Ross | 2008-11-20 | 1 | -3/+3 |
| * | Avoid unicode in schema labels, which causes problems when they're used as | Ted Ross | 2008-11-13 | 1 | -17/+30 |
| * | Updated qmf-agent API to allow user to specify uid, password, mechanism, and ... | Ted Ross | 2008-11-13 | 1 | -10/+3 |
| * | QPID-1448 - Management APIs and CLI tools are not unicode safe | Ted Ross | 2008-11-11 | 4 | -70/+79 |
| * | use long syntax for flow control literals, this will hopefully avoid future w... | Rafael H. Schloming | 2008-11-10 | 1 | -1/+1 |
| * | fixed potential race condition in qpid.util.listen; added asserts to internal... | Rafael H. Schloming | 2008-11-10 | 1 | -1/+1 |
| * | added a timestamp class to qpid.datatypes and modified codec to use it for AM... | Rafael H. Schloming | 2008-11-10 | 3 | -7/+60 |
| * | Added bank numbers to the routing key of a QMF heartbeat message. | Ted Ross | 2008-11-04 | 1 | -4/+21 |
| * | Clarified broker/agent banks in method names. Added new accessor methods for... | Ted Ross | 2008-11-04 | 1 | -5/+11 |
| * | Federation enhancements and bug fixes: | Ted Ross | 2008-10-31 | 1 | -3/+9 |
| * | Fixed a problem with improper shutdown that occasionally caused unhandled exc... | Ted Ross | 2008-10-31 | 1 | -0/+1 |
| * | ssl support for the python client | Rafael H. Schloming | 2008-10-28 | 4 | -39/+103 |
| * | fixed a bug in int16 codec | Rafael H. Schloming | 2008-10-28 | 1 | -1/+1 |
| * | Put Url.match back in. It isn't unused. | Ted Ross | 2008-10-27 | 1 | -0/+3 |
| * | Fixed the following problems in qmfconsole.py: | Ted Ross | 2008-10-24 | 1 | -117/+147 |
| * | Use a str16 instead of str8 for qmf method response text | Ted Ross | 2008-10-24 | 2 | -2/+2 |
| * | Added alternative functions for invoking methods | Ted Ross | 2008-10-24 | 1 | -26/+74 |
| * | Marked old python management API as obsolete. Updated 0-10 tests to use new ... | Ted Ross | 2008-10-23 | 2 | -0/+9 |
| * | Allow transport to be set on qpid-route. | Gordon Sim | 2008-10-20 | 1 | -3/+7 |
| * | QPID-1360 - Scaling improvements for QMF | Ted Ross | 2008-10-15 | 2 | -85/+129 |
| * | QPID-1350 - changed syntax of dereference so it becomes optional | Ted Ross | 2008-10-15 | 1 | -6/+6 |
| * | c++ broker: Don't hold on to delivery records for accepted/released messages ... | Gordon Sim | 2008-10-15 | 1 | -0/+1 |
| * | QPID-1350 - Object reference following in the QMF console API | Ted Ross | 2008-10-10 | 1 | -10/+20 |
| * | QPID-1327 - Add display of source broker in __repr__ for events | Ted Ross | 2008-10-10 | 1 | -35/+37 |
| * | QPID-1327 - Added optional severity override in the eventRaise method | Ted Ross | 2008-10-09 | 1 | -0/+1 |
| * | QPID-1327 - Added severity field to events, cleaned up routing key usage | Ted Ross | 2008-10-08 | 2 | -16/+35 |
| * | QPID-1327 - Event support for Management | Ted Ross | 2008-10-07 | 3 | -177/+153 |
| * | Added property-selector to the console getObjects function | Ted Ross | 2008-09-26 | 1 | -5/+23 |