summaryrefslogtreecommitdiff
path: root/python/commands
Commit message (Expand)AuthorAgeFilesLines
* moved qpid-* tools out of qpid/python into qpid/tools; moved qmf library into...Rafael H. Schloming2010-02-147-2299/+0
* Consistent connection names across a cluster.Alan Conway2010-02-052-4/+2
* Removed import of 'io' module for pre-Python-2.6 compatibilityTed Ross2010-01-081-2/+1
* QPID-2327 - Enhance qpid-config to deal with xml and headers brokersTed Ross2010-01-071-3/+81
* Refactor qpid-cluster script with main() to be callable from python.Alan Conway2009-11-181-118/+118
* Added full SASL authentication and security layer for the Python client.Ted Ross2009-11-111-2/+2
* Added calls to flush() for stdout to make this program more responsive in cas...Ted Ross2009-11-101-1/+3
* QPID-2181 - Alternate exchange on queue is not visible in management toolsTed Ross2009-10-301-0/+2
* QPID-2131: fix for dropped auth in cluster membersNuno Santos2009-10-201-1/+5
* Added help text for exchange typesTed Ross2009-08-251-0/+6
* Added management visibility into the alternate exchange and auto-delete attri...Ted Ross2009-08-251-0/+2
* Fixed a typo in the help textTed Ross2009-07-081-1/+1
* Added --timeout options to cli tools.Ted Ross2009-06-265-22/+43
* QPID-1786 - Committed qmf patches from Bryan KearneyTed Ross2009-06-111-1/+1
* This is related QPID-1890Rajith Muditha Attapattu2009-06-041-14/+14
* QPID-1890: Ensure option for alternate exchange is treated consistently (I al...Gordon Sim2009-06-031-3/+3
* Optimize the qmf queries to only include the broker-embedded agents.Ted Ross2009-05-081-5/+11
* 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