summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-1512 - Catch only connection-related exceptions in qmf consoleTed Ross2008-12-034-6/+16
* QPID-1419: remove wip support from 0-9 python client Gordon Sim2008-12-023-13/+17
* Gets of specific object-ids should only involve the agent(s) that ownTed Ross2008-12-011-4/+11
* Added handling of connection loss with connection retry.Ted Ross2008-12-011-12/+17
* Fixed a logic bug in a try/finallyTed Ross2008-12-011-1/+1
* Replaced nonexistent type "double" with "float". In python, floatTed Ross2008-12-012-2/+2
* Fixed regression caused by a change to the qmf.console API.Ted Ross2008-12-011-8/+3
* removed incubator noticeCarl C. Trieloff2008-12-012-7/+2
* Fixed a performance regression caused by the management code.Ted Ross2008-12-011-1/+1
* QPID-1484 - qpid-printevents now handles connection loss/reconnectTed Ross2008-11-241-4/+14
* QPID-1483 - Connection handling in the Python QMF console APITed Ross2008-11-241-38/+126
* Added __hash__ and __eq__ methods to ObjectId.Ted Ross2008-11-241-0/+6
* Removed hooks for message credits. This will be implemented correctly later.Ted Ross2008-11-241-10/+5
* Fixed several problems related to qmf update timestamps:Ted Ross2008-11-211-11/+15
* Add ability to construct a ClassKey from it's __repr__ string.Ted Ross2008-11-211-6/+23
* code cleanup on qmf console APITed Ross2008-11-212-61/+105
* QPID-1464 - Moved qmf console API out of python/qpid and into python/qmfTed Ross2008-11-209-16/+34
* QPID-1476 - routing keys used for updates can't be used to discriminate by agentTed Ross2008-11-201-3/+3
* Fix to error handling, without this I was seeing "AttributeError: Exception i...Gordon Sim2008-11-171-1/+1
* updated version numbers and release notes for M4Rafael H. Schloming2008-11-151-2/+2
* Avoid unicode in schema labels, which causes problems when they're used asTed Ross2008-11-131-17/+30
* Removed spurious exception re-raiseTed Ross2008-11-131-1/+0
* Updated qmf-agent API to allow user to specify uid, password, mechanism, and ...Ted Ross2008-11-131-10/+3
* Removed optimistic-consume option for queuesTed Ross2008-11-121-9/+1
* added codec tests for int64Rafael H. Schloming2008-11-111-0/+8
* QPID-1448 - Management APIs and CLI tools are not unicode safeTed Ross2008-11-116-76/+100
* 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-104-1/+4
* added a timestamp class to qpid.datatypes and modified codec to use it for AM...Rafael H. Schloming2008-11-105-15/+120
* Added support for push-routes and queue-based routes.Ted Ross2008-11-051-112/+182
* 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
* Fixed usage text for qpid-toolTed Ross2008-11-041-1/+1
* Federation enhancements and bug fixes:Ted Ross2008-10-312-4/+110
* 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-282-1/+5
* 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 exchange options to qpid-configTed Ross2008-10-241-24/+59
* QPID-1348 - Dynamic binding for federation. Parameterized exchange names for...Ted Ross2008-10-241-9/+32
* Added alternative functions for invoking methodsTed Ross2008-10-241-26/+74
* QPID-1348 - Reference implementation of dynamic bindingTed Ross2008-10-236-0/+692
* Marked old python management API as obsolete. Updated 0-10 tests to use new ...Ted Ross2008-10-233-23/+17
* Allow transport to be set on qpid-route.Gordon Sim2008-10-202-9/+17
* QPID-1360 - Scaling improvements for QMFTed Ross2008-10-153-195/+214
* 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
* Adjust sizes in tests for change to timestamp settingGordon Sim2008-10-131-2/+2