summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-1152: Change visibility to public so that it isn't narrowedAidan Skinner2008-06-261-1/+1
* QPID-1112: Changed addDeliveredMessage so to avoid division by 0 error when m...Arnaud Simon2008-06-261-3/+4
* QPID-909 : Commented out the TimerTask so that it can be wrapped with a Scale...Martin Ritchie2008-06-261-64/+70
* QPID-854 QPID-999 : Merge Changes to the client to make the dispatcher respon...Aidan Skinner2008-06-263-3/+231
* QPID-1112: Changed addDeliveredMessage so to avoid division by 0 error when m...Arnaud Simon2008-06-261-1/+1
* QPID-1078: use file.separator so that globmapper generates the correct manife...Rafael H. Schloming2008-06-251-1/+1
* QPID-551 Don't take arbitrary stack lengths. I really hate that we sublist at...Aidan Skinner2008-06-251-1/+2
* QPID-1112: send completed every maxPrefetch / 2 instead of after every messag...Arnaud Simon2008-06-201-1/+1
* QPID-1101 : Updated Direct Exchange so it does not modify lists of queuesRobert Godfrey2008-06-202-11/+20
* QPID-1144 : Reference count drops to zero too early for immediate messages in...Robert Godfrey2008-06-202-4/+12
* QPID-950 : Fixed Derby Message StoreRobert Godfrey2008-06-191-72/+111
* QPID-950 : Broker refactoring, copied / merged from branchRobert Godfrey2008-06-19187-9421/+13228
* 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