summaryrefslogtreecommitdiff
path: root/qpid/tools
Commit message (Expand)AuthorAgeFilesLines
* 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-5470: Improve QMF README documentation and update JavaDocs to reflect ne...Fraser Adams2014-01-1122-35/+182
* QPID-5362: WIP: Linearstore: No store tools exist for examining the journals....Kim van der Riet2014-01-095-0/+1183
* QPID-5336: Don't hardcode location of bash in shell scriptsAndrew Stitcher2013-11-1423-23/+23
* QPID-5255: Change trunk version to 0.27Justin Ross2013-11-121-1/+1
* 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 java ...Alan Conway2013-10-044-40/+3
* 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-2614-21/+21
* 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-034-405/+1
* QPID-5109: remove invalid options from qpid-configGordon Sim2013-09-021-7/+1
* JIRA: QPID-5093 Adding ASF licence note to a bunch of html/css/js files that ...Fraser Adams2013-08-2320-105/+328
* NO-JIRA adding tools/src/java/src/qpid-broker-plugins-management-qmf2/java/or...Fraser Adams2013-07-191-0/+118
* JIRA: QPID-5005 The Java Broker Plugin API has changed to need overridden get...Fraser Adams2013-07-191-0/+6
* QPID-4961: Change trunk version to 0.25Justin Ross2013-07-181-1/+1
* No JIRA: Refactored QMF GUI qmf-ui.js to remove a lot of copy and paste reuse...Fraser Adams2013-06-232-178/+101
* No Jira: Refactored Exchange and Queue selection dropdowns, which were a litt...Fraser Adams2013-06-163-399/+207
* 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-4783: Improve Connection statistics in Java Broker QmfManagementAgentFraser Adams2013-04-281-17/+8
* NO-JIRA: Fixed QmfManagementPlugin to cater for change made to AbstractPlugin...Fraser Adams2013-04-271-1/+1
* QPID-4760: Associate Java Broker QueueAdapter and SessionAdapter via Consumer...Fraser Adams2013-04-261-13/+21
* QPID-4771: Add --broker and --sasl-mechanism command line options to qpid-too...Justin Ross2013-04-231-10/+17
* NO-JIRA: Trivial fix to build.xml in tools/src/java which was failing on clea...Fraser Adams2013-04-191-4/+20
* 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-3675: Java QMF2 API, REST API, QMF GUI and Java Broker QMF Management Pl...Fraser Adams2013-04-08238-0/+41128
* QPID-4637: Change the Qpid version to 0.23Justin Ross2013-03-241-1/+1
* QPID-4644: Provides a Ruby version of qpidtoollibsDarryl L. Pierce2013-03-2026-0/+1769
* 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
* QPID-4600: New HA regularly shutting down active nodeAlan Conway2013-02-251-1/+6
* Revert "Bug 891689 - New HA regularly shutting down active node"Alan Conway2013-02-251-6/+1
* Bug 891689 - New HA regularly shutting down active nodeAlan Conway2013-02-251-1/+6