summaryrefslogtreecommitdiff
path: root/java/common/src/test/java/org
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-287-82/+405
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-038-66/+220
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-042-8/+124
* QPID-3293: add new system properties for setting client send/receive buffer s...Robert Gemmell2012-02-191-0/+46
* NO-JIRA: Remove redundant code from client and common trees.Keith Wall2012-02-061-7/+0
* NO-JIRA: remove test-only and unused connect methodsRobert Gemmell2012-02-051-8/+8
* QPID-3739: Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreC...Keith Wall2012-01-294-25/+249
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-273-8/+8
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-2719-63/+65
* QPID-3715: Fix the receiving of an empty ObjectMessage (without a body)Keith Wall2012-01-071-0/+111
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-282-55/+25
* NO-JIRA: add missing licence headers to various files in the java treeRobert Gemmell2011-11-173-0/+58
* QPID-3610: set TCP_NODELAY to true by default, add new system property for ch...Robert Gemmell2011-11-111-0/+49
* QPID-3519: refactor consumer argument handlingKeith Wall2011-11-091-11/+43
* QPID-3402: fix excludes files to work with spaces etc in path, make SSL tests...Robert Gemmell2011-09-251-1/+5
* QPID-3415: Change 0-10 code path to utilise the CallbackHandlerRegistry to cr...Keith Wall2011-09-191-49/+54
* QPID-3449: adds ability to override the session timeout via JVM properties qp...Robert Gemmell2011-09-121-0/+81
* QPID-2627 : Remove dependency on MINARobert Godfrey2011-09-096-54/+125
* QPID-3473 : Replace use of MINA IO with transport IO (joint work with Robbie ...Robert Godfrey2011-09-074-828/+16
* NO-JIRA: remove test config for Logger which is no longer used, move test sta...Robert Gemmell2011-08-211-10/+63
* QPID-3429: ensure that SSL is enabled correctly in MinaNetworkHandler. Refact...Robert Gemmell2011-08-185-71/+106
* QPID-3342: Regression when forming SSL connections.Robert Gemmell2011-08-151-2/+4
* QPID-3402: revert r1155516, bad things happened without spaceRobert Gemmell2011-08-091-1/+1
* QPID-3402: also use a semi-colon deliminator instead of just whitespace, so a...Robert Gemmell2011-08-091-1/+1
* QPID-3385: assign IDs from a generator within the MultiVersionProtocolEngineF...Robert Gemmell2011-08-081-1/+7
* QPID-3367: FileUtils improvements. #openFileOrDefaultResource now tries the o...Robert Gemmell2011-07-213-0/+86
* QPID-3342: move a previously missed test-only class into the test treeRobert Gemmell2011-07-141-0/+165
* QPID-3345: restore/add ability to use sys props to select the NetworkTranspor...Robert Gemmell2011-07-142-0/+206
* QPID-3343: refactor test profiles to allow testing within the same JVM for al...Robert Gemmell2011-07-072-2/+7
* QPID-3342: transition TCP based Mina transport for 0-8/0-9/0-9-1 protocols ov...Robert Gemmell2011-07-073-120/+213
* QPID-3342: rationalise the existing 0-10 transport code and introduce new Net...Robert Gemmell2011-07-071-0/+92
* QPID-3341: remove unused/dead transport code and accompanying implementation ...Robert Gemmell2011-07-072-553/+0
* QPID-2158: add length validation into AMQShortString, remove dead code from A...Robert Gemmell2011-06-072-0/+227
* QPID-1670: Implement an UncaughtExceptionHandler to log exceptions causing t...Robert Gemmell2011-02-042-13/+209
* QPID-2657: Correct handling of sync on 0-10 client session for exceptionsAndrew Donald Kennedy2010-08-131-9/+9
* Make ConnectionTest extend QpidTestCaseAndrew Donald Kennedy2010-08-131-3/+2
* Tidy up various badly named testsAndrew Donald Kennedy2010-08-131-0/+48
* QPID-2799: Convert address with underscores for temp queue nameAndrew Donald Kennedy2010-08-131-21/+32
* QPID-2787: Move QpidTestCase to Common test module so that any test can inher...Robert Gemmell2010-08-061-0/+130
* QPID-2744: Unify 0-10 and 0-8 error messages for invalid object types in prop...Andrew Donald Kennedy2010-08-011-1/+11
* QPID-2660: Remove AMQFrameDecodingExceptionAndrew Donald Kennedy2010-07-261-22/+13
* QPID-2760: Only client 0-10 session sync should throw any exceptionsAndrew Donald Kennedy2010-07-261-8/+9
* QPID-2744 : Add tests for correct exception when null object is set via setOb...Martin Ritchie2010-07-221-0/+13
* QPID-2165 : Ensure each MINANetworkDriverTest uses a new port, to prevent the...Martin Ritchie2010-07-051-1/+4
* QPID-2508, Committing a patch from Emmanuel BourgRajith Muditha Attapattu2010-04-221-7/+7
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-123-0/+63
* The commit contains fixes for QPID-2351, QPID-2350 and some ground work for Q...Rajith Muditha Attapattu2010-01-211-3/+3
* Changed the setIdleTimeout method to take an int instead of a long.Rajith Muditha Attapattu2010-01-191-1/+1
* Remove more 1.6 @Override on interfaces.Aidan Skinner2009-11-091-11/+0
* Merge java-network-refactor branchAidan Skinner2009-10-155-111/+838