summaryrefslogtreecommitdiff
path: root/qpid/java/systests/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * QPID-6263 : [Java Broker] Move startup/recovery logic from server.Broker to S...Robert Godfrey2014-12-071-16/+6
| | * QPID-6263 : [Java Broker] Remove knowledge of BrokerOptions from SystemConfig...Robert Godfrey2014-12-071-2/+2
| * | Merge from trunkAidan Skinner2009-10-145-20/+215
| * | Merge from trunkAidan Skinner2009-10-1123-686/+3320
| * | Merge from trunkAidan Skinner2009-09-1713-545/+872
| * | QPID-2105: Merging the patch didn't uncomment this test, stoopid git. Aidan Skinner2009-09-161-3/+3
| * | QPID-2105: Make NetworkDriver.open use a SSLContextFactory, not an SSLEngine.Aidan Skinner2009-09-162-34/+49
| * | Merge from trunk Aidan Skinner2009-09-099-105/+353
* | | Remove dead setIdleTimeout methodKeith Wall2014-12-123-13/+0
* | | Allow the transport to inform the model that encryption is being usedRobert Godfrey2014-12-111-2/+2
* | | Bug fix: Stop 0-8 protocol layer wrapping the same byte arrayKeith Wall2014-12-051-7/+10
| |/ |/|
* | QPID-6194: [Java Broker] Add option to prevent Broker startup when it has ERR...Andrew MacBean2014-10-291-0/+47
* | QPID-6192: [Java Broker] Add supporting test case guarding case when failover...Keith Wall2014-10-291-0/+101
* | QPID-6174: [Java Rest Tests] Apply a HTTP connectiion timeout to the REST tes...Keith Wall2014-10-231-0/+2
* | QPID-6175 : [Java Broker] allow maximum message size to be restrictedRobert Godfrey2014-10-211-0/+1
* | QPID-6165 : [Java Broker] Allow the number of open connections to be limited ...Robert Godfrey2014-10-171-3/+7
* | QPID-6164 : Add synchronous publish capability to 0-8/9/9-1Robert Godfrey2014-10-171-0/+131
* | QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-174-100/+43
* | QPID-6162 : Add authentication providers which store user data in the config ...Robert Godfrey2014-10-174-114/+50
* | QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-175-3/+95
* | QPID-6156 : [Java] Prevent downgrade to SSLv3 on secure connectionsRobert Godfrey2014-10-161-2/+3
* | QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-012-5/+8
* | NO-JIRA: [Java Broker Tests] Fix for occasionally failing ConnectionManagemen...Keith Wall2014-09-251-0/+10
* | QPID-3678 : [Java Client] Add support for setting link capacity to zero in AD...Robert Godfrey2014-09-231-0/+39
* | QPID-6088 : [Java Client] reenable logging testRobert Godfrey2014-09-081-9/+9
* | QPID-6088 : [Java Client] AMQP 0-8/8/9-1 prefetch should auto expand when rec...Robert Godfrey2014-09-081-8/+66
* | NO-JIRA: [Java System Tests] ConsumerLoggingTest: Temporary code in test clas...Keith Wall2014-09-031-3/+14
* | QPID-6066: [Java Client] 0-8..0-9-1 only - Add system property to allow call...Keith Wall2014-09-031-21/+56
* | QPID-6055 : [Java Broker] Ensure max frame size is always less than Integer.M...Robert Godfrey2014-08-301-1/+1
* | QPID-6052 : Use ADDR addresses for JMSDestination on incoming messages in 0-9...Robert Godfrey2014-08-281-1/+1
* | QPID-6040 : [Java Broker] [Java Client] add the ability to create a single co...Robert Godfrey2014-08-261-20/+17
* | QPID-6037 : [Java Client] Enhance experimental support for ADDR addressing to...Robert Godfrey2014-08-241-69/+86
* | QPID-6027 : Give Json extracts a stable ordering, and add option to REST serv...Robert Godfrey2014-08-201-0/+1
* | QPID-6010 : [Java Broker] Remove unnecessary system properties for controllin...Robert Godfrey2014-08-192-6/+1
* | QPID-6017 : [Jaa Broker] Provide a mechanism by which "secure" attributes in ...Robert Godfrey2014-08-192-0/+2
* | QPID-6010 : [Java Tests] Use context defaulting to select protocols in useRobert Godfrey2014-08-172-8/+47
* | QPID-6000 : [Java Broker] [Java Client] add the ability to configure automati...Robert Godfrey2014-08-161-0/+236
* | NO-JIRA: Remove unused test support classesKeith Wall2014-08-145-900/+0
* | QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-131-1/+7
* | QPID-5993 : [Java] Address issues identified by FindbugsRobert Godfrey2014-08-131-43/+55
* | QPID-5992 : [Java Broker] Allow HTTP management responses to be compressedRobert Godfrey2014-08-131-0/+141
* | QPID-5989: [Java Tests] Relocate system test classes to beneath src/test/javaKeith Wall2014-08-12198-0/+0
* | QPID-5988: [Java Broker] Default VHN/VH store paths to path location based on...Keith Wall2014-08-113-48/+80
* | QPID-4429 : Fix 0-8 version of frame too large testRobert Godfrey2014-08-091-1/+1
* | QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-092-1/+356
* | QPID-4307 : [Java Broker] prevent the copying/moving of messages onto queues ...Robert Godfrey2014-08-081-0/+55
* | QPID-3978 : [Java Broker] Allow for acquired messages to be removed from a qu...Robert Godfrey2014-08-081-18/+46
* | QPID-5957 : fix race condition which can cause test to failRobert Godfrey2014-08-071-1/+1
* | QPID-5960: Turn on SSL host name verification by defaultAlex Rudyy2014-08-071-5/+48
* | QPID-5940 : Make ConfiguredObjectTypeRegistry more easy to test, and add some...Robert Godfrey2014-08-058-24/+26