| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added code to pass in the throwable to the closedListener so that it can be i... | Rajith Muditha Attapattu | 2008-02-06 | 11 | -21/+48 |
| * | added close notification | Rafael H. Schloming | 2008-02-06 | 7 | -17/+91 |
| * | Replaced --enable-cluster option with --with-cpg to enable/disable CPG. | Alan Conway | 2008-02-06 | 4 | -26/+30 |
| * | Added close logic for releasing pre-fetched messages, see QPID-778 | Arnaud Simon | 2008-02-06 | 3 | -3/+42 |
| * | Changed for using Window mode see QPID-778 | Arnaud Simon | 2008-02-06 | 2 | -29/+2 |
| * | Changed session mode to AUTO_ACK so mesages are removed from broker between t... | Arnaud Simon | 2008-02-06 | 2 | -11/+11 |
| * | QPID-777 and QPID-778 | Arnaud Simon | 2008-02-06 | 7 | -234/+266 |
| * | Byte message were losing their payload see QPI-779 | Arnaud Simon | 2008-02-06 | 2 | -1/+8 |
| * | Changed for using AUTO_ACK session | Arnaud Simon | 2008-02-06 | 1 | -3/+3 |
| * | Added testSendToSelf for https://bugzilla.redhat.com/show_bug.cgi?id=410551 | Alan Conway | 2008-02-05 | 7 | -14/+39 |
| * | Added code to connect the network error exceptions to the JMS Exception liste... | Rajith Muditha Attapattu | 2008-02-05 | 3 | -2/+13 |
| * | added a TransportException | Rafael H. Schloming | 2008-02-04 | 3 | -1/+132 |
| * | clear the report directory before generating test report | Rafael H. Schloming | 2008-02-04 | 1 | -0/+1 |
| * | added exception callback to ConnectonDelegate | Rafael H. Schloming | 2008-02-04 | 12 | -2/+48 |
| * | set up logging for tests | Rafael H. Schloming | 2008-02-04 | 2 | -0/+52 |
| * | Turn management on by defualt | Carl C. Trieloff | 2008-02-04 | 1 | -1/+1 |
| * | add interval pu/sub options to test many concurrent connections | Carl C. Trieloff | 2008-02-04 | 1 | -2/+12 |
| * | added a detailed help target and cleaned up descriptions | Rafael H. Schloming | 2008-02-01 | 2 | -10/+111 |
| * | Remove includes to files no longer generated. | Gordon Sim | 2008-02-01 | 1 | -2/+0 |
| * | Use 'guest' as default uid and password for tests. | Gordon Sim | 2008-02-01 | 1 | -2/+2 |
| * | Missed a couple of new files in previous commit. | Gordon Sim | 2008-02-01 | 2 | -0/+162 |
| * | Oops, missed makefile in last commit. | Gordon Sim | 2008-02-01 | 1 | -0/+2 |
| * | Initial cut of inter-broker bridging | Gordon Sim | 2008-02-01 | 12 | -33/+413 |
| * | Cluster code fixed for changes in codebase. | Alan Conway | 2008-02-01 | 16 | -389/+210 |
| * | fixed build order | Rafael H. Schloming | 2008-02-01 | 1 | -1/+1 |
| * | more dependency fixes | Rafael H. Schloming | 2008-02-01 | 6 | -4/+7 |
| * | Added cluster URL configuration, defaults to all interfaces. | Alan Conway | 2008-02-01 | 9 | -44/+82 |
| * | less confusing options | Rafael H. Schloming | 2008-02-01 | 1 | -1/+1 |
| * | added support for running one test, and made test output pretty | Rafael H. Schloming | 2008-02-01 | 1 | -2/+4 |
| * | more dependency fixes | Rafael H. Schloming | 2008-02-01 | 1 | -7/+4 |
| * | fixed typo | Rafael H. Schloming | 2008-02-01 | 1 | -1/+1 |
| * | added junit dependency | Rafael H. Schloming | 2008-02-01 | 1 | -2/+3 |
| * | futzed with deps for faster build, and fixed bug in manifest generation | Rafael H. Schloming | 2008-02-01 | 2 | -5/+9 |
| * | ant build system | Rafael H. Schloming | 2008-02-01 | 47 | -0/+801 |
| * | avoid use of Throwable.initCause(e) that is illegal with java 1.6 | Rafael H. Schloming | 2008-01-31 | 1 | -2/+1 |
| * | fixed svn:executable and svn:eol-style | Rafael H. Schloming | 2008-01-31 | 7 | -81/+81 |
| * | Generate URLs for local host. | Alan Conway | 2008-01-31 | 2 | -1/+48 |
| * | Make ports accesible through socket interface. | Gordon Sim | 2008-01-31 | 4 | -4/+59 |
| * | From Ted Ross, https://issues.apache.org/jira/browse/QPID-767 | Alan Conway | 2008-01-30 | 1 | -1/+1 |
| * | Remove Socket param from Connection constructor, pass a string id instead. | Alan Conway | 2008-01-30 | 3 | -4/+4 |
| * | Parse out the userid and password from the response; a small step on the road... | Gordon Sim | 2008-01-30 | 3 | -4/+36 |
| * | changed default port value for tcp | Arnaud Simon | 2008-01-30 | 1 | -1/+1 |
| * | I accidently commited some modifications done for a quick test, I reversed th... | Rajith Muditha Attapattu | 2008-01-29 | 1 | -19/+1 |
| * | added support to notify connection.close to the JMSExceptionListener | Rajith Muditha Attapattu | 2008-01-29 | 3 | -15/+53 |
| * | Added Observer to SessionManager for cluster use. | Alan Conway | 2008-01-29 | 2 | -0/+21 |
| * | Re-enabled build of cluster code when openais is installed. | Alan Conway | 2008-01-29 | 10 | -251/+31 |
| * | Merged revisions 579126,579137 via svnmerge from | Aidan Skinner | 2008-01-29 | 2 | -5/+6 |
| * | Log peer address with SEND/RECV messages. | Alan Conway | 2008-01-29 | 1 | -2/+3 |
| * | Remove references to defunct broker::ChannelHandler | Alan Conway | 2008-01-29 | 1 | -2/+0 |
| * | Provide public read-access to IListNode pointers, so frame handlers | Alan Conway | 2008-01-29 | 2 | -1/+10 |