| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-5813: fix up LICENSE + NOTICE etc files | Robert Gemmell | 2014-08-27 | 1 | -1/+1 |
| * | QPID-6023: make the broker module depend on the 1.0 websocket plugin, thus ad... | Robert Gemmell | 2014-08-20 | 1 | -0/+4 |
| * | QPID-6022 : [Java] Fix issues highlighted by code scanning tools | Robert Godfrey | 2014-08-19 | 1 | -1/+1 |
| * | QPID-6011 : [Java Broker] provide a mechanism for disabling plugins and imple... | Robert Godfrey | 2014-08-18 | 1 | -0/+33 |
| * | QPID-5813: add license headers to various files, remove empty file | Robert Gemmell | 2014-08-15 | 1 | -0/+21 |
| * | QPID-5813, QPID-5913: various LICENCE and NOTICE file updates | Robert Gemmell | 2014-08-11 | 1 | -2/+0 |
| * | QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im... | Robert Godfrey | 2014-07-26 | 2 | -4/+56 |
| * | QPID-5913: [Java Broker] Remove explict dependency on Crypto-JS | Keith Wall | 2014-07-23 | 1 | -1/+1 |
| * | QPID-5687 : [Java Broker] fix the initial config store to use "type" not "plu... | Robert Godfrey | 2014-04-13 | 1 | -4/+4 |
| * | QPID-5676, QPID-5677, QPID-5048: go back to using the original BCEL dependenc... | Robert Gemmell | 2014-04-10 | 2 | -6/+2 |
| * | QPID-5048: update broker assembly NOTICE file and dependency check reference ... | Robert Gemmell | 2014-04-05 | 2 | -35/+0 |
| * | QPID-5048: some minor additions and whitespace fixups to the licence/notice info | Robert Gemmell | 2014-04-05 | 2 | -13/+28 |
| * | QPID-5048: add dependency change verifcation reference files and LICENSE, NOT... | Robert Gemmell | 2014-04-05 | 5 | -2/+552 |
| * | QPID-5048: maven license plugin optimisation & enhanced license file generation | Keith Wall | 2014-03-25 | 1 | -2/+1 |
| * | QPID-5048: Maven enahancements to restructure POM hierarchy and improve build | Robert Gemmell | 2014-02-27 | 1 | -3/+12 |
| * | QPID-5048: ensure the file+directory permissions are set as expected when inc... | Robert Gemmell | 2013-10-06 | 1 | -0/+12 |
| * | QPID-5048: add initial pom files for a maven build | Robert Gemmell | 2013-09-23 | 1 | -0/+36 |
| * | QPID-5159: fixups after previous directory rename of broker to broker-core | Robert Gemmell | 2013-09-23 | 2 | -0/+665 |
| * | QPID-5159: move the entire broker dir to broker-core, no other changes, fixup... | Robert Gemmell | 2013-09-23 | 587 | -89038/+0 |
| * | QPID-5138: Protect user preferences operations with ACL | Alex Rudyy | 2013-09-19 | 5 | -0/+104 |
| * | QPID-5138: Disallow setting of preferneces provider for anonymous authenticat... | Alex Rudyy | 2013-09-17 | 3 | -34/+65 |
| * | QPID-5138: Integrate preferences provider into Broker model, create associati... | Alex Rudyy | 2013-09-14 | 26 | -63/+788 |
| * | QPID-5138: Introduce preferences provider interface and its implementation st... | Alex Rudyy | 2013-09-14 | 3 | -0/+901 |
| * | QPID-5087 : [Java Broker] Fix test to mock restoreQueue/Exchange rather than ... | Robert Godfrey | 2013-08-21 | 1 | -6/+4 |
| * | QPID-5087 : [Java Broker] Allow use of separate message stores and configurat... | Robert Godfrey | 2013-08-21 | 9 | -48/+114 |
| * | QPID-5087 : [Java Broker] Allow use of separate message stores and configurat... | Robert Godfrey | 2013-08-21 | 1 | -2/+2 |
| * | QPID-5088 : [Java Broker] fix NPE when null queue name is looked up in the qu... | Robert Godfrey | 2013-08-21 | 1 | -1/+1 |
| * | QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to 0-8... | Robert Godfrey | 2013-08-21 | 58 | -589/+301 |
| * | QPID-5087 : [Java Broker] Allow use of separate message stores and configurat... | Robert Godfrey | 2013-08-20 | 19 | -66/+1103 |
| * | QPID-5081 : [Java Broker] Refactor Queue Creation - allow integer argument fo... | Robert Godfrey | 2013-08-19 | 1 | -1/+1 |
| * | QPID-5081 : [Java Broker] Refactor Queue Creation | Robert Godfrey | 2013-08-18 | 1 | -2/+16 |
| * | QPID-5081 : [Java Broker] Refactor Queue Creation | Robert Godfrey | 2013-08-18 | 36 | -469/+1059 |
| * | QPID-5073 : Add dependency on alternate exchange for queues where such an alt... | Robert Godfrey | 2013-08-16 | 1 | -17/+15 |
| * | QPID-5073 : Add dependency on alternate exchange for queues where such an alt... | Robert Godfrey | 2013-08-16 | 2 | -39/+167 |
| * | QPID-5073 : [Java Broker] Refactor DurableConfigurationStore recovery to allo... | Robert Godfrey | 2013-08-15 | 30 | -637/+1785 |
| * | QPID-5065 : [Java] tests do not run on Windows | Robert Godfrey | 2013-08-09 | 1 | -6/+4 |
| * | QPID-5056 : [Java Broker] Change configuration model to allow for KeyStores/T... | Robert Godfrey | 2013-08-08 | 5 | -30/+161 |
| * | QPID-5038: [Java Broker Tests] Fix leak from message store tests | Keith Wall | 2013-08-04 | 2 | -42/+29 |
| * | QPID-5037: Move log viewer into a separate tab and add abilities to download ... | Alex Rudyy | 2013-08-02 | 5 | -3/+20 |
| * | QPID-4875 : The parsing logic for certificate subjects does not work properly... | Robert Godfrey | 2013-07-30 | 2 | -53/+11 |
| * | QPID-5009 : Update broker store to revision 7 | Robert Godfrey | 2013-07-19 | 1 | -2/+77 |
| * | QPID-4999 : [Java Broker] Strip selector arguments from persistent bindings t... | Robert Godfrey | 2013-07-18 | 11 | -47/+600 |
| * | QPID-4961: Change trunk version to 0.25 | Justin Ross | 2013-07-18 | 1 | -1/+1 |
| * | QPID-4659 : [Java Broker] move amqp 0-8 implementation into a plugin | Robert Godfrey | 2013-07-16 | 85 | -14182/+0 |
| * | QPID-4659 : [Java Broker] reduce unnecessary usage of 0-8 classes in tests | Robert Godfrey | 2013-07-16 | 11 | -66/+48 |
| * | QPID-4659 : [Java Broker] reduce unnecessary usage of 0-8 classes in tests | Robert Godfrey | 2013-07-16 | 10 | -174/+162 |
| * | QPID-4659 : [Java Broker] tidy up amqp 0-8 implementation, reduce unnecessary... | Robert Godfrey | 2013-07-15 | 62 | -330/+293 |
| * | QPID-4659 : [Java Broker] move amqp 0-10 implementation into a plugin | Robert Godfrey | 2013-07-15 | 29 | -6956/+15 |
| * | QPID-4659 : [Java Broker] move amqp 1-0 implementation into a plugin | Robert Godfrey | 2013-07-15 | 29 | -5820/+0 |
| * | QPID-4659 : [Java Broker] remove redundant code | Robert Godfrey | 2013-07-15 | 2 | -472/+0 |