| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fix error in NDEBUG builds. | Alan Conway | 2008-01-24 | 1 | -2/+1 |
| * | Improved/additional client API tests. | Alan Conway | 2008-01-24 | 28 | -509/+336 |
| * | added imports to test module __init__.pys | Rafael H. Schloming | 2008-01-24 | 3 | -0/+16 |
| * | Fix error in script - not passing $ARGS to background processes. | Alan Conway | 2008-01-24 | 1 | -4/+8 |
| * | added a null check in the getContentLength method | Rajith Muditha Attapattu | 2008-01-24 | 1 | -1/+8 |
| * | verify: kill any stray child processes on exit. | Alan Conway | 2008-01-23 | 1 | -0/+3 |
| * | Fixed bug in verify - was not properly killing ./server process in | Alan Conway | 2008-01-23 | 5 | -51/+45 |
| * | removed management.py.rej, which had been checked in by mistake | Nuno Santos | 2008-01-23 | 1 | -457/+0 |
| * | examples/Makefile.am: | Alan Conway | 2008-01-23 | 5 | -4/+11 |
| * | Take space out the queue name as it currently upsets the java client when use... | Gordon Sim | 2008-01-23 | 2 | -7/+7 |
| * | Some minor changes to doc; primarily aimed at making the list of classes | Gordon Sim | 2008-01-23 | 12 | -11/+30 |
| * | From QPID-752 by Ed Hill: configure checks for help2man. | Alan Conway | 2008-01-21 | 1 | -1/+3 |
| * | Imporved topic perf tests | Arnaud Simon | 2008-01-21 | 3 | -14/+100 |
| * | bump up rev for recent changes to plugin modules & mgmt | Gordon Sim | 2008-01-21 | 1 | -1/+4 |