summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-5586: Introduce SessionClosed exceptionAndrew Stitcher2014-03-194-1/+15
* NO-JIRA: Removed not about using only Ruby < 2.0Darryl L. Pierce2014-03-191-2/+1
* Minimal setup.py packaging for qpidtoollibsDarryl L. Pierce2014-03-191-1/+19
* QPID-5362: No store tools exist for examining the journals - Bugfix and reorg...Kim van der Riet2014-03-1811-976/+1366
* QPID-5048: stop the new perftets-systests module from making a release archiveRobert Gemmell2014-03-161-21/+0
* QPID-5048: unexclude some dirs, make the test-profiles exclusion specific onl...Robert Gemmell2014-03-161-6/+2
* QPID-5600: remove stale and unused RELEASE_NOTES.txt and containing qpid/java...Robert Gemmell2014-03-161-21/+0
* QPID-5048: split out systests from perftests and add rat plugin configRobert Gemmell2014-03-1631-28/+301
* QPID-5631: Adjust for changes in Proton detection files exported by proton.Andrew Stitcher2014-03-162-62/+18
* QPID-5632: Added cmake config files to the install areaAndrew Stitcher2014-03-163-1/+81
* QPID-5630: Windows C++ broker never loads modules using --module-dirAndrew Stitcher2014-03-141-1/+3
* QPID-5048: add missing version for jxr plugin usage in the reporting section,...Robert Gemmell2014-03-141-0/+1
* QPID-5048: surefire, site, coverage and jxr configRobert Gemmell2014-03-142-0/+37
* QPID-5623: [C++ Messaging Client - amqp1.0] throws qpid::Exception instead of...Charles E. Rolke2014-03-131-1/+7
* QPID-5625 : [Java Broker] ensure common configured object values are saved to...Robert Godfrey2014-03-131-1/+8
* QPID-5625 : [Java Broker] ensure common configured object values are saved to...Robert Godfrey2014-03-1215-96/+219
* NO-JIRA: [Documentation - JMS Client 0-8..0-91] Correct typo in third SSL exa...Keith Wall2014-03-121-1/+1
* QPID-5604: Update comments to If we're on Cygwin we need to convert to Window...Fraser Adams2014-03-118-8/+8
* QPID-5622: Expose {get,set}ContentObject in Ruby bindings.Darryl L. Pierce2014-03-1110-18/+77
* QPID-5612: JMS benchmarking tool fixesAlex Rudyy2014-03-115-49/+99
* QPID-5621: [C++ broker] userId is not passed to ACL when DIGEST-MD5 is used w...Pavel Moravec2014-03-111-21/+21
* QPID-5604: Applied svn propset svn:eol-style LF to the shell files in qpid/to...Fraser Adams2014-03-100-0/+0
* QPID-5604: Added Cygwin support to all the scripts in qpid/tools/src/java/binFraser Adams2014-03-108-6/+84
* QPID-5617 : [Java Broker] tidy-up of binding child add/remove from queue... d...Robert Godfrey2014-03-091-1/+2
* QPID-5617 : [Java Broker] tidy-up of binding child add/remove from queue... d...Robert Godfrey2014-03-093-10/+2
* NO-JIRA: [JMS Client 0-8 documentation] Correct typoKeith Wall2014-03-081-1/+1
* QPID-5617 : [Java Broker] restore or implement child added/removed notificati...Robert Godfrey2014-03-0853-243/+798
* QPID-5611 : Fix other logging to always use the most current event logger hel...Robert Godfrey2014-03-0828-60/+124
* QPID-5611 : Fix startup logging so as not to print vhost recovery informationRobert Godfrey2014-03-0812-78/+100
* QPID-5604: Added the Cygwin patch to QpidRestAPI.sh initially to see if it wo...Fraser Adams2014-03-081-0/+10
* QPID-5616 : [Java Broker] update to management node to comply with working dr...Robert Godfrey2014-03-083-25/+38
* QPID-5614: Fix problems caused by changes to Java Broker Logging in QPID-5611Fraser Adams2014-03-081-4/+3
* QPID-5614: Initial fix of the issues. The QMF2 Plugin compiles again and most...Fraser Adams2014-03-0810-161/+156
* QPID-5601 : Allow for messages with null routing keysRobert Godfrey2014-03-082-3/+3
* QPID-5611 : Ensure the appropriate principals are available at the time of al...Robert Godfrey2014-03-0823-134/+177
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-08102-425/+572
* QPID-5613: Self test broker start command fails without --interface option.Charles E. Rolke2014-03-071-1/+1
* QPID-5608: [amqp1.0] delete-on-close: typo in r1575225Charles E. Rolke2014-03-071-1/+1
* QPID-5612: JMS benchmarking tool [Part of the existing Java Broker Performanc...Keith Wall2014-03-0712-24/+577
* QPID-5601 : Address review comments from Robbie GemmellRobert Godfrey2014-03-079-27/+59
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-07101-2732/+1448
* QPID-5048: get the tests running again for the perftests moduleRobert Gemmell2014-03-074-3/+39
* QPID-5608: [amqp1.0] delete-on-close policy do not work for producers to exch...Pavel Moravec2014-03-073-7/+16
* QPID-5607: [linearstore] Recovery of store results in jexception 0x010b Linea...Kim van der Riet2014-03-064-35/+83
* QPID-5606 : [Java Broker] add connection principal to HTTP and JMX management...Robert Godfrey2014-03-067-4/+210
* Revert "NO-JIRA: CMakelists.txt check that ../python exists before building it."Alan Conway2014-03-051-6/+16
* 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