summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-5605 : [Java Broker] [AMQP 1.0] allow use of addresses of the form <exch...Robert Godfrey2014-03-054-28/+96
* NO-JIRA : formatting of license above package statementRobert Godfrey2014-03-053-3/+5
* QPID-5577 : compareTo should throw an NPE if the object being compared to is ...Robert Godfrey2014-03-051-4/+0
* QPID-4000 , QPID-5601 : Improve conversion of reply-to between different prot...Robert Godfrey2014-03-0541-115/+515
* QPID-5603: Broker recovery fails with JERR_JREC_BADRECTAIL when record tail i...Kim van der Riet2014-03-051-1/+1
* QPID-5602: change log level to info, include socket address in message, repor...Robert Gemmell2014-03-051-1/+1
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL f...Charles E. Rolke2014-03-051-2/+2
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL f...Charles E. Rolke2014-03-056-17/+23
* QPID-5591 : Address review comments from Robbie GemmellRobert Godfrey2014-03-0411-21/+81
* QPID-5601 : [Java Broker] remove unused interfaceRobert Godfrey2014-03-041-29/+0
* QPID-5601 : [Java Broker] The 0-x "default exchange" should not actually be m...Robert Godfrey2014-03-0437-716/+634
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL f...Charles E. Rolke2014-03-041-4/+4
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL f...Charles E. Rolke2014-03-043-12/+41
* NO-JIRA: CMakelists.txt check that ../python exists before building it.Alan Conway2014-03-041-20/+11
* QPID-5597: [C++ client] Topic subscriptions should not ignore auto-delete x-d...Pavel Moravec2014-03-041-1/+3
* QPID-5589: Add option for suppressing qmf/site-package installation; replace ...Charles E. Rolke2014-03-031-13/+19
* QPID-5567 : Address review commentsRobert Godfrey2014-03-033-2/+3
* QPID-5577 : remove test which only tests that something fails if you pass in ...Robert Godfrey2014-03-031-20/+0
* QPID-5582 : fix deletion of bindings on exchange deletionRobert Godfrey2014-03-031-1/+1
* QPID-5577 : address review commentsRobert Godfrey2014-03-032-6/+0
* QPID-5578 : Addressed review comments from Robbie GemmellRobert Godfrey2014-03-034-68/+4
* QPID-5579 : [Java Broker] allow for attributes to be of type shortRobert Godfrey2014-03-031-0/+34
* QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-0325-106/+87
* QPID-5594: [amqp1.0] missing first-acquirer property support in C++ brokerPavel Moravec2014-03-033-5/+7
* QPID-5592 : [Java Broker] AuthenticationManagers should directly implement Au...Robert Godfrey2014-03-0358-1354/+1508
* QPID-5578 : [Java Broker] allow the base class AbstractConfiguredObject to ta...Robert Godfrey2014-03-0233-493/+525
* QPID-5554: [Java Broker Documentation] Fix accidentally duplicated id prventi...Keith Wall2014-03-011-1/+1
* QPID-5554: [Java Broker Documentation] Add docbook chapters for environment v...Keith Wall2014-03-015-3/+1259
* QPID-5588: [python-client] use poll() instead of select() where available.Kenneth Anthony Giusti2014-02-281-5/+63
* QPID-5587: QMF to track queue owner (userId)Pavel Moravec2014-02-283-3/+10
* QPID-5048: Maven enahancements to remove child version definitions and improv...Robert Gemmell2014-02-2836-36/+10
* QPID-5048: remove the relativePath to qpid-parent, which is now in a separate...Robert Gemmell2014-02-271-1/+0
* QPID-5048: remove now-empty directoryRobert Gemmell2014-02-270-0/+0
* QPID-5048: move qpid-parent pom to its own areaRobert Gemmell2014-02-271-582/+0
* QPID-5048: update years and tweak layout of NOTICE header to match the sampleRobert Gemmell2014-02-271-2/+3
* QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-2743-1294/+1204
* QPID-5577 : make changes to help code compile on Java 1.6Robert Godfrey2014-02-273-6/+2
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-26172-3817/+2542
* NO-JIRA: Fix Coverty "Uncaught exception" errors in test clients.Alan Conway2014-02-262-2/+2
* QPID-5561: QPID-5565: Broker->ACL module improvementsPavel Moravec2014-02-264-16/+27
* QPID-5584: use more specific exception types where appropriateGordon Sim2014-02-252-2/+18
* QPID-5579 : Use annotations to generate statistics valuesRobert Godfrey2014-02-2570-1558/+1572
* NO-JIRA: fix malformed install directoryCharles E. Rolke2014-02-241-4/+4
* QPID-5557: allow disambiguation of node typeGordon Sim2014-02-241-7/+18
* NO-JIRA: add some info to readmeGordon Sim2014-02-241-0/+10
* QPID-5555 : address review comments from Robbie GemmellRobert Godfrey2014-02-244-16/+6
* QPID-5555 : address review comments from Robbie GemmellRobert Godfrey2014-02-243-16/+2
* QPID-5579 : Remove unused constantsRobert Godfrey2014-02-2437-232/+103
* QPID-5577 : fix creation of exchanges so that setting alt exchange increases ...Robert Godfrey2014-02-241-4/+4
* QPID-5551 : Ignore 0-9 test failure die to change from channel exception to c...Robert Godfrey2014-02-241-0/+3