| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-1268 : Improved cleanup and fixed bug in FileUtils.readFileAsString() wh... | Martin Ritchie | 2008-10-08 | 1 | -42/+82 |
| * | QPID-1268 : Added additional deleteDirectory method that behaves like rmdir, ... | Martin Ritchie | 2008-10-03 | 1 | -20/+369 |
| * | QPID-1268 : Added test for new methods | Martin Ritchie | 2008-09-02 | 1 | -0/+133 |
| * | QPID-1263: fixed codegen to not ignore passed in boolean values | Rafael H. Schloming | 2008-08-29 | 1 | -0/+44 |
| * | QPID-1258 add ASL to java files that were missing it | Aidan Skinner | 2008-08-22 | 1 | -0/+21 |
| * | QPID-1218: cleaned up the interface to IoTransport a bit; added IoAcceptor; f... | Rafael H. Schloming | 2008-08-09 | 1 | -2/+5 |
| * | QPID-1072: renamed org.apache.qpidity -> org.apache.qpid | Rafael H. Schloming | 2008-07-29 | 2 | -5/+5 |
| * | Updated the io transport to use a separate write thread with a circular buffe... | Rafael H. Schloming | 2008-07-22 | 1 | -1/+2 |
| * | QPID-1062: moved channel id into the ProtocolEvent interface and removed Conn... | Rafael H. Schloming | 2008-07-10 | 1 | -1/+1 |
| * | QPID-901: add tests for RangeSet; fixed a bug found by the new tests | Rafael H. Schloming | 2008-06-16 | 1 | -0/+238 |
| * | Made Range, RangeSet, and Session all use proper RFC1982 comparisons per QPID... | Rafael H. Schloming | 2008-05-22 | 1 | -99/+25 |
| * | QPID-832 : Fix eol-style | Robert Godfrey | 2008-04-24 | 1 | -554/+554 |
| * | QPID-832 merge M2.x | Aidan Skinner | 2008-04-24 | 4 | -14/+730 |
| * | QPID-901: updates to the java client to use the 0-10 final spec instead of th... | Rafael H. Schloming | 2008-04-16 | 1 | -2/+2 |
| * | Qpid-861: Java RFC 1982 implementation + Junit tests | Arnaud Simon | 2008-03-26 | 1 | -0/+135 |
| * | Changed host name to localhost so the test can run on Windows (see QPID-836) | Arnaud Simon | 2008-03-07 | 1 | -2/+2 |
| * | combined test cases and eliminated race condition | Rafael H. Schloming | 2008-02-21 | 1 | -12/+8 |
| * | added test for exception listener; fixed NPE | Rafael H. Schloming | 2008-02-07 | 1 | -21/+2 |
| * | added close notification | Rafael H. Schloming | 2008-02-06 | 1 | -16/+72 |
| * | added a TransportException | Rafael H. Schloming | 2008-02-04 | 1 | -0/+84 |
| * | Merged revisions 539476-539480,539482-539483,539485-539500,539502-539593,5395... | Martin Ritchie | 2007-06-18 | 1 | -0/+21 |
| * | Merged revisions 439476-447993,447995-448007,448009-448141,448143-448157,4481... | Martin Ritchie | 2007-06-15 | 2 | -180/+165 |
| * | Removed accidentally included copyright and author tags. | Robert Greig | 2007-05-02 | 1 | -99/+117 |
| * | (Patch submitted by Rupert Smith). java_iop.diff | Robert Greig | 2007-02-28 | 1 | -0/+524 |
| * | QPID-391 : Broker Refactoring - initial tidy... add some mechanisms for multi... | Robert Godfrey | 2007-02-25 | 1 | -11/+9 |
| * | QPID-325 : Persist durable exchange information in the store | Robert Godfrey | 2007-02-20 | 1 | -1/+1 |
| * | QPID-327 : Patch supplied by Rob Godfrey - [race condition] PoolingFilter : P... | Robert Greig | 2007-01-29 | 2 | -11/+22 |
| * | * uses LONG_STRING in place of WIDE_STRING for properties set through FieldTa... | Gordon Sim | 2007-01-18 | 1 | -4/+3 |
| * | QPID-255 : Patch Supplied by Rob Godfrey - Change to use bespoke AMQShortStri... | Robert Greig | 2007-01-08 | 2 | -1052/+18 |
| * | QPID-252 : Reduce unnecessary object creation | Robert Greig | 2007-01-08 | 1 | -1/+1 |
| * | QPID-229 : Patch supplied by Rob Godfrey - Change implementation of FieldTable | Robert Greig | 2006-12-22 | 3 | -323/+90 |
| * | remove unused imports | Stephen Vinoski | 2006-12-18 | 1 | -4/+0 |
| * | QPID-182 | Martin Ritchie | 2006-12-15 | 1 | -20/+20 |
| * | QPID-181 QPID-180 | Martin Ritchie | 2006-12-15 | 2 | -138/+1767 |
| * | QPID-9 | Martin Ritchie | 2006-12-13 | 1 | -4/+2 |
| * | QPID-172 | Martin Ritchie | 2006-12-13 | 1 | -1/+44 |
| * | QPID-172 | Martin Ritchie | 2006-12-13 | 2 | -0/+334 |
| * | QPID-164 | Martin Ritchie | 2006-12-12 | 1 | -0/+146 |
| * | QPID-9 | Martin Ritchie | 2006-12-07 | 2 | -57/+83 |
| * | Adding unit tests | Marnie McCormack | 2006-12-07 | 1 | -0/+159 |
| * | FieldTable change. | Martin Ritchie | 2006-12-05 | 1 | -1/+116 |
| * | PropertyFieldTableTest.java - Removed system.out.println | Martin Ritchie | 2006-11-22 | 1 | -2/+1 |
| * | Created a PropertyFieldTable with test. Pulls the functionality that is used ... | Martin Ritchie | 2006-11-22 | 1 | -0/+302 |