summaryrefslogtreecommitdiff
path: root/qpid/java/common/src/test
Commit message (Expand)AuthorAgeFilesLines
* QPID-6481: Move java source tree to top levelAlex Rudyy2015-04-1532-7658/+0
* QPID-2836 : [Java Broker] Use slf4j facade for logging in the Java BrokerRobert Godfrey2015-03-122-5/+7
* merge from trunkKeith Wall2015-03-031-6/+19
* Separate Byte and ProtocolEvent sender/receivers, add server specific 0-10 en...Robert Godfrey2015-01-314-23/+18
* Iniital SSL workRobert Godfrey2014-12-101-1/+4
* QPID-6189 : [Java Common] fix stack overflow bug when frame is broken into th...Robert Godfrey2014-10-271-0/+34
* QPID-6184: Add special thread factory to use with Executors which creates Thr...Alex Rudyy2014-10-231-0/+95
* QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-172-14/+27
* QPID-6156 : [Java] Prevent downgrade to SSLv3 on secure connectionsRobert Godfrey2014-10-161-3/+10
* QPID-5968 : [Java Client] Improve SSL hostname verificationRobert Godfrey2014-09-031-0/+1222
* QPID-6000 : [Java Broker] [Java Client] add the ability to configure automati...Robert Godfrey2014-08-161-0/+102
* QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-091-9/+7
* QPID-5969 : [Java Common] Add support of AMQP 0-9-1 field-array typeRobert Godfrey2014-08-061-5/+16
* QPID-5903 : [Java Broker] allow character escaping for JSON in configured obj...Robert Godfrey2014-07-181-0/+48
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-081-4/+4
* QPID-5702: upgrade JUnit dependency from version 3.8.1 to 4.11, change import...Robert Gemmell2014-04-221-32/+32
* 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