| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | svn:ignore properties. | Alan Conway | 2008-02-01 | 0 | -0/+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 |
| * | Initialized merge tracking via "svnmerge" with revisions "1-616438" from | Aidan Skinner | 2008-01-29 | 0 | -0/+0 |
| * | 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 |
| * | Deleted unused classes, adjusted files that still mention them. | Alan Conway | 2008-01-29 | 17 | -675/+8 |
| * | Added disabled test and FIXME note to fix client-side race. | Alan Conway | 2008-01-28 | 1 | -18/+26 |
| * | Convert ClientSessionTest to boost. | Alan Conway | 2008-01-28 | 2 | -109/+101 |
| * | Changd name of alternate_exchange. | Alan Conway | 2008-01-28 | 1 | -1/+1 |
| * | Patch from Ted Ross, QPID-744 | Alan Conway | 2008-01-28 | 1 | -5/+9 |
| * | Changed version to M3 to avoid confusion with old M2 snapshots | Rajith Muditha Attapattu | 2008-01-25 | 18 | -37/+37 |
| * | Fixed re-entry problem with exceptions throw in logger code. | Alan Conway | 2008-01-24 | 2 | -3/+4 |