summaryrefslogtreecommitdiff
path: root/qpid/tools
Commit message (Expand)AuthorAgeFilesLines
* QPID-3190: always try to eval() quoted tokensGordon Sim2011-04-081-2/+2
* Corrected help text for --max-queue-size, --max-queue-countJonathan Robie2011-04-011-2/+2
* QPID-3169: add usage message if command is unknown.Kenneth Anthony Giusti2011-03-241-0/+3
* NO-JIRA: increment version numbers from 0.9 to 0.11Robert Gemmell2011-03-071-1/+1
* QPID-3101: better handling of different argument types for qpid-toolGordon Sim2011-03-021-1/+18
* QPID-3103: handle null argumentsGordon Sim2011-03-021-0/+2
* QPID-3091: fix for older versions of pythonGordon Sim2011-03-011-1/+3
* QPID-3091: add generic mechanism for adding and listing queue argumentsGordon Sim2011-03-011-1/+17
* NO-JIRA: fix qpid-printevents to work on python 2.4.Alan Conway2011-03-011-14/+14
* 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-3082: add qmf-tool to setup.pyKenneth Anthony Giusti2011-02-231-1/+2
* 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
* Increment version numbers from 0.7 to 0.8(docs) and 0.9(code)Robert Gemmell2010-11-071-1/+1
* Add ASF licence to the git ignore filesRobert Gemmell2010-10-282-0/+38
* 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