| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | QPID-5472: [Java Broker] Exceptions used to report bind port failure (AMQP/HT... | Keith Wall | 2014-01-12 | 1 | -2/+2 |
| * | QPID-5373: move retrieval of the peer Principal into the connection IO thread... | Robert Gemmell | 2014-01-11 | 4 | -27/+3 |
| * | QPID-5461: downgrade sevrity of IOException log messages. Fix wording of thos... | Robert Gemmell | 2014-01-10 | 1 | -2/+2 |
| * | QPID-5459 : Add WebSocket transport support to the Java Broker and AMQP 1-0 J... | Robert Godfrey | 2014-01-09 | 6 | -0/+607 |
| * | QPID-5458: display the message size, and correlation-id (if there is one) | Robert Gemmell | 2014-01-09 | 1 | -0/+8 |
| * | QPID-5453 : [Java Broker] Fix to ensure that exclusive queues are always unlo... | Robert Godfrey | 2014-01-08 | 1 | -2/+12 |
| * | QPID-5420: Restore ability to consume using BURLs specifying default exchange. | Keith Wall | 2014-01-07 | 1 | -14/+9 |
| * | NO-JIRA: [Java Broker] Update web management console copyright message to ref... | Keith Wall | 2014-01-06 | 1 | -2/+2 |
| * | NO-JIRA : [Java] remove empty directories / unused imports | Robert Godfrey | 2014-01-03 | 5 | -5/+0 |
| * | QPID-5437 : [Java Broker] Allow HTTP ports to be bound only to specific inter... | Robert Godfrey | 2014-01-03 | 3 | -4/+15 |
| * | QPID-5255: add missing licence header to doc and java files on trunk, for lat... | Robert Gemmell | 2013-12-16 | 2 | -0/+40 |
| * | NO-JIRA: Add missing licences to some Java Broker Management .html files (ide... | Keith Wall | 2013-12-16 | 6 | -0/+98 |
| * | QPID-5364: [Java Broker Management] Give RestServlet instances different serv... | Keith Wall | 2013-11-21 | 2 | -2/+5 |