summaryrefslogtreecommitdiff
path: root/python/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added event handling, did some code cleanup and fixed some small bugsTed Ross2008-09-241-117/+258
* QPID-1291 - William Henry's python test (plus some test harness updates)Ted Ross2008-09-241-1/+8
* Cleaned up display and parsing of class names for qpid-toolTed Ross2008-09-221-18/+26
* QPID-1288 - Added error handling and remote agent support to the console API....Ted Ross2008-09-191-49/+212
* QPID-1288 - Removed test codeTed Ross2008-09-181-9/+7
* QPID-1288 - New (and greatly improved) API for management console accessTed Ross2008-09-181-0/+953
* allow creation of objectId from first/second id componentsNuno Santos2008-09-051-3/+7
* QPID-1174 Updates to the management frameworkTed Ross2008-09-032-62/+199
* QPID-1250: Ensure broker receives session.detached before channel can be reused.Gordon Sim2008-08-181-1/+6
* Restructured qpid-tool commands to allow active-only listsTed Ross2008-08-051-13/+18
* Don't pad out the last column of a tableTed Ross2008-08-011-4/+6
* Added signed integer datatypes for use in management schemasTed Ross2008-07-312-1/+26
* QPID-1174 - Management updates for remote agentsTed Ross2008-07-312-24/+83
* QPID-1174 Remote Management Agent for management of external componentsTed Ross2008-07-111-13/+14
* Switch to async mode for management communicationTed Ross2008-06-301-0/+1
* QPID-1143: added buffering, we now only issue one write per assemblyRafael H. Schloming2008-06-161-2/+18
* QPID-1142: made session.sync() always set the sync flag on execution_syncRafael H. Schloming2008-06-161-4/+6
* add enough to the server delegate to permit java clients to connectRafael H. Schloming2008-06-161-2/+5
* Minor additions to Range and RangedSetKim van der Riet2008-06-051-1/+10
* Management cleanup - renamed config/inst elements to properties and statisticsTed Ross2008-06-041-3/+3
* QPID-947: added codec and tests for array and list typesRafael H. Schloming2008-05-232-11/+48