summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-5958: [Java Broker UI] Add missing panel surrounding connection attributes.Keith Wall2014-08-042-61/+64
* NO-JIRA: HA doc - added note management must be enabled.Alan Conway2014-08-041-0/+7
* QPID-5957 , QPID-5958 : [Java Broker] Add new methods to mock objects so the ...Robert Godfrey2014-08-031-0/+18
* QPID-5946 : [Java Broker] Add ability to parse PKCS#1 format private keys and...Robert Godfrey2014-08-039-30/+183
* QPID-5958: [Java Broker] Wire up the Connection#remoteProcessPid attribute to...Keith Wall2014-08-039-26/+101
* QPID-5957: [Java Broker] Extend the Session model object to expose transactio...Keith Wall2014-08-038-23/+185
* QPID-5956 : [Java Broker] Management UI for add/edit ports should allow multi...Robert Godfrey2014-08-022-8/+29
* QPID-5955 : [Java Broker] Add systest and fix isSecure() for HTTPS connectionsRobert Godfrey2014-08-022-0/+96
* QPID-5955 : [Java Broker] Add Apache license and small tidy-upsRobert Godfrey2014-08-021-12/+23
* QPID-5955 : [Java Broker] Allow HTTP Management to run TCP and SSL on the sam...Robert Godfrey2014-08-022-1/+361
* QPID-5928: [Java Broker] Add UI into web management console for editing of vi...Alex Rudyy2014-08-0142-458/+1638
* QPID-5954: [Java Broker] Fix UnsupportedOperationException thrown from Generi...Alex Rudyy2014-08-012-2/+4
* QPID-5953: [Java Broker] Restore the auto refesh behaviour of tables within t...Keith Wall2014-08-012-12/+43
* QPID-5937 : Address comments from ~k-wallRobert Godfrey2014-07-312-15/+2
* QPID-5915: [Java Broker] Remove unintentional debug outputKeith Wall2014-07-311-1/+0
* QPID-5942: qpid HA cluster may end-up in joining state after HA primary is ki...Alan Conway2014-07-317-59/+109
* QPID-5915: [Java Broker] Guard the case where client and server sides race to...Keith Wall2014-07-311-1/+17
* NO-JIRA: Perl Receiver returning an unwrapped Message object.Darryl L. Pierce2014-07-311-0/+2
* QPID-5939: Add get_address to Perl Sender/Receiver classes.Darryl L. Pierce2014-07-313-4/+44
* QPID-5926: [Java Broker] When transitioning from STOPPED to ACTIVE the virtua...Keith Wall2014-07-3111-54/+265
* QPID-5944: [Java Broker] Expose queue clear management operation to the REST ...Keith Wall2014-07-308-45/+132
* QPID-5946 : [Java Broker] Add alternative TrusStore implementation that can u...Robert Godfrey2014-07-304-6/+380
* QPID-5924 [linearstore] Qpidd Will Not Start with Large Number of QueuesKim van der Riet2014-07-305-1/+10
* QPID-5946 : [Java Broker] Add alternative KeyStore implementation that can us...Robert Godfrey2014-07-306-27/+679
* QPID-5928: [Java Broker] Further enhancements and feedback changes forAndrew MacBean2014-07-3022-199/+152
* [QPID-5945]: qpid-config to pass integer arguments whenever possiblePavel Moravec2014-07-301-9/+12
* QPID-5943: Strengthen BDB HA operational logging testsAlex Rudyy2014-07-301-0/+9
* NO-JIRA: Strengthen ant python test wrapper to ensure that ant will fail if i...Keith Wall2014-07-301-5/+13
* QPID-5940 : [Java Broker] Fix type registry to work when run in testsRobert Godfrey2014-07-301-1/+5
* [QPID-5938]: qpid-stat: remove dead code relevant to active-active clusterPavel Moravec2014-07-301-61/+0
* QPID-5941: Set sensible default build type: default is RelWithDebInfo.Alan Conway2014-07-291-0/+12
* QPID-5940 : [Java Broker] Add meta-data servletRobert Godfrey2014-07-293-8/+161
* QPID-5937 : [Java Broker] Add parameters to REST servlet to allow return of a...Robert Godfrey2014-07-291-2/+3
* NO-JIRA : remove debugging stack trace dumpRobert Godfrey2014-07-291-1/+0
* QPID-5932: tweak patch to support older versions of python.Ken Giusti2014-07-291-1/+3
* QPID-5937 : [Java Broker] Add parameters to REST servlet to allow return of a...Robert Godfrey2014-07-2914-26/+135
* QPID-5888: Fix test to ignore occasional TransactionAborted failures on conne...Alan Conway2014-07-291-1/+2
* QPID-5936: Fix VirtualHostMessageStoreTest failing on json test profilesAlex Rudyy2014-07-291-1/+1
* [QPID-5929]: Mark deprecated QMF fields as Deprecated and do some relevant co...Pavel Moravec2014-07-2911-90/+40
* QPID-5935: [Java Broker] Web Management UI style refactor to remove html inli...Andrew MacBean2014-07-2944-259/+267
* QPID-5876: [Java Client] Highest delivery tag variable not reset after failov...Keith Wall2014-07-291-1/+0
* QPID-5934 : [Java Broker] Allow TTL to be overridden on a per-Queue basisRobert Godfrey2014-07-288-13/+207
* QPID-5932: Use default parameter values for method calls if necessary.Ken Giusti2014-07-282-87/+48
* QPID-5890: Validation refactoring. Fix Coverity MIXED_ENUM complaint.Charles E. Rolke2014-07-281-4/+48
* [QPID-5931]: [Java client] JMSException instead of InvalidDestinationExceptio...Pavel Moravec2014-07-281-3/+3
* QPID-5930 : [Java Broker] Minimize memory footprint for persistent messagesRobert Godfrey2014-07-2819-220/+852
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-2684-3569/+1586
* QPID-5928: [Java Broker] Implement or update virtualhostnode & virtualhostAndrew MacBean2014-07-2539-386/+1237
* QPID-5907 : [Java Broker] Remove unreferenced messages from the store in asyn...Robert Godfrey2014-07-251-2/+19
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-2549-349/+672