summaryrefslogtreecommitdiff
path: root/python/commands
Commit message (Expand)AuthorAgeFilesLines
* use longs for large hex constant literals, this avoids scary looking warnings...Rafael H. Schloming2009-03-252-2/+2
* QPID-1758 Applied qpid-config patch from Ffrench Mathilde.Ted Ross2009-03-191-5/+48
* Typo in printing of 'generate events' option on queue.Gordon Sim2009-03-021-1/+1
* Improvements to qpid-stat:Ted Ross2009-02-261-76/+140
* Added a new utility for viewing broker stats.Ted Ross2009-02-252-0/+388
* QPID-1669 - Added client connection management to qpid-cluster.Ted Ross2009-02-191-18/+157
* Added qpid-cluster utility plus model changes to support it.Ted Ross2009-01-261-0/+180
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-201-3/+7
* Added lvq-no-browse support to qpid-config.Ted Ross2009-01-151-16/+49
* QPID-1567: Initial support for asynchronous queue state replicationGordon Sim2009-01-151-1/+12
* Fixed code problem for Python versions less than 2.5Ted Ross2009-01-091-3/+4
* Restrict queries to the broker-resident agent only.Ted Ross2008-12-171-12/+18
* Avoid a divide-by-zero that can occur if updates are sent with a timestampTed Ross2008-12-031-0/+2
* QPID-1512 - Catch only connection-related exceptions in qmf consoleTed Ross2008-12-032-2/+2
* Added handling of connection loss with connection retry.Ted Ross2008-12-011-12/+17
* Fixed regression caused by a change to the qmf.console API.Ted Ross2008-12-011-8/+3
* QPID-1484 - qpid-printevents now handles connection loss/reconnectTed Ross2008-11-241-4/+14
* QPID-1464 - Moved qmf console API out of python/qpid and into python/qmfTed Ross2008-11-204-12/+12
* Fix to error handling, without this I was seeing "AttributeError: Exception i...Gordon Sim2008-11-171-1/+1
* Removed spurious exception re-raiseTed Ross2008-11-131-1/+0
* Removed optimistic-consume option for queuesTed Ross2008-11-121-9/+1
* QPID-1448 - Management APIs and CLI tools are not unicode safeTed Ross2008-11-112-6/+21
* Added support for push-routes and queue-based routes.Ted Ross2008-11-051-112/+182
* Fixed usage text for qpid-toolTed Ross2008-11-041-1/+1
* Federation enhancements and bug fixes:Ted Ross2008-10-311-1/+101
* 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
* Allow transport to be set on qpid-route.Gordon Sim2008-10-201-6/+10
* QPID-1360 - Scaling improvements for QMFTed Ross2008-10-151-110/+85
* Allow management clienst to specify transport to use for inter-broker linksGordon Sim2008-10-131-4/+7
* QPID-1349 - Push routing for federation (includes hook for dynamic routing)Ted Ross2008-10-101-1/+1
* Added new queue options to qpid-config (lvq, cluster-durable, optimistic)Ted Ross2008-10-081-33/+64
* QPID-1327 - Event support for ManagementTed Ross2008-10-073-27/+24
* Added extra queue optionGordon Sim2008-09-301-2/+8
* Added property-selector to the console getObjects functionTed Ross2008-09-262-23/+23
* Added event handling, did some code cleanup and fixed some small bugsTed Ross2008-09-242-1/+69
* One more fix for qpid-routeTed Ross2008-09-191-5/+5
* QPID-1288 - Added error handling and remote agent support to the console API....Ted Ross2008-09-192-311/+175
* Restructured qpid-tool commands to allow active-only listsTed Ross2008-08-051-4/+8
* QPID-1174 - Management updates for remote agentsTed Ross2008-07-311-0/+4
* Cosmetic change: rename ID to be 'tag'Ted Ross2008-06-301-6/+6
* Bugfix: usage line did not show with --help optionTed Ross2008-06-161-3/+5
* QPID-1113 Management cleanup and performance enhancementsTed Ross2008-06-023-15/+15
* qpid-tool fixed to cleanly handle brokers with management disabledTed Ross2008-05-231-4/+4
* Forbid broker to route to self, default to localhost when not specifiedTed Ross2008-05-221-10/+17
* QPID-1087Ted Ross2008-05-211-6/+12
* QPID-1067Carl C. Trieloff2008-05-164-47/+20
* QPID-1067 by trossCarl C. Trieloff2008-05-164-11/+31
* QPID-1064: made qpid-config close the session/connection; added incoming.stop...Rafael H. Schloming2008-05-151-0/+2
* QPID-990: Patch from Ted Ross to enable persisting of inter-broker routing en...Gordon Sim2008-05-131-64/+140