summaryrefslogtreecommitdiff
path: root/java/common/src/test
Commit message (Expand)AuthorAgeFilesLines
* Initial change to separate virtual hosts into typesRobert Godfrey2013-06-171-6/+8
* QPID-4904 : [Java] AMQShortString.equals should on return true if it is being...Robert Godfrey2013-06-031-4/+4
* QPID-4739: complete support for defining multiple key/trust stores and assign...Robert Gemmell2013-04-121-0/+37
* QPID-4636: expand testing of the new TrustManagersRobert Gemmell2013-03-171-40/+222
* QPID-4636: add unit tests for new TrustManagersRobert Gemmell2013-03-141-0/+162
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-192-6/+41
* QPID-4281: Fix setting of log4j configuration in system tests. While testing ...Alex Rudyy2013-01-241-0/+3
* QPID-2796 : Implement hearbeating in Java Broker (all protocol versions) and ...Robert Godfrey2012-11-253-2/+273
* QPID-4469: remove the unused sslContext parameter in OutgoingNetworkTransport...Robert Gemmell2012-11-251-2/+1
* QPID-4441: ensure that using FieldTable#addAll(table) works when providing a ...Robert Gemmell2012-11-181-74/+32
* QPID-4419: ensure the broker kills the 0-10 connection immediately for explic...Robert Gemmell2012-11-041-0/+7
* QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad...Robert Gemmell2012-10-121-0/+50
* NO-JIRA: Add missing Apache licenses to Java source files; correct positionin...Keith Wall2012-07-023-3/+3
* QPID-3977: ChartingUtil now generates chart-summary.html file to facilitate c...Keith Wall2012-06-151-0/+63
* QPID-4062 : [Java Tests] add misssing file from previous checkinRobert Godfrey2012-06-121-0/+127
* QPID-4062 : [Java Tests] Java system tests sometimes fail due to JMX port alr...Robert Godfrey2012-06-121-51/+2
* QPID-4042 : [Java Broker] Add SSL Client Auth supportRobert Godfrey2012-06-061-0/+12
* QPID-3973 : [Java] Add support for non JKS key store types (patch supplied by...Robert Godfrey2012-05-181-6/+7
* QPID-4006: add support for using BDB HA to form an active-passive cluster for...Robert Gemmell2012-05-171-6/+6
* QPID-3923: Store queue, exchange and binding as configured objects in bdb storeRobert Gemmell2012-04-171-0/+1
* QPID-3917: Refactor VirtualHost/MessageStore implementations to be ready for ...Keith Wall2012-03-301-7/+8
* NO-JIRA: QpidBrokerTestCase - minor improvementsKeith Wall2012-03-301-1/+1
* QPID-3886 Committing a patch by Kevin Conner.Rajith Muditha Attapattu2012-03-081-0/+114
* 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