| Commit message (Expand) | Author | Age | Files | Lines |
* | Update from trunk r1375509 through r1450773asyncstore | Kim van der Riet | 2013-02-28 | 7 | -82/+405 |
* | QPID-3858: Updated branch - merged from trunk r.1368650 | Kim van der Riet | 2012-08-03 | 8 | -66/+220 |
* | QPID-3858: Updated branch - merged from trunk r.1333987 | Kim van der Riet | 2012-05-04 | 2 | -8/+124 |
* | QPID-3293: add new system properties for setting client send/receive buffer s... | Robert Gemmell | 2012-02-19 | 1 | -0/+46 |
* | NO-JIRA: Remove redundant code from client and common trees. | Keith Wall | 2012-02-06 | 1 | -7/+0 |
* | NO-JIRA: remove test-only and unused connect methods | Robert Gemmell | 2012-02-05 | 1 | -8/+8 |
* | QPID-3739: Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreC... | Keith Wall | 2012-01-29 | 4 | -25/+249 |
* | NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl... | Robert Godfrey | 2012-01-27 | 3 | -8/+8 |
* | NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused... | Robert Godfrey | 2012-01-27 | 19 | -63/+65 |
* | QPID-3715: Fix the receiving of an empty ObjectMessage (without a body) | Keith Wall | 2012-01-07 | 1 | -0/+111 |
* | QPID-3714 : [Java] Performance Improvements | Robert Godfrey | 2011-12-28 | 2 | -55/+25 |
* | NO-JIRA: add missing licence headers to various files in the java tree | Robert Gemmell | 2011-11-17 | 3 | -0/+58 |
* | QPID-3610: set TCP_NODELAY to true by default, add new system property for ch... | Robert Gemmell | 2011-11-11 | 1 | -0/+49 |
* | QPID-3519: refactor consumer argument handling | Keith Wall | 2011-11-09 | 1 | -11/+43 |
* | QPID-3402: fix excludes files to work with spaces etc in path, make SSL tests... | Robert Gemmell | 2011-09-25 | 1 | -1/+5 |
* | QPID-3415: Change 0-10 code path to utilise the CallbackHandlerRegistry to cr... | Keith Wall | 2011-09-19 | 1 | -49/+54 |
* | QPID-3449: adds ability to override the session timeout via JVM properties qp... | Robert Gemmell | 2011-09-12 | 1 | -0/+81 |
* | QPID-2627 : Remove dependency on MINA | Robert Godfrey | 2011-09-09 | 6 | -54/+125 |
* | QPID-3473 : Replace use of MINA IO with transport IO (joint work with Robbie ... | Robert Godfrey | 2011-09-07 | 4 | -828/+16 |
* | NO-JIRA: remove test config for Logger which is no longer used, move test sta... | Robert Gemmell | 2011-08-21 | 1 | -10/+63 |
* | QPID-3429: ensure that SSL is enabled correctly in MinaNetworkHandler. Refact... | Robert Gemmell | 2011-08-18 | 5 | -71/+106 |
* | QPID-3342: Regression when forming SSL connections. | Robert Gemmell | 2011-08-15 | 1 | -2/+4 |
* | QPID-3402: revert r1155516, bad things happened without space | Robert Gemmell | 2011-08-09 | 1 | -1/+1 |
* | QPID-3402: also use a semi-colon deliminator instead of just whitespace, so a... | Robert Gemmell | 2011-08-09 | 1 | -1/+1 |
* | QPID-3385: assign IDs from a generator within the MultiVersionProtocolEngineF... | Robert Gemmell | 2011-08-08 | 1 | -1/+7 |
* | QPID-3367: FileUtils improvements. #openFileOrDefaultResource now tries the o... | Robert Gemmell | 2011-07-21 | 3 | -0/+86 |
* | QPID-3342: move a previously missed test-only class into the test tree | Robert Gemmell | 2011-07-14 | 1 | -0/+165 |
* | QPID-3345: restore/add ability to use sys props to select the NetworkTranspor... | Robert Gemmell | 2011-07-14 | 2 | -0/+206 |
* | QPID-3343: refactor test profiles to allow testing within the same JVM for al... | Robert Gemmell | 2011-07-07 | 2 | -2/+7 |
* | QPID-3342: transition TCP based Mina transport for 0-8/0-9/0-9-1 protocols ov... | Robert Gemmell | 2011-07-07 | 3 | -120/+213 |
* | QPID-3342: rationalise the existing 0-10 transport code and introduce new Net... | Robert Gemmell | 2011-07-07 | 1 | -0/+92 |
* | QPID-3341: remove unused/dead transport code and accompanying implementation ... | Robert Gemmell | 2011-07-07 | 2 | -553/+0 |
* | QPID-2158: add length validation into AMQShortString, remove dead code from A... | Robert Gemmell | 2011-06-07 | 2 | -0/+227 |
* | QPID-1670: Implement an UncaughtExceptionHandler to log exceptions causing t... | Robert Gemmell | 2011-02-04 | 2 | -13/+209 |
* | QPID-2657: Correct handling of sync on 0-10 client session for exceptions | Andrew Donald Kennedy | 2010-08-13 | 1 | -9/+9 |
* | Make ConnectionTest extend QpidTestCase | Andrew Donald Kennedy | 2010-08-13 | 1 | -3/+2 |
* | Tidy up various badly named tests | Andrew Donald Kennedy | 2010-08-13 | 1 | -0/+48 |
* | QPID-2799: Convert address with underscores for temp queue name | Andrew Donald Kennedy | 2010-08-13 | 1 | -21/+32 |
* | QPID-2787: Move QpidTestCase to Common test module so that any test can inher... | Robert Gemmell | 2010-08-06 | 1 | -0/+130 |
* | QPID-2744: Unify 0-10 and 0-8 error messages for invalid object types in prop... | Andrew Donald Kennedy | 2010-08-01 | 1 | -1/+11 |
* | QPID-2660: Remove AMQFrameDecodingException | Andrew Donald Kennedy | 2010-07-26 | 1 | -22/+13 |
* | QPID-2760: Only client 0-10 session sync should throw any exceptions | Andrew Donald Kennedy | 2010-07-26 | 1 | -8/+9 |
* | QPID-2744 : Add tests for correct exception when null object is set via setOb... | Martin Ritchie | 2010-07-22 | 1 | -0/+13 |
* | QPID-2165 : Ensure each MINANetworkDriverTest uses a new port, to prevent the... | Martin Ritchie | 2010-07-05 | 1 | -1/+4 |
* | QPID-2508, Committing a patch from Emmanuel Bourg | Rajith Muditha Attapattu | 2010-04-22 | 1 | -7/+7 |
* | I have added the license header to the files included in this commit. | Rajith Muditha Attapattu | 2010-02-12 | 3 | -0/+63 |
* | The commit contains fixes for QPID-2351, QPID-2350 and some ground work for Q... | Rajith Muditha Attapattu | 2010-01-21 | 1 | -3/+3 |
* | Changed the setIdleTimeout method to take an int instead of a long. | Rajith Muditha Attapattu | 2010-01-19 | 1 | -1/+1 |
* | Remove more 1.6 @Override on interfaces. | Aidan Skinner | 2009-11-09 | 1 | -11/+0 |
* | Merge java-network-refactor branch | Aidan Skinner | 2009-10-15 | 5 | -111/+838 |