| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | QPID-1177 : Added Protocol Level Debug logging. Uses a final static so should... | Martin Ritchie | 2008-07-15 | 1 | -1/+13 |
| * | QPID-940,QPID-594,QPID-805,QPID-826 : Updated the client exception handling s... | Martin Ritchie | 2008-07-15 | 33 | -805/+893 |
| * | QPID-984 : Applied fix from M2.1.x that adds requried synchronization around ... | Martin Ritchie | 2008-07-15 | 1 | -98/+81 |
| * | QPID-1079 : Based on Code Review : Remvoed AutoCreateVMBroker code from QpidT... | Martin Ritchie | 2008-07-15 | 1 | -472/+0 |
| * | Removed the non ASCII characters that are causing the build to minorly complain. | Martin Ritchie | 2008-07-15 | 2 | -8/+8 |
| * | QPID-1171: batch acks when prefetch is used | Rafael H. Schloming | 2008-07-10 | 2 | -4/+37 |
| * | QPID-1062: moved channel id into the ProtocolEvent interface and removed Conn... | Rafael H. Schloming | 2008-07-10 | 1 | -3/+2 |
| * | Primarily profiling driven changes: | Rafael H. Schloming | 2008-07-09 | 10 | -75/+80 |
| * | QPID-293 allow messages which have been received by the consumer before a mes... | Aidan Skinner | 2008-07-08 | 1 | -0/+8 |
| * | The last checkin for this class was using a Java 1.6 specific method called i... | Rajith Muditha Attapattu | 2008-07-07 | 1 | -1/+1 |
| * | Qpid-940 - ConnectionTest#testPasswordFailureConnection fails occasionally so... | Martin Ritchie | 2008-07-04 | 1 | -24/+40 |
| * | QPID-962 Exception handling was... unpleasing... Fix up of patch from rhs | Aidan Skinner | 2008-07-03 | 5 | -57/+66 |
| * | Revert "QPID-962 Exception handling was... unpleasing... Fix up of patch from... | Aidan Skinner | 2008-07-02 | 4 | -61/+55 |
| * | QPID-960 remember to rename class | Aidan Skinner | 2008-07-02 | 1 | -3/+3 |
| * | QPID-960 copy delegate properly | Aidan Skinner | 2008-07-02 | 1 | -0/+234 |
| * | QPID-960 make protocol negotiation work from 0-10 down to 0-9 and then 8-0 | Aidan Skinner | 2008-07-02 | 3 | -235/+33 |
| * | QPID-962 Exception handling was... unpleasing... Fix up of patch from rhs | Aidan Skinner | 2008-07-02 | 4 | -55/+61 |
| * | QPID-1163: Moved message ack in pre-deliver method | Arnaud Simon | 2008-07-01 | 2 | -14/+15 |
| * | QPID-1084 : Applying patch previously applied to M2.x | Robert Godfrey | 2008-07-01 | 1 | -9/+16 |
| * | QPID-1159: remove @Override tags | Aidan Skinner | 2008-06-30 | 1 | -130/+109 |
| * | QPID-1112: Changed addDeliveredMessage so to avoid division by 0 error when m... | Arnaud Simon | 2008-06-26 | 1 | -3/+4 |
| * | QPID-854 QPID-999 : Merge Changes to the client to make the dispatcher respon... | Aidan Skinner | 2008-06-26 | 3 | -3/+231 |
| * | QPID-1112: Changed addDeliveredMessage so to avoid division by 0 error when m... | Arnaud Simon | 2008-06-26 | 1 | -1/+1 |
| * | QPID-551 Don't take arbitrary stack lengths. I really hate that we sublist at... | Aidan Skinner | 2008-06-25 | 1 | -1/+2 |
| * | QPID-1112: send completed every maxPrefetch / 2 instead of after every messag... | Arnaud Simon | 2008-06-20 | 1 | -1/+1 |
| * | QPID-950 : Broker refactoring, copied / merged from branch | Robert Godfrey | 2008-06-19 | 3 | -7/+64 |
| * | QPID-1139: use RFC1982 comparisons for rollback mark and update rollback mark... | Rafael H. Schloming | 2008-06-16 | 4 | -12/+38 |
| * | Qpid-1130: don't store unack message tags when the session is transacted | Arnaud Simon | 2008-06-10 | 1 | -1/+4 |
| * | QPID-901: always reset the auto-sync mode even if the call fails | Rafael H. Schloming | 2008-06-09 | 2 | -9/+21 |
| * | QPID-1126: reuse channel numbers for sessions that have closed, and honor the... | Rafael H. Schloming | 2008-06-07 | 1 | -3/+1 |
| * | QPID-1124 : Use thread-safe map for messageListeners | Robert Godfrey | 2008-06-06 | 1 | -1/+1 |
| * | QPID-1124 : Use thread-safe map for messageListeners | Robert Godfrey | 2008-06-06 | 1 | -2/+3 |
| * | QPID-1062: use sync flag instead of sync command on tx commit | Arnaud Simon | 2008-06-06 | 1 | -1/+2 |
| * | QPID-1062: merge writes of separate frames within an assembly, use sync flag ... | Rafael H. Schloming | 2008-06-06 | 2 | -8/+18 |
| * | QPID-1116: fixed a race condition in connection/session close, session close ... | Rafael H. Schloming | 2008-06-05 | 4 | -4/+6 |
| * | QPID-1123: Added a timeout (threading issue is still to be fixed) | Arnaud Simon | 2008-06-05 | 1 | -4/+14 |
| * | QPID-1120: don't reset batch size as part of the messages are not accepted an... | Arnaud Simon | 2008-06-04 | 1 | -1/+0 |
| * | QPID-1120: Changed addDeliveredMessage and commit so session.completed is sen... | Arnaud Simon | 2008-06-04 | 2 | -15/+52 |
| * | QPID-1112: Update previous commit by re-using messageAcknowledge (added a fla... | Arnaud Simon | 2008-06-03 | 5 | -46/+22 |
| * | QPID-1115: Only generate client ID when necessary | Arnaud Simon | 2008-06-03 | 3 | -38/+8 |
| * | QPID-1112: Added sessionCompleted support and changed onMessage for invoking ... | Arnaud Simon | 2008-06-03 | 4 | -3/+42 |
| * | QPID-1110: use pre-acquire mode when message selector is the empty string | Arnaud Simon | 2008-06-02 | 1 | -1/+3 |
| * | QPID-754: changed prop name | Arnaud Simon | 2008-05-30 | 1 | -1/+1 |
| * | This check in is for QPID-1102. | Rajith Muditha Attapattu | 2008-05-30 | 1 | -13/+42 |
| * | QPID-1094 and QPID-1095: Updated XaResource for handling wrong flag value, up... | Arnaud Simon | 2008-05-28 | 1 | -2/+34 |
| * | QPID-1097: Those changes have been suggested by Lana | Arnaud Simon | 2008-05-28 | 4 | -181/+155 |
| * | QPID-1094: Implement XA resource exception handling and add corresponding tests | Arnaud Simon | 2008-05-28 | 3 | -180/+199 |
| * | QPID-901: Track and report session exceptions, modified generator validate va... | Rafael H. Schloming | 2008-05-23 | 2 | -43/+10 |
| * | Made Range, RangeSet, and Session all use proper RFC1982 comparisons per QPID... | Rafael H. Schloming | 2008-05-22 | 7 | -15/+15 |
| * | QPID-1079: Updated ...test.client tests for using QpidTestCase + move QpidTes... | Arnaud Simon | 2008-05-22 | 1 | -0/+456 |