summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* QPID-3545 - Ignore default exchange in qpid-config binding listTed Ross2011-10-131-0/+10
* QPID-3346: move message group feature into trunk.Kenneth Anthony Giusti2011-10-071-1/+21
* QPID-3506 - Improved error handling in CLI parse.Ted Ross2011-09-271-4/+8
* QPID-3506 - qmf-tool - Improved command line optionsTed Ross2011-09-261-23/+123
* QPID-3437: qpid-config address option confusing in helpNuno Santos2011-09-081-6/+1
* make 'qpid-config queues/exchanges <queue/exchange_name>' return proper error...Nuno Santos2011-09-081-2/+16
* QPID-3419 - qpid-config --file-size parameter's help text uses incorrect unitsTed Ross2011-08-241-1/+1
* QPID-3442 - qpid-tool schema descriptions repeated / duplicatedTed Ross2011-08-221-1/+1
* QPID-3409: Fixup federation tools to allow IPv6 literals as part of the addre...Andrew Stitcher2011-08-121-3/+3
* QPID-3331: Update trunk versions to 0.13 for the next releaseJustin Ross2011-06-301-1/+1
* QPID-3141: Allow defualt queue size limit to be overridden by infinite value ...Gordon Sim2011-06-131-2/+2
* NO-JIRA: Fix typo in qpid/tools/src/py/qpid-cluster.Alan Conway2011-06-061-4/+5
* NO-JIRA - Fixed another problem in the help text.Ted Ross2011-05-161-5/+5
* Changed opts.force_if_not_used to opts.force_if_used.Jonathan Robie2011-04-181-1/+1
* Fixes two errors in options:Jonathan Robie2011-04-151-2/+2
* 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
* QPID-1672Michael 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