summaryrefslogtreecommitdiff
path: root/qpid/java/common/src/test
Commit message (Expand)AuthorAgeFilesLines
* QPID-5048: logging and build output cleanupRobert Gemmell2014-01-222-5/+40
* QPID-5373: move retrieval of the peer Principal into the connection IO thread...Robert Gemmell2014-01-111-5/+0
* QPID-4534: unify client heartbeat system properties/connection url options.Keith Wall2013-10-302-1/+57
* QPID-5184 : Setting message expiration to 0 should lead to the header propert...Robert Godfrey2013-09-271-0/+3
* QPID-5160: add a qpid-test-utils module instead of making every modules tests...Robert Gemmell2013-09-236-809/+0
* QPID-5157: remove unused test-only mock implementationRobert Gemmell2013-09-231-105/+0
* QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to 0-8...Robert Godfrey2013-08-211-1/+1
* QPID-5056 : [Java Broker] Change configuration model to allow for KeyStores/T...Robert Godfrey2013-08-081-19/+1
* QPID-4875 : The parsing logic for certificate subjects does not work properly...Robert Godfrey2013-07-301-0/+52
* QPID-4943: Introduce a feature for 0-8/0-9/0-9-1 protocols to close a connect...Alex Rudyy2013-06-211-0/+26
* QPID-4937 : [Java Broker] separate virtualhosts into different typesRobert Godfrey2013-06-191-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