| Commit message (Expand) | Author | Age | Files | Lines |
| * | NO-JIRA: Merge changes from the trunk in revisions 1564250:1567584 using | Alex Rudyy | 2014-02-12 | 87 | -3624/+5897 |
| |\ |
|
| | * | 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-5409: Refactor BDB HA MBean to delegate the operations to the underlyin... | Keith Wall | 2014-02-06 | 4 | -52/+125 |
| * | | NO-JIRA: Merge changes from the trunk in revisions 1562452:1564250 using | Keith Wall | 2014-02-04 | 8 | -189/+158 |
| |\ \
| |/ |
|
| | * | 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 |
| * | | QPID-5413: Fix the issue with flickering node rows in the nodes table | Alex Rudyy | 2014-01-29 | 1 | -2/+5 |
| * | | QPID-5409: On Broker startup, the tree of configured objects are told to atta... | Keith Wall | 2014-01-29 | 2 | -2/+35 |
| * | | Merge changes from the trunk in revisions 1560619:1562452 using | Keith Wall | 2014-01-29 | 41 | -320/+257 |
| |\ \
| |/ |
|
| | * | 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 |
| * | | Merge changes from the trunk in revisions 1558036:1560619 using | Keith Wall | 2014-01-23 | 43 | -1034/+431 |
| |\ \
| |/ |
|
| | * | 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-5413: Fix UpdatableStore row update logic to compare correctly fields of... | Alex Rudyy | 2014-01-21 | 2 | -14/+94 |
| * | | NO-JIRA: Merge latest changes back from trunk. | Keith Wall | 2014-01-14 | 34 | -81/+947 |
| * | | QPID-5413: Improve Ha virtual host UI | Alex Rudyy | 2013-12-27 | 1 | -24/+21 |
| * | | QPID-5413: Add HA UI to web management console | Alex Rudyy | 2013-12-24 | 6 | -187/+381 |
| * | | QPID-5412: Implement REST interface for replication nodes | Alex Rudyy | 2013-12-23 | 1 | -0/+2 |
| * | | QPID-5410: Refactor BDBMessageStore and HAMessageStore to encapsulate environ... | Keith Wall | 2013-12-10 | 3 | -4/+23 |
| |/ |
|
| * | QPID-5364: [Java Broker Management] Give RestServlet instances different serv... | Keith Wall | 2013-11-21 | 2 | -2/+5 |