| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-2660: Remove AMQFrameDecodingException | Andrew Donald Kennedy | 2010-07-26 | 1 | -22/+13 |
| * | QPID-2760: Only client 0-10 session sync should throw any exceptions | Andrew Donald Kennedy | 2010-07-26 | 1 | -8/+9 |
| * | QPID-2744 : Add tests for correct exception when null object is set via setOb... | Martin Ritchie | 2010-07-22 | 1 | -0/+13 |
| * | QPID-2165 : Ensure each MINANetworkDriverTest uses a new port, to prevent the... | Martin Ritchie | 2010-07-05 | 1 | -1/+4 |
| * | QPID-2508, Committing a patch from Emmanuel Bourg | Rajith Muditha Attapattu | 2010-04-22 | 1 | -7/+7 |
| * | I have added the license header to the files included in this commit. | Rajith Muditha Attapattu | 2010-02-12 | 3 | -0/+63 |
| * | The commit contains fixes for QPID-2351, QPID-2350 and some ground work for Q... | Rajith Muditha Attapattu | 2010-01-21 | 1 | -3/+3 |
| * | Changed the setIdleTimeout method to take an int instead of a long. | Rajith Muditha Attapattu | 2010-01-19 | 1 | -1/+1 |
| * | Remove more 1.6 @Override on interfaces. | Aidan Skinner | 2009-11-09 | 1 | -11/+0 |
| * | Merge java-network-refactor branch | Aidan Skinner | 2009-10-15 | 5 | -111/+838 |
| * | QPID-1992 : Addition of new Broker Logging Framework | Martin Ritchie | 2009-07-22 | 1 | -7/+73 |
| * | Fix for QPID-1761 and QPID-1762: made BBEncoder.grow() flip the buffer before... | Rafael H. Schloming | 2009-03-20 | 1 | -0/+47 |
| * | Removed false positive return from FU.delete(). Delete mirrors functionality ... | Martin Ritchie | 2009-03-09 | 1 | -1/+15 |
| * | FileUtils would report a failure to delete a non-existent file | Martin Ritchie | 2009-03-09 | 1 | -0/+10 |
| * | QPID-1708: go into CLOSED instead of DETACHED state when there is an executio... | Rafael H. Schloming | 2009-03-03 | 1 | -1/+50 |
| * | Made the various receive variants check that the server queue is empty before... | Rafael H. Schloming | 2009-02-25 | 1 | -0/+3 |
| * | QPID-1652 : Created MessagePublishInfoImpl and Unit Test, removed the several... | Martin Ritchie | 2009-02-09 | 1 | -0/+99 |
| * | QPID-1603: ignore incoming heartbeat controls | Rafael H. Schloming | 2009-01-20 | 1 | -0/+9 |
| * | This is related to QPID-1479 | Rajith Muditha Attapattu | 2009-01-13 | 1 | -0/+46 |
| * | QPID-1549: don't throw not implemented when we get a flush with the expected ... | Rafael H. Schloming | 2008-12-23 | 1 | -1/+21 |
| * | QPID-1499 : Modification to IoAcceptor so ConnectionTest can close the open S... | Martin Ritchie | 2008-12-02 | 1 | -6/+10 |
| * | QPID-1251 : Applied patch from JIRA (With correct code style). Augemented Con... | Martin Ritchie | 2008-11-24 | 1 | -12/+76 |
| * | QPID-1434 : Changed rethrow() name based on feedback from Rob | Martin Ritchie | 2008-11-06 | 1 | -41/+19 |
| * | QPID-1434 : Add ability to rethrow AMQExceptions | Martin Ritchie | 2008-11-06 | 1 | -0/+128 |
| * | QPID-1339: | Rafael H. Schloming | 2008-10-27 | 1 | -34/+77 |
| * | This is for QPID-1296 | Rajith Muditha Attapattu | 2008-10-23 | 1 | -3/+3 |
| * | QPID-1339: support for low level session resume | Rafael H. Schloming | 2008-10-23 | 1 | -4/+150 |
| * | QPID-1339: | Rafael H. Schloming | 2008-10-13 | 1 | -8/+4 |
| * | QPID-1339: refactor of low level client API to permit connections to exist in... | Rafael H. Schloming | 2008-10-09 | 1 | -21/+12 |
| * | 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 |