| Commit message (Expand) | Author | Age | Files | Lines |
| * | NO-JIRA: Remove redundant code from client and common trees. | Keith Wall | 2012-02-06 | 10 | -782/+0 |
| * | QPID-3756: Reorder Java Broker's connection close process so that ConnectionC... | Keith Wall | 2012-02-06 | 2 | -3/+8 |
| * | QPID-3814: ensure the 0-10 client sends its version number during ConnectionS... | Robert Gemmell | 2012-02-05 | 6 | -96/+103 |
| * | NO-JIRA: remove test-only and unused connect methods | Robert Gemmell | 2012-02-05 | 3 | -23/+12 |
| * | QPID-3810: fix log output | Robert Gemmell | 2012-02-04 | 1 | -4/+7 |
| * | QPID-3810: close an accepted socket when exceptions occur in order to prevent... | Robert Gemmell | 2012-02-04 | 1 | -4/+24 |
| * | QPID-3810: rework exception handling to allow the acceptor to continue after ... | Robert Gemmell | 2012-02-03 | 1 | -25/+41 |
| * | QPID-3801 : [Java] Move JMS Selector code into common | Robert Godfrey | 2012-02-02 | 1 | -4/+0 |
| * | QPID-3801 : [Java] Move JMS Selector code into common | Robert Godfrey | 2012-02-02 | 12 | -0/+2616 |
| * | QPID-3784: move the system property key into ClientProperties | Robert Gemmell | 2012-02-02 | 1 | -0/+4 |
| * | QPID-3789 : [Java] Remove duplication of BytesDataOutput inner class, and sha... | Robert Godfrey | 2012-01-31 | 1 | -0/+178 |
| * | QPID-3789 : [Java] Remove dead code and empty directories | Robert Godfrey | 2012-01-30 | 1 | -38/+0 |
| * | QPID-3739: Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreC... | Keith Wall | 2012-01-29 | 12 | -64/+317 |
| * | QPID-3789 : [Java] code tidyups | Robert Godfrey | 2012-01-29 | 49 | -1972/+190 |
| * | NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl... | Robert Godfrey | 2012-01-27 | 26 | -98/+158 |
| * | NO-JIRA: Ensure all control flow statements use braces (keeping CheckStyle ha... | Robert Godfrey | 2012-01-27 | 1 | -26/+62 |
| * | NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused... | Robert Godfrey | 2012-01-27 | 119 | -394/+399 |
| * | QPID-3783 The AddressParser will now set the subject to Null if it equals to ... | Rajith Muditha Attapattu | 2012-01-26 | 1 | -0/+4 |
| * | QPID-3774 : allow out of order completion of persistent enqueues / dequeues | Robert Godfrey | 2012-01-20 | 1 | -2/+7 |
| * | QPID-3766 Committing a patch by Weston Price. | Rajith Muditha Attapattu | 2012-01-17 | 1 | -12/+13 |
| * | QPID-3758 : Reduce memory overhead of Sessions | Robert Godfrey | 2012-01-13 | 1 | -40/+47 |
| * | QPID-3730: remove ReadWriteJobQueue, it is no longer necessary as the only th... | Robert Gemmell | 2012-01-09 | 3 | -478/+4 |
| * | QPID-3715: Fix the receiving of an empty ObjectMessage (without a body) | Keith Wall | 2012-01-07 | 2 | -0/+206 |
| * | QPID-3720 : [Java Broker] Implement Message Grouping | Robert Godfrey | 2012-01-03 | 2 | -2/+17 |
| * | QPID-3713 : Implement producer side flow control for 0-10 in Java Broker | Robert Godfrey | 2012-01-02 | 2 | -5/+25 |
| * | QPID-3714 : [Java] Performance Improvements | Robert Godfrey | 2011-12-28 | 46 | -725/+1719 |
| * | QPID-3659 Added a method in AMQBrokerDetails to handle boolean | Rajith Muditha Attapattu | 2011-12-07 | 1 | -1/+2 |
| * | QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa... | Keith Wall | 2011-11-28 | 2 | -0/+17 |
| * | NO-JIRA: add missing licence headers to various files in the java tree | Robert Gemmell | 2011-11-17 | 4 | -0/+78 |
| * | QPID-3611: use socket.close() on SSLSockets to prevent IoReceiver causing an ... | Robert Gemmell | 2011-11-11 | 1 | -1/+3 |
| * | QPID-3610: set TCP_NODELAY to true by default, add new system property for ch... | Robert Gemmell | 2011-11-11 | 3 | -1/+59 |
| * | QPID-3519: refactor consumer argument handling | Keith Wall | 2011-11-09 | 2 | -14/+49 |
| * | QPID-3518: Introduce client side ability to detect server side support. | Keith Wall | 2011-11-09 | 2 | -0/+58 |
| * | QPID-3583: Update trunk version from 0.13 to 0.15 | Justin Ross | 2011-11-03 | 1 | -1/+1 |
| * | QPID-3428: update to stop duplicate 0-10 session registrations into the manag... | Robert Gemmell | 2011-10-30 | 2 | -2/+9 |
| * | QPID-3532: make the 0-10 client hold the failover mutex during the failover. ... | Robert Gemmell | 2011-10-21 | 2 | -14/+57 |
| * | QPID-3524: revert changes to Session#invoke method in r1179702 as the other c... | Robert Gemmell | 2011-10-20 | 1 | -18/+12 |
| * | QPID-3524: enable support for failing over transacted sessions, ensuring txSe... | Robert Gemmell | 2011-10-06 | 2 | -40/+30 |
| * | QPID-3444: issue an invalid argument execution exception if the exchange name... | Robert Gemmell | 2011-09-25 | 2 | -6/+3 |
| * | QPID-3402: fix excludes files to work with spaces etc in path, make SSL tests... | Robert Gemmell | 2011-09-25 | 1 | -1/+5 |
| * | QPID-3498: Broker race condition mean that it tries to respond before IoSende... | Keith Wall | 2011-09-21 | 2 | -1/+5 |
| * | QPID-3415: Change 0-10 code path to utilise the CallbackHandlerRegistry to cr... | Keith Wall | 2011-09-19 | 6 | -252/+78 |
| * | QPID-3428: make the Java broker validate 0-10 Session names, enabling it to s... | Robert Gemmell | 2011-09-13 | 3 | -3/+17 |
| * | QPID-3449: adds ability to override the session timeout via JVM properties qp... | Robert Gemmell | 2011-09-12 | 3 | -4/+97 |
| * | QPID-2627 : Remove dependency on MINA | Robert Godfrey | 2011-09-09 | 45 | -1202/+778 |
| * | QPID-3473 : Replace use of MINA IO with transport IO (joint work with Robbie ... | Robert Godfrey | 2011-09-07 | 33 | -2126/+468 |
| * | QPID-3453: Fixes an issue with closing of detached session | Keith Wall | 2011-08-26 | 1 | -8/+21 |
| * | QPID-3452: Broker now unregisters any remaining subscriptions on receipt of S... | Keith Wall | 2011-08-25 | 1 | -3/+2 |
| * | NO-JIRA: remove test config for Logger which is no longer used, move test sta... | Robert Gemmell | 2011-08-21 | 1 | -10/+63 |
| * | QPID-3434: Refactored 0-8..0-9-1 code paths to use same SSL configuration mec... | Robert Gemmell | 2011-08-18 | 1 | -2/+9 |