summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-168 Applying an amended version of Suran's patch for this JIRA, expandin...Marnie McCormack2008-06-171-5/+146
* This is a fix for QPID-1140 and QPId-1141.Rajith Muditha Attapattu2008-06-162-31/+10
* QPID-1139: use RFC1982 comparisons for rollback mark and update rollback mark...Rafael H. Schloming2008-06-164-12/+38
* QPID-901: add tests for RangeSet; fixed a bug found by the new testsRafael H. Schloming2008-06-164-21/+265
* QPID-901: set the frame track correctlyRafael H. Schloming2008-06-161-6/+4
* QPID-1078: fix the broken paths in qpid-incubating.jar and use the proper del...Rafael H. Schloming2008-06-161-2/+2
* QPID-901: request known-completed every 64K incoming commands, fixed handling...Rafael H. Schloming2008-06-132-5/+52
* Changed the store path back to what it was.Rajith Muditha Attapattu2008-06-131-1/+1
* QPID-901: don't send known-completed for ranges we ignoreRafael H. Schloming2008-06-132-5/+18
* QPID-901: flush after every 64K commands issuedRafael H. Schloming2008-06-131-0/+7
* Removed --store-async option as it is no longer releventRajith Muditha Attapattu2008-06-131-1/+1
* QPID-1134: updated username:password --> guest:guestArnaud Simon2008-06-125-5/+5
* Qpid-1130: don't store unack message tags when the session is transactedArnaud Simon2008-06-101-1/+4
* QPID-1129: unless otherwise specified, limit the receive buffer size to 64KRafael H. Schloming2008-06-101-1/+6
* QPID-901: always reset the auto-sync mode even if the call failsRafael H. Schloming2008-06-092-9/+21
* QPID-901: made logging of ids less expensive, also limit how much data we dum...Rafael H. Schloming2008-06-093-4/+16
* QPID-901: added logging of sync bit and command-idRafael H. Schloming2008-06-094-3/+51
* QPID-1127: disable direct buffers as default.Arnaud Simon2008-06-091-0/+1
* QPID-1126: reuse channel numbers for sessions that have closed, and honor the...Rafael H. Schloming2008-06-079-174/+64
* QPID-1124 : Use thread-safe map for messageListenersRobert Godfrey2008-06-061-1/+1
* QPID-1125: log exceptions destined to be swallowed by MINARafael H. Schloming2008-06-061-2/+11
* QPID-1124 : Use thread-safe map for messageListenersRobert Godfrey2008-06-061-2/+3
* QPID-1062: use sync flag instead of sync command on tx commitArnaud Simon2008-06-061-1/+2
* QPID-1062: merge writes of separate frames within an assembly, use sync flag ...Rafael H. Schloming2008-06-064-25/+79
* QPID-1116: fixed a race condition in connection/session close, session close ...Rafael H. Schloming2008-06-057-10/+28
* QPID-1123: Added a timeout (threading issue is still to be fixed)Arnaud Simon2008-06-051-4/+14
* QPID-1120: don't reset batch size as part of the messages are not accepted an...Arnaud Simon2008-06-041-1/+0
* QPID-1062: use BBDecoder for non fragmented segments, modified BBDecoder/Enco...Rafael H. Schloming2008-06-048-25/+88
* QPID-1120: Changed addDeliveredMessage and commit so session.completed is sen...Arnaud Simon2008-06-042-15/+52
* QPID-901: honor the timely-reply flag and handle known-completedRafael H. Schloming2008-06-032-9/+38
* QPID-1062: modified generated code to keep packing flags in wire form and ove...Rafael H. Schloming2008-06-0310-185/+170
* QPID-1112: Update previous commit by re-using messageAcknowledge (added a fla...Arnaud Simon2008-06-035-46/+22
* QPID-1115: Only generate client ID when necessaryArnaud Simon2008-06-033-38/+8
* QPID-1112: Added sessionCompleted support and changed onMessage for invoking ...Arnaud Simon2008-06-034-3/+42
* QPID-1110: use pre-acquire mode when message selector is the empty stringArnaud Simon2008-06-021-1/+3
* QPID-754: changed prop nameArnaud Simon2008-05-301-1/+1
* This check in is for QPID-1102.Rajith Muditha Attapattu2008-05-303-13/+355
* QPID-1094: added finally close for cleaning potential indoubt txArnaud Simon2008-05-291-0/+11
* QPID-1094 and QPID-1095: Updated XaResource for handling wrong flag value, up...Arnaud Simon2008-05-286-40/+72
* QPID-1097: Those changes have been suggested by LanaArnaud Simon2008-05-284-181/+155
* QPID-1094: Implement XA resource exception handling and add corresponding testsArnaud Simon2008-05-288-183/+694
* I am applying the patch provided by Senaka attached to QPID-968Rajith Muditha Attapattu2008-05-262-1/+18
* QPID-901: Track and report session exceptions, modified generator validate va...Rafael H. Schloming2008-05-2311-46/+272
* QPID-1089: Changed to use coountdownlatchArnaud Simon2008-05-233-25/+14
* Made Range, RangeSet, and Session all use proper RFC1982 comparisons per QPID...Rafael H. Schloming2008-05-2222-256/+183
* QPID-1079: added junit dep to client as it's not included within all environm...Arnaud Simon2008-05-221-1/+1
* QPID-1079: Updated TTLTest to use QpidTestCaseArnaud Simon2008-05-221-2/+2
* QPID-1079: Updated ...test.client tests for using QpidTestCase + move QpidTes...Arnaud Simon2008-05-2214-88/+110
* QPID-1085: If an error occurs creating a durable subscriber with a selector d...Aidan Skinner2008-05-223-17/+106
* QPID-1079: Updated ...test.client tests for using QpidTestCaseArnaud Simon2008-05-2217-256/+214