summaryrefslogtreecommitdiff
path: root/qpid/tools/src
Commit message (Expand)AuthorAgeFilesLines
* What was a single test -- sasl_fed_ex -- is nowMichael Goulish2011-02-281-24/+29
* QPID-3087: fail rather than ignoring attempts to declare queues with bad argu...Gordon Sim2011-02-251-9/+9
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-0/+38
* Add some generated files to .gitignore.Alan Conway2011-02-101-12/+14
* Improve exception reporting for queries and method calls.Ted Ross2011-02-041-0/+4
* Add detection of negative numbers to the method-argument evaluator.Ted Ross2011-02-031-2/+5
* Improve the detection of data types in command-line method arguments.Ted Ross2011-02-021-1/+6
* qpid-route now correctly shows usage for invalid command lines.Jonathan Robie2011-01-222-97/+106
* Usability changes:Ted Ross2011-01-101-17/+45
* fix syntax error in qpid-routeKenneth Anthony Giusti2011-01-101-1/+1
* Code cleanup:Ted Ross2011-01-101-216/+30
* A new command-line tool, similar to qpid-tool but with the following differen...Ted Ross2011-01-101-0/+830
* Prints connection error information.Jonathan Robie2011-01-101-0/+4
* qpid-tool throws Charles E. Rolke2011-01-061-0/+3
* Undo svn commit r1052086.Jonathan Robie2011-01-054-33/+5
* Fixes typo in findById function declaration.Jonathan Robie2011-01-051-1/+1
* Allow any SASL mechanism to be specified in command line options.Jonathan Robie2011-01-055-5/+6
* Added logging to QMF console connections.Jonathan Robie2010-12-224-8/+42
* Allow command line utilities to require a given SASL mechanism.Jonathan Robie2010-12-215-91/+105
* Made qpid-xxx management scripts callable as python functions.Jonathan Robie2010-12-176-606/+676
* Modified qpid-cluster to support the way it is called from Jonathan Robie2010-12-101-4/+4
* Corrected datatypes of numeric defaults for optparse.Jonathan Robie2010-12-084-6/+6
* Fix qpid-tool to not attempt to display parially-learned schemata.Ted Ross2010-12-081-7/+8
* Print usage rather than help if user gets usage wrong.Jonathan Robie2010-12-061-1/+1
* Restored Usage() function (lost in version skew shuffle)Jonathan Robie2010-12-061-9/+13
* Fixes problem with unbound _args variable in bind.Jonathan Robie2010-12-061-0/+1
* Converted tools to use optparse. Jonathan Robie2010-12-055-438/+380
* Add ASF licence to the git ignore filesRobert Gemmell2010-10-281-0/+19
* SASLizing Interbroker LinksMichael Goulish2010-10-201-11/+10
* Fixed qpid-stat to skip rows when the underlying data disappears during execu...Ted Ross2010-09-221-14/+17
* Fix qpid-cluster-store tool for recent changes to UUID (see r995770)Gordon Sim2010-09-221-3/+3
* QPID-2842 - Fixed regression introduced in r992039.Ted Ross2010-09-171-0/+2
* QPID-2842 - Fixed inconsistent display of object ids in qpid-tool.Ted Ross2010-09-021-3/+61
* QPID-2810: clean up the broker thread properly on shutdown.Kenneth Anthony Giusti2010-08-196-32/+75
* Return rather than exiting once route is deletedGordon Sim2010-08-021-1/+1
* Added --cluster option to display per-broker detail for clusters.Kenneth Anthony Giusti2010-07-301-3/+10
* QPID-2762: display all class keys that match a given input tokens, not just t...Kenneth Anthony Giusti2010-07-271-15/+17
* bugfix: convert v1 oid's when calling v2 agentKenneth Anthony Giusti2010-07-091-2/+10
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-051-1/+3
* Fix to bug introduced in r959353 causing error when qpid-stat is run against ...Gordon Sim2010-06-301-1/+2
* Ensure that any additional brokers in the cluster being monitored are cleaned...Gordon Sim2010-06-301-0/+1
* Changed README to README.txt throughout the project for consistency. Removed ...Jonathan Robie2010-06-231-0/+0
* Tell people how to set up their paths for QMF.Jonathan Robie2010-06-211-0/+4
* handle SystemExit exception on python 2.4.3Nuno Santos2010-05-251-0/+2
* Make behavior of command line tools consistent, regarding -h and --help optio...Nuno Santos2010-05-245-22/+62
* qpid-tool re-write:Ted Ross2010-05-191-80/+519
* handle timeouts caused by long-executing commands, iterate until timeout clearsNuno Santos2010-05-031-4/+15
* Cluster management improvements:Ted Ross2010-04-231-14/+15
* Ignore compiled python file qpid-clusterc.Alan Conway2010-04-121-0/+1
* Fixed qpid-stat failure in cluster caseTed Ross2010-04-071-1/+1