summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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
* NO-JIRA: [Java System Tests] Remove duplicated testKeith Wall2014-07-252-172/+34
* QPID-5857: Remove unreliable system test ConsumerLoggingTest.testSubscription...Alex Rudyy2014-07-251-48/+0
* QPID-5891: Strengthen BDB HA operational logging testsAlex Rudyy2014-07-251-10/+22
* [QPID-5852]: connection.opened() returns True after unsuccessful connection (...Pavel Moravec2014-07-241-1/+2
* NO-JIRA: [Java Broker] update JMX QueueInformation example to use the necessa...Keith Wall2014-07-241-14/+20
* QPID-5915: [Java Broker] Ensure that closing a Connection model object also c...Keith Wall2014-07-246-50/+127
* QPID-5921, QPID-5923: adjustments and exclusions for new tests using swigged ...Gordon Sim2014-07-243-6/+26
* QPID-5923: check requested node type when handling deleteGordon Sim2014-07-242-4/+34
* QPID-5921: add missing clause to resolution logic for when only exchange exis...Gordon Sim2014-07-242-0/+63
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-2449-616/+506
* QPID-5918: [Java Broker] Use the interpolation of file.separator to build pat...Keith Wall2014-07-243-9/+9
* QPID-4123: C++ Broker ACL creates too many rulesCharles E. Rolke2014-07-2315-1213/+2178
* NO-JIRA: Fix typo in swig_python_typemaps.Alan Conway2014-07-231-1/+1