summaryrefslogtreecommitdiff
path: root/qpid/tools/src/py
Commit message (Expand)AuthorAgeFilesLines
* QPID-5942: qpid HA cluster may end-up in joining state after HA primary is ki...Alan Conway2014-07-311-5/+7
* [QPID-5945]: qpid-config to pass integer arguments whenever possiblePavel Moravec2014-07-301-9/+12
* [QPID-5938]: qpid-stat: remove dead code relevant to active-active clusterPavel Moravec2014-07-301-61/+0
* QPID-5932: Use default parameter values for method calls if necessary.Ken Giusti2014-07-281-2/+2
* NO-JIRA: Added qpid-ha query --all flag.Alan Conway2014-07-181-24/+50
* QPID-5850: Support for long session names (patch from Ernie Allen)Gordon Sim2014-07-161-2/+2
* [QPID-5863]: qpid-config does not throws correct exception when binding nonex...Pavel Moravec2014-07-011-1/+3
* QPID-5797: [qpid-tools]: inability to call some QMF methods (queueMoveMessage...Pavel Moravec2014-06-021-5/+17
* NO_JIRA: [linearstore] Update to ISSUES; whitespace fix from last checkinKim van der Riet2014-05-217-115/+130
* NO-JIRA: HA fix hanging ha_tests.test_failover_send_receive on RHEL5Alan Conway2014-05-011-1/+3
* NO-JIRA: HA qpid-ha usability: automatically use qpidd.conf if no --broker op...Alan Conway2014-04-251-1/+13
* NO-JIRA: HA minor cleanup of qpid-ha toolAlan Conway2014-04-241-22/+9
* QPID-5719: HA becomes unresponsive once any of the brokers are SIGSTOPedAlan Conway2014-04-241-22/+48
* QPID-5711: HA cannot promote primary if SASL security is enabled.Alan Conway2014-04-232-7/+52
* QPID-5560: HA tests do not use AMQP 1.0Alan Conway2014-04-071-9/+14
* QPID-5660: [legacystore] Python tests fail with syntax error on Python 2.4Kim van der Riet2014-04-031-1/+1
* QPID-5362: Bugfix for qpid_qls_analyzeKim van der Riet2014-04-011-15/+15
* QPID-4738: Fix qpid-ha status --all when used with a standalone broker.Alan Conway2014-03-241-2/+2
* QPID-5643: qpid-route route map does not pass credentials to other brokers i...Pavel Moravec2014-03-241-1/+3
* QPID-5362: No store tools exist for examining the journals - Bugfix and reorg...Kim van der Riet2014-03-186-852/+1224
* QPID-5362: Bugfixes and enhancements for qpid_qls_analyzeKim van der Riet2014-02-054-65/+150
* QPID-5541: HA incorrect options for expected-backups in qpid-ha toolAlan Conway2014-02-051-3/+0
* QPID-5530: [legacystore] store_chk raises "Operation on non-existent record: ...Pavel Moravec2014-02-011-2/+11
* QPID-5362: Bugfixes and enhancements to qpid_qls_analyzeKim van der Riet2014-01-274-153/+398
* QPID-5362: Bugfixes for journal analysis tool qpid_qls_analyzeKim van der Riet2014-01-221-6/+10
* QPID-5362: WIP: Linearstore: No store tools exist for examining the journals....Kim van der Riet2014-01-095-0/+1183
* QPID-5321: fix exception handling in qpid-tool. Fix by Jakub ScholzGordon Sim2013-11-111-1/+1
* QPID-5277: handle case where objects do not all have value for given propertyGordon Sim2013-11-041-1/+1
* QPID-5277: support for generic add, del and listGordon Sim2013-11-042-1/+69
* QPID-5231: Fix QMF code to use qpid_messaging rather than cqpid.Darryl L. Pierce2013-10-151-2/+2
* Revert "QPID-5213: Fix QMF code to use qpid_messaging rather than cqpid."Darryl L. Pierce2013-10-151-2/+2
* QPID-5213: Fix QMF code to use qpid_messaging rather than cqpid.Darryl L. Pierce2013-10-141-2/+2
* QPID-5215: Import rest of legacy store tests and utilities from original codeAndrew Stitcher2013-10-086-0/+2322
* QPID-5197: Remove obsolete --cluster-durable/persistLastNode options in C++ a...Alan Conway2013-10-041-9/+1
* QPID-5169: CRAM-MD5, not CRAM-MD; a patch from Ernie AllenJustin Ross2013-09-267-7/+7
* QPID-5152: handling of exchange properties for create-on-demand with 1.0Gordon Sim2013-09-201-2/+2
* NO-JIRA: Remove obsolete qpid-cluster and qpid-cluster-store tools.Alan Conway2013-09-033-402/+0
* QPID-5109: remove invalid options from qpid-configGordon Sim2013-09-021-7/+1
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-231-0/+5
* QPID-4806: Suppress traceback when access denied; a patch from Ernie AllenJustin Ross2013-05-021-3/+14
* QPID-4805: Don't override qpidd.conf defined values for journal files; a patc...Justin Ross2013-05-021-6/+10
* QPID-4771: Add --broker and --sasl-mechanism command line options to qpid-too...Justin Ross2013-04-231-10/+17
* QPID-3584 - Added missing special argument in qpid-config.Ted Ross2013-04-181-1/+1
* QPID-4744: add option for separate SSL keyfile to qpid-toolKenneth Anthony Giusti2013-04-161-15/+46
* QPID-4728: add 'credit' parameter to Federation Bridge configuration.Kenneth Anthony Giusti2013-04-111-2/+10
* QPID-4738: Add "qpid-ha status --all" option.Alan Conway2013-04-111-12/+29
* QPID-4586: some management related tweaks and fixesGordon Sim2013-03-181-1/+4
* QPID-4586: add ability to have qpidd establish outgoing connectionsGordon Sim2013-03-141-2/+6
* QPID-4559 - Added handling of the queue-delete preconditions in the qmf broke...Ted Ross2013-03-132-3/+9
* QPID-4115: Moved the Python send and receive apps.Darryl L. Pierce2013-03-122-0/+475