| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-5048: Maven enahancements to remove child version definitions and improv... | Robert Gemmell | 2014-02-28 | 15 | -15/+0 |
| * | QPID-5048: Maven enahancements to restructure POM hierarchy and improve build | Robert Gemmell | 2014-02-27 | 15 | -32/+32 |
| * | QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement... | Robert Godfrey | 2014-02-26 | 27 | -126/+127 |
| * | QPID-5579 : Use annotations to generate statistics values | Robert Godfrey | 2014-02-25 | 15 | -94/+129 |
| * | QPID-5582 : [Java Broker] only allow one binding per binding-key and queue at... | Robert Godfrey | 2014-02-24 | 4 | -6/+16 |
| * | QPID-5581 : [Java Broker] rename SimpleAMQQueue to AbstractQueue | Robert Godfrey | 2014-02-23 | 3 | -4/+4 |
| * | QPID-5578 : rename managed object annotation | Robert Godfrey | 2014-02-23 | 1 | -7/+7 |
| * | QPID-5579 : [Java Broker] build attribute meta data the same way for REST API... | Robert Godfrey | 2014-02-23 | 23 | -127/+110 |
| * | 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 | 2 | -19/+28 |
| * | QPID-5567 : Move acl checks into the objects being created | Robert Godfrey | 2014-02-21 | 3 | -3/+5 |
| * | QPID-5571 : Java Broker AMQP 1.0 deadlock on close consumer | Robert Godfrey | 2014-02-20 | 1 | -21/+41 |
| * | QPID-5563 : Ensure vhost is set as early as possible, on receipt of connectio... | Robert Godfrey | 2014-02-20 | 3 | -42/+55 |
| * | QPID-5567 : Further changes to SecurityMangager | Robert Godfrey | 2014-02-20 | 3 | -45/+36 |
| * | QPID-5567 : Always Use AccessControllerContext to find the current context Su... | Robert Godfrey | 2014-02-19 | 18 | -264/+588 |
| * | QPID-5563 : [Java Broker] [AMQP 1.0] Use the hostname field in the open frame... | Robert Godfrey | 2014-02-18 | 2 | -171/+196 |
| * | QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep... | Robert Godfrey | 2014-02-18 | 24 | -170/+139 |
| * | QPID-4000 : [Java Broker] add initial conversions from AMQP 1.0 messages to 0... | Robert Godfrey | 2014-02-18 | 7 | -212/+655 |
| * | QPID-5559 : [Java Broker] remove unused methods from AMQQueue interface | Robert Godfrey | 2014-02-17 | 1 | -6/+0 |
| * | QPID-5558 : [Java Broker] update management node to follow definitions in wor... | Robert Godfrey | 2014-02-17 | 1 | -25/+35 |
| * | QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n... | Robert Godfrey | 2014-02-17 | 23 | -645/+475 |
| * | QPID-5552 : [Java Broker] Propertly handle transport exceptions encountered i... | Robert Godfrey | 2014-02-14 | 1 | -106/+121 |
| * | QPID-5551 : Change AMQStoreException to StoreException which inherits from Se... | Robert Godfrey | 2014-02-14 | 5 | -17/+20 |
| * | QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and... | Robert Godfrey | 2014-02-14 | 48 | -448/+335 |
| * | QPID-5551 : replace AMQSecurityException with QpidSecurityException in the br... | Robert Godfrey | 2014-02-13 | 21 | -51/+189 |
| * | QPID-5551 : Remove redundant throws AMQException clauses | Robert Godfrey | 2014-02-13 | 16 | -85/+40 |
| * | QPID-5504 : another fix for generics, this time working differently between O... | Robert Godfrey | 2014-02-11 | 1 | -3/+3 |
| * | QPID-5504 : refactring of queues, and introduce management node and amqp-mana... | Robert Godfrey | 2014-02-11 | 32 | -118/+3580 |
| * | QPID-5504 : allow for case where consumer target is closed before consumer is... | Robert Godfrey | 2014-02-10 | 2 | -4/+19 |
| * | 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 | 47 | -3070/+2109 |
| * | 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 | 14 | -325/+140 |
| * | QPID-5504 : remove unused inner classes | Robert Godfrey | 2014-02-04 | 2 | -105/+0 |
| * | QPID-5504 : Moving routing to Exchange from session classes | Robert Godfrey | 2014-02-01 | 5 | -167/+136 |
| * | QPID-5527: Upgrade to Jetty 8 | Robert Gemmell | 2014-01-31 | 3 | -22/+22 |
| * | NO-JIRA : fix typos / spelling errors | Robert Godfrey | 2014-01-23 | 34 | -174/+87 |
| * | 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 | 12 | -88/+112 |
| * | QPID-5504 : remove InboundMessage... characterize routing as being on the imm... | Robert Godfrey | 2014-01-22 | 12 | -51/+104 |
| * | QPID-5504 : initial refactoring to move common code into shared classes, make... | Robert Godfrey | 2014-01-22 | 27 | -962/+220 |
| * | QPID-5048: logging and build output cleanup | Robert Gemmell | 2014-01-22 | 6 | -23/+43 |
| * | QPID-5048: Logging dependency and configuration tidy up for maven build | Robert Gemmell | 2014-01-22 | 8 | -0/+71 |
| * | QPID-5342 : [Java Client] 0-10 client does not close connection when heartbea... | Robert Godfrey | 2014-01-15 | 3 | -15/+10 |
| * | QPID-5459 : [Java Broker] add secure websocket support to the broker, includi... | Robert Godfrey | 2014-01-13 | 1 | -2/+1 |
| * | QPID-5459 : [Java Broker] add secure websocket support to the broker, includi... | Robert Godfrey | 2014-01-13 | 2 | -6/+36 |
| * | QPID-5475 : [Java Broker] add ability to use ssl client auth to REST api and ... | Robert Godfrey | 2014-01-13 | 4 | -15/+116 |
| * | QPID-5472: [Java Broker] Connection model object attribute PORT should return... | Keith Wall | 2014-01-13 | 1 | -1/+1 |
| * | QPID-5474: display clientId and clientVersion attributes from the connection ... | Robert Gemmell | 2014-01-13 | 2 | -14/+10 |