| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-1244: fix for NPE on broker initiated connection close, also preserve th... | Rafael H. Schloming | 2008-08-14 | 8 | -1/+130 |
| * | QPID-1077 : Noticed that the defaults of 644, and 755 for files and directori... | Martin Ritchie | 2008-08-14 | 1 | -2/+2 |
| * | QPID-1239: changed the way QPID_ARGS is set | Arnaud Simon | 2008-08-14 | 1 | -10/+2 |
| * | QPID-1077 : Update release target to correctly specify execute permissions on... | Martin Ritchie | 2008-08-14 | 1 | -4/+16 |
| * | QPID-1236: made setObjectProperty validate the passed in value | Rafael H. Schloming | 2008-08-13 | 2 | -0/+37 |
| * | removed dead code from message Echo utility, and added a message Sink utility | Rafael H. Schloming | 2008-08-13 | 2 | -3/+137 |
| * | QPID-1235: fixed setXXXProperty to check for empty strings | Rafael H. Schloming | 2008-08-12 | 2 | -3/+53 |
| * | QPID-1233: made getStringProperty(nonexistent) return null instead of NPE | Rafael H. Schloming | 2008-08-12 | 2 | -8/+12 |
| * | QPID-615: Merge rupertlssmiths 581293 | Aidan Skinner | 2008-08-12 | 2 | -0/+250 |
| * | QPID-1117 merge ritchiem's 662818: | Aidan Skinner | 2008-08-12 | 1 | -4/+153 |
| * | QPID-1092: Merge 662770 to trunk from ritchiem: | Aidan Skinner | 2008-08-12 | 2 | -23/+103 |
| * | QPID-1136 : Fixed Flow Control problem due to this change and added test to v... | Martin Ritchie | 2008-08-12 | 6 | -17/+33 |
| * | QPID-1193 : Actually removed the calls that pass in the ugly null | Martin Ritchie | 2008-08-11 | 2 | -2/+2 |
| * | QPID-1223 : Updated AckTest to correctly create and close the ApplicationRegi... | Martin Ritchie | 2008-08-11 | 1 | -6/+3 |
| * | QPID-1193 : re-added createQueue(AMQQueue queue) method, after code review call. | Martin Ritchie | 2008-08-11 | 4 | -0/+24 |
| * | QPID-1223 : Updated tests to correctly close the ApplicationRegistry that wer... | Martin Ritchie | 2008-08-11 | 3 | -1/+11 |
| * | QPID-1220 Updated assert to show exception message when there is no cause set | Martin Ritchie | 2008-08-11 | 1 | -1/+1 |
| * | QPID-1218: cleaned up the interface to IoTransport a bit; added IoAcceptor; f... | Rafael H. Schloming | 2008-08-09 | 15 | -112/+267 |
| * | QPID-1213: simplified unprocessed message and moved version specific code int... | Rafael H. Schloming | 2008-08-08 | 34 | -861/+583 |
| * | QPID-1218 Optionally use IoTransport, it's hot, but doesn't pass all the tes... | Aidan Skinner | 2008-08-08 | 11 | -14/+350 |
| * | QPID-1210: added missing \ | Rafael H. Schloming | 2008-08-08 | 1 | -1/+1 |
| * | QPID-1226 : DupsOk test never creates the client so create one for the messag... | Martin Ritchie | 2008-08-08 | 1 | -5/+13 |
| * | QPID-1223 : added ApplicationRegistry.remove. Need to convert to QTC. | Martin Ritchie | 2008-08-08 | 1 | -1/+3 |
| * | QPID-1136 : Provided a fix for the leak in UnacknowledgedMessage when acking... | Martin Ritchie | 2008-08-08 | 9 | -85/+145 |
| * | QPID-1225 cause test to fail if it times out. | Martin Ritchie | 2008-08-08 | 1 | -1/+4 |
| * | QPID-1213: fixed a performance regressing from converting uuid -> string and ... | Rafael H. Schloming | 2008-08-08 | 1 | -4/+1 |
| * | QPID-1224: add methods to get the list of message ids from a queue, with opti... | Aidan Skinner | 2008-08-08 | 3 | -0/+204 |
| * | QPID-1213: removed empty .java files leftover from applying a patch | Rafael H. Schloming | 2008-08-07 | 2 | -0/+0 |
| * | QPID-1213: Patch from rgodfrey to refactor AbstractJMSMessage and descendants... | Rafael H. Schloming | 2008-08-07 | 53 | -1116/+2384 |
| * | QPID-1182 : Some of the NullPointerExceptions from the SimpleACLTest are due ... | Martin Ritchie | 2008-08-07 | 1 | -7/+14 |
| * | QPID-1195 , QPID-1193 Initial changes to allow bind and queue arguments to be... | Martin Ritchie | 2008-08-07 | 16 | -66/+776 |
| * | QPID-1218: fix stupid used-only-by-tests method breakage that I have exposed | Aidan Skinner | 2008-08-07 | 1 | -1/+1 |
| * | QPID-1218: Boost broker performance by lots. | Aidan Skinner | 2008-08-07 | 11 | -73/+59 |
| * | QPID-1222: round up the buffer size to the nearest power of two | Rafael H. Schloming | 2008-08-06 | 1 | -2/+17 |
| * | QPID-1221: added customizable UUID generation and switched the default strate... | Rafael H. Schloming | 2008-08-06 | 6 | -2/+203 |
| * | QPID-1219: cleanup of prior commit (r682887) | Rafael H. Schloming | 2008-08-05 | 3 | -197/+8 |
| * | Profiling driven changes: | Rafael H. Schloming | 2008-08-05 | 37 | -993/+534 |
| * | QPID-1206: Fix failover and failover tests | Aidan Skinner | 2008-08-05 | 5 | -52/+39 |
| * | Add slf4j deps to perftests, we should move all this to ant | Aidan Skinner | 2008-08-05 | 1 | -0/+25 |
| * | QPID-1215 : Replaced use of FileReader with FileInputStream | Martin Ritchie | 2008-08-04 | 1 | -2/+2 |
| * | improved usage | Rafael H. Schloming | 2008-08-01 | 1 | -5/+5 |
| * | added benchmark tool for java native + jms APIs | Rafael H. Schloming | 2008-08-01 | 2 | -0/+920 |
| * | added tools module to the main build | Rafael H. Schloming | 2008-07-31 | 3 | -2/+4 |
| * | QPID-1210: made qpid-run output level configurable | Rafael H. Schloming | 2008-07-31 | 2 | -13/+29 |
| * | QPID-1207: fixed io transport close to ensure threads shutdown properly | Rafael H. Schloming | 2008-07-31 | 3 | -23/+57 |
| * | This is related to QPID-1208 . | Rajith Muditha Attapattu | 2008-07-31 | 1 | -4/+3 |
| * | qpid-1163: Added test for qpid-1163 (Note: I have checked that this test did ... | Arnaud Simon | 2008-07-31 | 1 | -7/+73 |
| * | qpid-1205: deleted cpp.sync profile, added cpp.noprefetch profile | Arnaud Simon | 2008-07-31 | 2 | -2/+58 |
| * | Fix line break | Aidan Skinner | 2008-07-31 | 1 | -1/+2 |
| * | Turn off TopicSessionTest#testNonMatchingMessagesDoNotFillQueue since c++ bro... | Aidan Skinner | 2008-07-31 | 2 | -2/+3 |