| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added a test (currently disabled) that highlights a deadlock in the client wh... | Gordon Sim | 2008-02-11 | 1 | -8/+40 |
| * | Check valid listener (or handler) exist and log error if not. See QPID-783. | Gordon Sim | 2008-02-11 | 1 | -4/+11 |
| * | From Ted Ross, https://issues.apache.org/jira/browse/QPID-782 | Alan Conway | 2008-02-08 | 4 | -9/+24 |
| * | yum correction | Carl C. Trieloff | 2008-02-08 | 1 | -1/+1 |
| * | cpp/examples/direct, fanout: Converted listener.cpp to SubscriptionManager. | Alan Conway | 2008-02-08 | 29 | -228/+192 |
| * | whitespace cleanup | Rafael H. Schloming | 2008-02-08 | 1 | -34/+34 |
| * | made xa tests run, and made QpidTestCase more robust | Rafael H. Schloming | 2008-02-08 | 4 | -19/+31 |
| * | Added verify scripts to run mixed python/cpp examples. | Alan Conway | 2008-02-08 | 18 | -22/+234 |
| * | Refactored verify scripts, added verify for python Examples. | Alan Conway | 2008-02-08 | 27 | -120/+252 |
| * | simplied QpidTestCase's interface for running non vm brokers and set up build... | Rafael H. Schloming | 2008-02-08 | 9 | -127/+123 |
| * | Clean shutdown of broker: Moved signal unsafe code from Broker::shutdown | Alan Conway | 2008-02-07 | 6 | -16/+17 |
| * | Removed signal-unsafe code from shutdown handler. | Alan Conway | 2008-02-07 | 1 | -3/+15 |
| * | create missing dir | Nuno Santos | 2008-02-07 | 1 | -2/+3 |
| * | Disable QPID_DATA_DIR for verify tests. | Alan Conway | 2008-02-07 | 1 | -1/+1 |
| * | qpidc.spec.in: Build --without-cpg, no point adding the dependency till cluster | Alan Conway | 2008-02-07 | 1 | -1/+1 |
| * | added test for exception listener; fixed NPE | Rafael H. Schloming | 2008-02-07 | 5 | -26/+123 |
| * | Quote unprintable control characters in log output. | Alan Conway | 2008-02-07 | 2 | -1/+49 |
| * | fixed log level defaults | Rafael H. Schloming | 2008-02-06 | 1 | -2/+2 |
| * | From Ted Ross, https://issues.apache.org/jira/browse/QPID-780 | Alan Conway | 2008-02-06 | 8 | -3/+135 |
| * | Removed the System.outs from the code. | Rajith Muditha Attapattu | 2008-02-06 | 1 | -4/+0 |
| * | 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 |
| * | 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 |