summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * QPID-6481: Move docbook for jms client for amqp 0.8/0.9.x into java source treeAlex Rudyy2015-04-1520-2992/+0
| * QPID-6481: Move java broker docbook into java source treeAlex Rudyy2015-04-15102-9568/+0
| * QPID-6481: Move java source tree to top levelAlex Rudyy2015-04-153261-542407/+0
| * QPID-6489: Use synchronous publishing in FailoverBehaviourTest.testFlowContro...Alex Rudyy2015-04-151-2/+16
| * QPID-6494: [Java Broker] Remove redundant listener code from the BrokerAdapterKeith Wall2015-04-141-165/+3
| * QPID-6495: [Java Broker] Ensure the closing a 0-10 connection releases protoc...Keith Wall2015-04-141-1/+12
| * QPID-5818 : [Java Broker] creating children from within the configuration thr...Robert Godfrey2015-04-124-14/+13
| * QPID-5818 : [Java Broker] creating children from within the configuration thr...Robert Godfrey2015-04-1217-254/+286
| * NO-JIRA : Remove redundant access modifiers in interfacesRobert Godfrey2015-04-123-4/+4
| * QPID-6476 : Expose vhost target size so a store can decide to flow messages t...Robert Godfrey2015-04-124-0/+18
| * QPID-6476 : Fix InternalMessage implementation so it can be storedRobert Godfrey2015-04-123-1/+3
| * Fix failing FailoverBehaviourTest#testFlowControlFlagResetOnFailoverAlex Rudyy2015-04-101-3/+2
| * QPID-6484: check for non-existent error descriptionGordon Sim2015-04-105-39/+97
| * QPID-6488 : Set the Port object as an attribute on every HttpRequestRobert Godfrey2015-04-106-35/+39
| * QPID-6487 : Run link detached callback outside of scope of AMQP 1.0 connectio...Robert Godfrey2015-04-101-2/+9
| * QPID-6485: [Java Broker] Remove superfluous find/get methods from the Broker ...Keith Wall2015-04-1013-215/+69
| * QPID-5818: [Java Broker] Ensure that connection/session use a configuration t...Keith Wall2015-04-072-77/+39
| * QPID-6470: fix stray letters from commit 1671125Charles E. Rolke2015-04-061-1/+1
| * QPID-6478: Set state to ACTIVE on creation of file based authentication provi...Alex Rudyy2015-04-062-7/+105
| * QPID-6442: [Java Broker] Compare the Broker#defaultVirtualHost against the v...Keith Wall2015-04-064-10/+24
| * QPID-6474: [Python Client] 08..09 Prevent Client.close ending in exception if...Keith Wall2015-04-061-0/+1
| * QPID-6477: [Java Broker] Make 0-10 implementation ignore all received frames ...Keith Wall2015-04-052-18/+17
| * QPID-6429: [Java Broker] Make NetworkConnectionScheduler utilise the Broker's...Keith Wall2015-04-041-3/+8
| * QPID-6429: [Java Broker] Prevent NPE on shutdown if an AMQP port failed to bi...Keith Wall2015-04-041-1/+4
| * QPID-6429: [Java Broker] Add more logging to investigate the failure to close...Keith Wall2015-04-042-1/+16
| * NO-JIRA: [Java Documentation] Correct typo in Java Broker docbookKeith Wall2015-04-041-1/+1
| * QPID-6429: [Java Broker] Add more logging to investigate the failure to close...Keith Wall2015-04-041-0/+6
| * QPID-6429: [Java Broker] Discard only ByteBuffers that have been sent down th...Keith Wall2015-04-031-1/+9
| * QPID-6476 : [Java Broker] Refactor MessageStore to allow more efficient imple...Robert Godfrey2015-04-0399-1218/+2292
| * QPID-6399: Fix store tests for run_test option syntax change.Alan Conway2015-04-032-4/+4
| * QPID-6470: FieldValue::getFloatingPointValue() converts endian each time it i...Alan Conway2015-04-035-43/+45
| * NO-JIRA: Fix race condition in HA tests, remove useless test.Alan Conway2015-04-031-21/+6
| * QPID-6475: [Python Client] 08..09 Send connection.close before closing socketKeith Wall2015-04-032-5/+12
| * QPID-6474: [Python Client] Prevent client connection thread leaks on the 08.....Keith Wall2015-04-033-8/+42
| * QPID-6473: [Python Client] Replace old style exception syntax on a number of ...Keith Wall2015-04-031-10/+10
| * QPID-6469: Remove not used method sendResponseAndCloseSender from AMQProtocol...orudyy2015-04-022-66/+1
| * QPID-6453 : Fix column name in tablergodfrey2015-04-021-2/+2
| * QPID-6446: Verify that store path is a writable folder on creation of derby v...Alex Rudyy2015-04-017-4/+263
| * QPID-6469: Remove content of AMQProtocolEngine#exception as it is not used in...Alex Rudyy2015-03-312-143/+1
| * QPID-6347 - Committed a patch from Irina BovermanTed Ross2015-03-275-49/+2
| * QPID-6469: Improve AMQProtocolEngine#exception to guard against an exception ...Alex Rudyy2015-03-272-19/+153
| * QPID-6466: [Java Client] Avoid possibilty that the dispatcher and IO thread c...Keith Wall2015-03-262-59/+68
| * QPID-6465: Fix ArrayIndexOutOfBoundsException thrown on attempt to hexify pas...Alex Rudyy2015-03-262-2/+52
| * QPID-6438: Delete unreachable code from RestServlet#performCreateOrUpdateAlex Rudyy2015-03-261-11/+4
| * QPID-6463: Adjust for changes between proton 0.8 and 0.9: test that items exi...Charles E. Rolke2015-03-251-1/+4
| * QPID-6464: Set replica consistency policy to 'NoConsistencyPolicy' in order t...Alex Rudyy2015-03-252-1/+82
| * QPID-6438: Address review comments from Keith WallAlex Rudyy2015-03-241-138/+143
| * QPID-6460, QPID-6460: [Java Client] Make task pool used for exception report...Keith Wall2015-03-202-65/+59
| * NO-JIRA: Add Apache licenses to scripts generating keystores/trustores/CA and...Alex Rudyy2015-03-202-15/+54
| * NO-JIRA: Re-create java broker peer storeAlex Rudyy2015-03-202-0/+9