| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | QPID-6429 : Remove dead code, add name to (idle) pooled IO threads | Robert Godfrey | 2015-03-17 | 2 | -69/+13 |
| * | QPID-6456: [Java Broker] Correct method id used by connectionclose.ok for AMQ... | Keith Wall | 2015-03-17 | 1 | -1/+1 |
| * | Align run_test shell and Powershell versions. Changes the option syntax from ... | Stephen D. Huston | 2015-03-17 | 4 | -69/+165 |
| * | QPID-6429 : Fix issue when async close is called twice on a session, tidy up ... | Robert Godfrey | 2015-03-17 | 6 | -39/+41 |
| * | QPID-6429 : add debug | Robert Godfrey | 2015-03-17 | 1 | -0/+2 |
| * | QPID-6453 : Address review comments from Keith Wall | Robert Godfrey | 2015-03-17 | 1 | -2/+2 |
| * | QPID-6453 : Address review comments from Keith Wall | Robert Godfrey | 2015-03-17 | 1 | -7/+7 |
| * | QPID-6429 : remove redundant wakeup/state change caused in send | Robert Godfrey | 2015-03-17 | 1 | -1/+0 |
| * | QPID-6429 : ensure the consumer target queues are emptied before we perform a... | Robert Godfrey | 2015-03-16 | 3 | -15/+14 |
| * | QPID-6429 : ensure that when message suspension is set, all targets have fini... | Robert Godfrey | 2015-03-16 | 2 | -12/+28 |
| * | QPID-6429 : ensure that when message suspension is set, all targets have fini... | Robert Godfrey | 2015-03-16 | 1 | -4/+12 |
| * | QPID-6454 : Add page summarizing all api paths | Robert Godfrey | 2015-03-16 | 7 | -45/+186 |
| * | NO-JIRA : Fix typo in test | Robert Godfrey | 2015-03-16 | 1 | -1/+1 |
| * | QPID-6429, QPID-6262: [Java Broker] Improve error handling in new NIO code; ... | Keith Wall | 2015-03-16 | 19 | -445/+514 |
| * | QPID-6449: Fix remaining failing tests | Alex Rudyy | 2015-03-16 | 1 | -8/+0 |
| * | QPID-6449: Fix failing tests | Alex Rudyy | 2015-03-16 | 2 | -6/+2 |
| * | QPID-6454 : [Java Broker] Improve rendering of attribute types | Robert Godfrey | 2015-03-16 | 2 | -51/+52 |
| * | QPID-6454 : [Java Broker] Provide mechanism to view REST API interface defini... | Robert Godfrey | 2015-03-16 | 4 | -5/+422 |
| * | QPID-6453 : [Java Broker] add documentation for new Queue attributes | Robert Godfrey | 2015-03-15 | 2 | -212/+351 |
| * | QPID-6452 : Defer creating filters in default filter map until a consumer is ... | Robert Godfrey | 2015-03-15 | 19 | -186/+283 |
| * | QPID-6428 : Remove explicit call to update store from within AbstractQueue | Robert Godfrey | 2015-03-14 | 1 | -26/+17 |
| * | QPID-6451: [Java Client] Remove logging of ConnectionExcepion from exception ... | Keith Wall | 2015-03-14 | 1 | -2/+0 |
| * | QPID-6449: [Java Broker] Change REST interfaces to return 422 status code fro... | Alex Rudyy | 2015-03-14 | 15 | -54/+167 |
| * | QPID-6450 : [Java Broker] Allow separate model configuration threads for each... | Robert Godfrey | 2015-03-13 | 46 | -25/+192 |
| * | QPID-6438: Set Location header for REST create requests | Alex Rudyy | 2015-03-13 | 3 | -8/+41 |
| * | NO-JIRA: [Java Perf Test Framework] Add assembly for qpid-perftests-visualisa... | Keith Wall | 2015-03-13 | 2 | -0/+69 |
| * | QPID-6438: Update documentation for REST interfaces | Alex Rudyy | 2015-03-13 | 1 | -303/+469 |
| * | NO-JIRA: [Java Perf Test Framework] Ensure that the shutdown of the Broker du... | Keith Wall | 2015-03-13 | 3 | -1/+78 |
| * | QPID-6445: Revert the error checking code to *not* close, as this was causing... | Ernest Allen | 2015-03-13 | 1 | -4/+0 |
| * | QPID-6438: [Java Broker] Extend REST interfaces to result in errors when obje... | Alex Rudyy | 2015-03-13 | 23 | -207/+237 |
| * | QPID-6447 : [Java AMQP 1.0 Client] Use endpoint lock in Transaction Controller | Robert Godfrey | 2015-03-12 | 1 | -6/+11 |
| * | QPID-2836 : [Java Broker] Use slf4j facade for logging in the Java Broker | Robert Godfrey | 2015-03-12 | 186 | -754/+1012 |
| * | QPID-6429, QPID-6262, QPID-5818: [Java Broker] Utilise NIO, service connectio... | Keith Wall | 2015-03-12 | 206 | -2426/+6458 |
| |\ |
|
| | * | Merge from trunkQPID-6262-JavaBrokerNIO | Keith Wall | 2015-03-12 | 9 | -53/+91 |
| | |\
| |/
|/| |
|
| * | | QPID-6436: Address review comments and fix issues caused by ACL refactoring | Alex Rudyy | 2015-03-12 | 9 | -34/+91 |
| | * | Merge from trunk | Keith Wall | 2015-03-12 | 1 | -0/+3 |
| | |\
| |/
|/| |
|
| * | | QPID-6446: Temporary disable the test until root issue is resolved | Alex Rudyy | 2015-03-12 | 1 | -0/+3 |
| | * | Merge from trunk | Keith Wall | 2015-03-12 | 12 | -353/+58 |
| | |\
| |/
|/| |
|
| * | | QPID-6444: remove unused functions | Gordon Sim | 2015-03-11 | 2 | -17/+0 |
| * | | QPID-6440: [Java Broker] Web UI, correct problem that causes checkbox values ... | Keith Wall | 2015-03-10 | 1 | -1/+6 |
| * | | QPID-6438: [Java Broker] Add support for POST method into REST interfaces in ... | Alex Rudyy | 2015-03-10 | 24 | -310/+274 |
| * | | QPID-6436: Allow user to update its own preferences without explicit permissions | Alex Rudyy | 2015-03-10 | 1 | -0/+7 |
| * | | QPID-6439 : [Java Broker] config upgrader should upgrade key/trust stores usi... | Robert Godfrey | 2015-03-10 | 1 | -0/+5 |
| * | | QPID-6359: Remove the release script we no longer use | Justin Ross | 2015-03-10 | 1 | -319/+0 |
| * | | QPID-6436: [Java Broker] Move ACL functionality scattered over the configured... | Alex Rudyy | 2015-03-10 | 44 | -1081/+1274 |
| * | | QPID-6437 : ensure session/link flow notifies occur | Robert Godfrey | 2015-03-07 | 2 | -34/+32 |
| * | | QPID-6347 : ensure link enpoints are notified outside of holding the connecti... | Robert Godfrey | 2015-03-06 | 2 | -38/+66 |
| * | | QPID-6437 : ensure no locks are held when link endpoint listeners are notified | Robert Godfrey | 2015-03-06 | 1 | -2/+7 |
| * | | QPID-6434: [Java Client Docs] Correct a couple typos and simplify detail. | Keith Wall | 2015-03-06 | 1 | -18/+14 |
| * | | QPID-6428: Remove now redundant changeAttributes override | Keith Wall | 2015-03-06 | 2 | -6/+1 |