summaryrefslogtreecommitdiff
path: root/tools/src/py
Commit message (Expand)AuthorAgeFilesLines
* QPID-6571: remove socket.gethostbyname callErnest Allen2015-06-041-6/+1
* NO-JIRA: Add log command to qpid-config to set log levels.Alan Conway2015-04-272-2/+11
* QPID-6491: qpid-route map does not use any authentication when querying othe...Pavel Moravec2015-04-211-1/+1
* QPID-6347 - Committed a patch from Irina BovermanTed Ross2015-03-271-3/+0
* QPID-6347: Remove the now obsolete queue_event_generation option; this is a p...Justin Ross2015-02-111-5/+1
* QPID-5362: Linearstore: No store tools exist for examining the journals - Bug...Kim van der Riet2015-01-164-56/+82
* QPID-6013 qpid-route should warn when a federation link was not created succe...Ernest Allen2015-01-121-6/+19
* QPID-5671 [linearstore] Add ability to use disk partitions and select per-que...Kim van der Riet2015-01-021-3/+20
* NO-JIRA: qpid-ha don't return error status if called with -h or --help flag.Alan Conway2014-12-011-2/+5
* QPID-6230 [linearstore] qpid-qls-analyze fails when analyzing empty journalKim van der Riet2014-11-181-0/+2
* QPID-6177: qpid-tool should print warning when initial connection to broker f...Pavel Moravec2014-10-231-2/+7
* QPID-6118: Add qmf shutdown command to the brokerAlan Conway2014-09-261-4/+10
* QPID-6106: Replace empty fields with '-' in qpid-stat -c output; this is a pa...Justin Ross2014-09-231-4/+8
* QPID-6007: Test if hostname is valid; if not, default to trying localhost; th...Justin Ross2014-09-091-1/+5
* QPID-6035: HA fix bug in qpid-ha, --help does not show help.Alan Conway2014-09-021-3/+2
* QPID-6035: HA clearly distinguish qpid-ha commands intended for cluster manager.Alan Conway2014-08-221-17/+51
* 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