summaryrefslogtreecommitdiff
path: root/python/qpid
Commit message (Expand)AuthorAgeFilesLines
* Added the ability to start and stop a test broker from within the python test...Kim van der Riet2009-05-061-2/+234
* Fix issue with python clients to cluster, mis handling of channel 0.Alan Conway2009-05-041-2/+1
* used timed wait to improve debugabilityRafael H. Schloming2009-04-182-2/+6
* QPID-1702 QPID-1706Ted Ross2009-03-271-2/+2
* use longs for large hex constant literals, this avoids scary looking warnings...Rafael H. Schloming2009-03-255-15/+15
* changed regular string encoding from str16_latin to str16 for backwards compa...Rafael H. Schloming2009-03-101-1/+1
* fixed uuid decoding errors due to read_uuid semantics changeRafael H. Schloming2009-03-061-1/+1
* added support for encoding buffersRafael H. Schloming2009-03-062-0/+7
* codec and unicode tests and fixesRafael H. Schloming2009-03-063-20/+42
* Improvements to qpid-stat:Ted Ross2009-02-261-3/+135
* Added a new utility for viewing broker stats.Ted Ross2009-02-251-3/+26
* Replace os.uname with platform.uname to enable this to work on WindowsStephen D. Huston2009-02-241-1/+2
* QPID-1676 - Added client process name and pid to connection object for manage...Ted Ross2009-02-241-1/+5
* Make sure docstrings are regular strings and not unicode. This works around a...Rafael H. Schloming2009-01-261-2/+2
* ensure that we always close the socket, even if the other end doesn'tRafael H. Schloming2009-01-222-3/+6
* ignore hearbeat controls rather than barfing on them, also permit the heartbe...Rafael H. Schloming2009-01-081-2/+7
* made codegen happen on module import rather than on object instantiation, thi...Rafael H. Schloming2009-01-085-84/+72
* QPID-691: fixed a typo in getopt argsRafael H. Schloming2008-12-061-1/+1
* QPID-1512 - Catch only connection-related exceptions in qmf consoleTed Ross2008-12-031-0/+3
* QPID-1419: remove wip support from 0-9 python client Gordon Sim2008-12-023-13/+17
* Replaced nonexistent type "double" with "float". In python, floatTed Ross2008-12-011-1/+1
* QPID-1464 - Moved qmf console API out of python/qpid and into python/qmfTed Ross2008-11-204-1476/+4
* QPID-1476 - routing keys used for updates can't be used to discriminate by agentTed Ross2008-11-201-3/+3
* Avoid unicode in schema labels, which causes problems when they're used asTed Ross2008-11-131-17/+30
* Updated qmf-agent API to allow user to specify uid, password, mechanism, and ...Ted Ross2008-11-131-10/+3
* QPID-1448 - Management APIs and CLI tools are not unicode safeTed Ross2008-11-114-70/+79
* use long syntax for flow control literals, this will hopefully avoid future w...Rafael H. Schloming2008-11-101-1/+1
* fixed potential race condition in qpid.util.listen; added asserts to internal...Rafael H. Schloming2008-11-101-1/+1
* added a timestamp class to qpid.datatypes and modified codec to use it for AM...Rafael H. Schloming2008-11-103-7/+60
* Added bank numbers to the routing key of a QMF heartbeat message.Ted Ross2008-11-041-4/+21
* Clarified broker/agent banks in method names. Added new accessor methods for...Ted Ross2008-11-041-5/+11
* Federation enhancements and bug fixes:Ted Ross2008-10-311-3/+9
* Fixed a problem with improper shutdown that occasionally caused unhandled exc...Ted Ross2008-10-311-0/+1
* ssl support for the python clientRafael H. Schloming2008-10-284-39/+103
* fixed a bug in int16 codecRafael H. Schloming2008-10-281-1/+1
* Put Url.match back in. It isn't unused.Ted Ross2008-10-271-0/+3
* Fixed the following problems in qmfconsole.py:Ted Ross2008-10-241-117/+147
* Use a str16 instead of str8 for qmf method response textTed Ross2008-10-242-2/+2
* Added alternative functions for invoking methodsTed Ross2008-10-241-26/+74
* Marked old python management API as obsolete. Updated 0-10 tests to use new ...Ted Ross2008-10-232-0/+9
* Allow transport to be set on qpid-route.Gordon Sim2008-10-201-3/+7
* QPID-1360 - Scaling improvements for QMFTed Ross2008-10-152-85/+129
* QPID-1350 - changed syntax of dereference so it becomes optionalTed Ross2008-10-151-6/+6
* c++ broker: Don't hold on to delivery records for accepted/released messages ...Gordon Sim2008-10-151-0/+1
* QPID-1350 - Object reference following in the QMF console APITed Ross2008-10-101-10/+20
* QPID-1327 - Add display of source broker in __repr__ for eventsTed Ross2008-10-101-35/+37
* QPID-1327 - Added optional severity override in the eventRaise methodTed Ross2008-10-091-0/+1
* QPID-1327 - Added severity field to events, cleaned up routing key usageTed Ross2008-10-082-16/+35
* QPID-1327 - Event support for ManagementTed Ross2008-10-073-177/+153
* Added property-selector to the console getObjects functionTed Ross2008-09-261-5/+23