summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | QPID-6290: [Java Broker] Management UI - refactor add VHN/VH to remove type b...Keith Wall2014-12-287-83/+26
* | QPID-6289: [Java Broker] Extend Java Broker model to encapsulate permitted ch...Keith Wall2014-12-2714-14/+257
* | QPID-6284: [Java Broker Tests] Add new chart defintion for the newSSL perf t...Keith Wall2014-12-248-85/+131
* | QPID-6284: [Java Broker Tests] Make json_config_tool.py compatible with Pytho...Keith Wall2014-12-231-12/+23
* | QPID-6284: [Java Broker Tests] Add system test demonstrating the effect of us...Keith Wall2014-12-234-2/+170
* | QPID-5099: Add system test to ensure that client does indeed release the mess...Keith Wall2014-12-221-2/+36
* | QPID-6276: [Java Broker] Disable upload feature (with tooltip to indicate why...Keith Wall2014-12-222-8/+12
* | QPID-6276: [Java Broker] Don't set caching headers when using content-disposi...Keith Wall2014-12-221-2/+8
* | QPID-6280: C++ Messaging example server resource leakCharles E. Rolke2014-12-191-0/+1
* | QPID-6276: [Java Broker] Enhance the virtualhost UI to support upload/downloa...Keith Wall2014-12-199-47/+219
* | QPID-6278: HA broker abort in TXN soak testAlan Conway2014-12-192-2/+4
* | QPID-6255: Use Proton event model in qpidd when available.Ken Giusti2014-12-175-91/+225
* | QPID-6275: reduce default autodelete timeout for durable subscriptionsGordon Sim2014-12-172-2/+2
* | QPID-6274: Delete subscription queue immediately on link closeGordon Sim2014-12-179-24/+26
* | QPID-6273: ensure requests and responses are sent as textual strings rather t...Gordon Sim2014-12-172-9/+10
* | QPID-6167: ensure broker responds with a header for an enabled protocolGordon Sim2014-12-176-5/+36
* | QPID-6269: trigger autodelete timer on queue recoveryGordon Sim2014-12-171-0/+4
* | QPID-6267: honour policy timeout even if it is 0Gordon Sim2014-12-171-1/+1
* | QPID-5003: Use correct property for delayed auto-delete. Explicit 0 timeout s...Gordon Sim2014-12-171-3/+4
* | QPID-6272 : [Java Broker] clear queue delete task on default queue before clo...Robert Godfrey2014-12-171-5/+5
* | QPID-5099 : [Java Client] release pre-acquired messages after explicit consum...Robert Godfrey2014-12-161-0/+6
* | QPID-6272: [Java Broker] Null reference to AMQChannel#defaultQueue once the q...Keith Wall2014-12-161-14/+36
* | QPID-6125: [Java Broker] Fix test broken by my previous commitKeith Wall2014-12-151-2/+2
* | QPID-6125: [Java Broker] Consistently quote queue/exchange names in error mes...Keith Wall2014-12-151-46/+43
* | QPID-6268 : [Java Broker] increment/decrement the unacknowledge count on the ...Robert Godfrey2014-12-123-2/+6
* | QPID-6265: Unify log4j layout for system tests and spawn broker, rename test ...Alex Rudyy2014-12-113-3/+3
* | QPID-6265: Change system tests to have one log per file configured using Log4...Alex Rudyy2014-12-1026-471/+530
* | QPID-6265: Allow suppression of system out operational logging in broker star...Alex Rudyy2014-12-102-5/+34
* | QPID-6263 : [Java Broker] Move startup/recovery logic from server.Broker to S...Robert Godfrey2014-12-079-117/+152
* | QPID-6263 : [Java Broker] Remove knowledge of BrokerOptions from SystemConfig...Robert Godfrey2014-12-0717-83/+197
* | QPID-6263 : [Java Broker] remove ApplicationRegistryRobert Godfrey2014-12-063-193/+81
* | QPID-6252: AMQP 1.0 browsing client generates large number of errors on broke...Alan Conway2014-12-052-2/+4
* | Revert "QPID-6252: AMQP 1.0 browsing client generates large number of errors ...Alan Conway2014-12-056-10/+5
* | NO-JIRA: Remove exclusion related to QPID-3605. Looks like this was fixed lon...Keith Wall2014-12-051-3/+0
* | QPID-6257: Introduce operational log for connection being dropped by the clie...Alex Rudyy2014-12-057-35/+91
* | QPID-6258: [Java Broker] Remove SubFlushRunner leaving QueueRunner solely res...Keith Wall2014-12-057-357/+18
* | QPID-6246: Various fixes for preferences provider UIAlex Rudyy2014-12-039-21/+53
* | QPID-6100: fix typo in exception messageRobert Gemmell2014-12-031-1/+1
* | https://issues.apache.org/jira/browse/QPID-6100Timothy A. Bish2014-12-021-6/+7
* | QPID-6161 : Address comments from ~kwallRobert Godfrey2014-12-022-4/+52
* | QPID-6253: [Java Broker] Name the AMQP acceptor threads to carry a descriptiv...Keith Wall2014-12-021-0/+1
* | QPID-6246: Display authentication provider specific fields on authentication ...Alex Rudyy2014-12-0226-151/+671
* | NO-JIRA: qpid-ha don't return error status if called with -h or --help flag.Alan Conway2014-12-011-2/+5
* | NO_JIRA: Update of ISSUES fileKim van der Riet2014-12-011-2/+11
* | QPID-6252: AMQP 1.0 browsing client generates large number of errors on broker.Alan Conway2014-12-016-5/+10
* | QPID-6163 : [Java Broker] Remove stderr debug logging left by this commitKeith Wall2014-12-011-4/+0
* | QPID-6213: qpidd misses heartbeatsCharles E. Rolke2014-12-012-11/+15
* | QPID-6246: [Java Broker] Refactor authentication provider UIs to use dedicate...Alex Rudyy2014-11-2829-699/+1062
* | QPID-6246: [Java Broker] Introduce PreferencesSupportingAuthenticationProvide...Andrew MacBean2014-11-289-6/+52
* | QPID-6250: [Java Client] removal of static defaulted username and password fr...Andrew MacBean2014-11-281-2/+2