| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-5634: [Java Broker] Remove support for AccessPlugins at the level of the... | Keith Wall | 2014-03-21 | 2 | -3/+5 |
| * | QPID-5617 : [Java Broker] restore or implement child added/removed notificati... | Robert Godfrey | 2014-03-08 | 10 | -65/+182 |
| * | QPID-5611 : Fix other logging to always use the most current event logger hel... | Robert Godfrey | 2014-03-08 | 2 | -4/+2 |
| * | QPID-5611 : Change the event logger from a singleton to an instance | Robert Godfrey | 2014-03-08 | 3 | -37/+56 |
| * | QPID-5601 : Address review comments from Robbie Gemmell | Robert Godfrey | 2014-03-07 | 6 | -21/+49 |
| * | QPID-5611 : [Java Broker] remove LogActors | Robert Godfrey | 2014-03-07 | 3 | -216/+182 |
| * | QPID-4000 , QPID-5601 : Improve conversion of reply-to between different prot... | Robert Godfrey | 2014-03-05 | 4 | -8/+221 |
| * | QPID-5601 : [Java Broker] The 0-x "default exchange" should not actually be m... | Robert Godfrey | 2014-03-04 | 7 | -115/+210 |
| * | QPID-5567 : Address review comments | Robert Godfrey | 2014-03-03 | 1 | -0/+2 |
| * | QPID-5048: Maven enahancements to remove child version definitions and improv... | Robert Gemmell | 2014-02-28 | 1 | -1/+0 |
| * | QPID-5048: Maven enahancements to restructure POM hierarchy and improve build | Robert Gemmell | 2014-02-27 | 1 | -2/+2 |
| * | QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement... | Robert Godfrey | 2014-02-26 | 11 | -41/+27 |
| * | QPID-5582 : [Java Broker] only allow one binding per binding-key and queue at... | Robert Godfrey | 2014-02-24 | 2 | -4/+8 |
| * | QPID-5581 : [Java Broker] rename SimpleAMQQueue to AbstractQueue | Robert Godfrey | 2014-02-23 | 1 | -1/+1 |
| * | QPID-5551 : Address review comments from Robbie Gemmell | Robert Godfrey | 2014-02-21 | 2 | -17/+36 |
| * | QPID-5577 : [Java Broker] create exchanges using an attribute map rather than... | Robert Godfrey | 2014-02-21 | 1 | -6/+16 |
| * | QPID-5567 : Move acl checks into the objects being created | Robert Godfrey | 2014-02-21 | 1 | -1/+1 |
| * | QPID-5567 : Always Use AccessControllerContext to find the current context Su... | Robert Godfrey | 2014-02-19 | 5 | -55/+118 |
| * | QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep... | Robert Godfrey | 2014-02-18 | 13 | -51/+47 |
| * | QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n... | Robert Godfrey | 2014-02-17 | 10 | -320/+161 |
| * | QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and... | Robert Godfrey | 2014-02-14 | 15 | -234/+148 |
| * | QPID-5551 : replace AMQSecurityException with QpidSecurityException in the br... | Robert Godfrey | 2014-02-13 | 16 | -40/+121 |
| * | QPID-5551 : Remove redundant throws AMQException clauses | Robert Godfrey | 2014-02-13 | 10 | -64/+32 |
| * | QPID-5504 : refactring of queues, and introduce management node and amqp-mana... | Robert Godfrey | 2014-02-11 | 6 | -11/+445 |
| * | QPID-5504 : allow for case where consumer target is closed before consumer is... | Robert Godfrey | 2014-02-10 | 1 | -2/+10 |
| * | QPID-5504 : Re-enable the use of no-local on consumers to queues in 0-8 protocol | Robert Godfrey | 2014-02-10 | 4 | -5/+19 |
| * | QPID-5504 : fixed implementation of 0-8 GET when using NoAck | Robert Godfrey | 2014-02-10 | 2 | -26/+59 |
| * | QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed... | Robert Godfrey | 2014-02-07 | 28 | -1671/+1063 |
| * | QPID-5547 : [Java Broker] When handling rejects in 0-8/9/9-1 treat queues wit... | Robert Godfrey | 2014-02-07 | 1 | -1/+1 |
| * | QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versions | Robert Gemmell | 2014-02-06 | 1 | -8/+10 |
| * | QPID-5504 : remove unused inner classes | Robert Godfrey | 2014-02-04 | 1 | -61/+0 |
| * | QPID-5504 : Moving routing to Exchange from session classes | Robert Godfrey | 2014-02-01 | 1 | -78/+92 |
| * | NO-JIRA : fix typos / spelling errors | Robert Godfrey | 2014-01-23 | 14 | -136/+49 |
| * | NO-JIRA : set eol-style property | Robert Godfrey | 2014-01-23 | 1 | -69/+69 |
| * | QPID-5504 : simplify QueueEntry to remove discard/dispose/dequeue and only le... | Robert Godfrey | 2014-01-23 | 9 | -73/+100 |
| * | QPID-5504 : remove InboundMessage... characterize routing as being on the imm... | Robert Godfrey | 2014-01-22 | 3 | -19/+35 |
| * | QPID-5504 : initial refactoring to move common code into shared classes, make... | Robert Godfrey | 2014-01-22 | 10 | -668/+143 |
| * | QPID-5048: logging and build output cleanup | Robert Gemmell | 2014-01-22 | 1 | -1/+3 |
| * | QPID-5048: Logging dependency and configuration tidy up for maven build | Robert Gemmell | 2014-01-22 | 1 | -0/+7 |
| * | QPID-5373: move retrieval of the peer Principal into the connection IO thread... | Robert Gemmell | 2014-01-11 | 1 | -5/+0 |
| * | QPID-5461: downgrade sevrity of IOException log messages. Fix wording of thos... | Robert Gemmell | 2014-01-10 | 1 | -2/+2 |
| * | QPID-5420: Restore ability to consume using BURLs specifying default exchange. | Keith Wall | 2014-01-07 | 1 | -14/+9 |
| * | QPID-5255: add missing licence header to doc and java files on trunk, for lat... | Robert Gemmell | 2013-12-16 | 1 | -0/+20 |
| * | QPID-4534: unify client heartbeat system properties/connection url options. | Keith Wall | 2013-10-30 | 1 | -5/+0 |
| * | QPID-5266: include the client product string in connection open log message | Robert Gemmell | 2013-10-27 | 1 | -3/+11 |
| * | QPID-5265: always log the client version, and log clientid even if null since... | Robert Gemmell | 2013-10-27 | 1 | -6/+5 |
| * | QPID-5048: remove the groupId from sub-modules, inherit org.apache.qpid from ... | Robert Gemmell | 2013-10-06 | 1 | -1/+0 |
| * | QPID-5048: add pluginManagement section to the qpid parent, to override apach... | Robert Gemmell | 2013-09-30 | 1 | -14/+0 |
| * | QPID-5048: add initial pom files for a maven build | Robert Gemmell | 2013-09-23 | 1 | -0/+72 |
| * | QPID-5160: add a qpid-test-utils module instead of making every modules tests... | Robert Gemmell | 2013-09-23 | 2 | -19/+110 |