| Commit message (Expand) | Author | Age | Files | Lines |
| * | Patch from Ted Ross (see QPID-902): This patch contains the following improve... | Kim van der Riet | 2008-04-04 | 1 | -15/+17 |
| * | QPID-877: applied patch from Ted Ross | Nuno Santos | 2008-03-25 | 1 | -1/+2 |
| * | Fix compile errors/warnings with gcc 4.3 | Alan Conway | 2008-03-25 | 1 | -1/+1 |
| * | Make AsyncIOAcceptor multi-protocol: | Alan Conway | 2008-03-18 | 1 | -6/+6 |
| * | QPID-820 from tross | Carl C. Trieloff | 2008-02-28 | 1 | -1/+6 |
| * | Some refactoring of the 0-10 codepath (being migrated to final spec) that pri... | Gordon Sim | 2008-02-25 | 1 | -1/+2 |
| * | Broker::connect - connect to URL, return ConnectionInputHandler. | Alan Conway | 2008-02-13 | 1 | -5/+18 |
| * | From Ted Ross, https://issues.apache.org/jira/browse/QPID-782 | Alan Conway | 2008-02-08 | 1 | -1/+4 |
| * | Clean shutdown of broker: Moved signal unsafe code from Broker::shutdown | Alan Conway | 2008-02-07 | 1 | -1/+4 |
| * | From Ted Ross, https://issues.apache.org/jira/browse/QPID-780 | Alan Conway | 2008-02-06 | 1 | -1/+5 |
| * | Turn management on by defualt | Carl C. Trieloff | 2008-02-04 | 1 | -1/+1 |
| * | Initial cut of inter-broker bridging | Gordon Sim | 2008-02-01 | 1 | -1/+10 |
| * | Added cluster URL configuration, defaults to all interfaces. | Alan Conway | 2008-02-01 | 1 | -6/+1 |
| * | Deleted unused classes, adjusted files that still mention them. | Alan Conway | 2008-01-29 | 1 | -13/+0 |
| * | Apply patch from QPID-732 by Ted Ross. | Alan Conway | 2008-01-14 | 1 | -50/+33 |
| * | Patch from https://issues.apache.org/jira/browse/QPID-722 by Ted Ross: | Alan Conway | 2008-01-07 | 1 | -1/+1 |
| * | patch-715 (tross) | Carl C. Trieloff | 2008-01-02 | 1 | -0/+6 |
| * | Changed --store to --store-lib as a simple way to avoid confusing the options... | Gordon Sim | 2007-12-14 | 1 | -1/+1 |
| * | Some fixes relating to message 'staging'. | Gordon Sim | 2007-12-13 | 1 | -1/+0 |
| * | Change Broker::getPort() return type to uint16_t (was int16_t) | Alan Conway | 2007-12-11 | 1 | -1/+1 |
| * | From Ted Ross <tross@redhat.com> | Alan Conway | 2007-12-06 | 1 | -2/+3 |
| * | Added options to broker for journal file size. Also brought back exception co... | Kim van der Riet | 2007-12-04 | 1 | -3/+11 |
| * | Default --worker-threads is max(2, cores), performs better on 1 core boxes. | Alan Conway | 2007-11-30 | 1 | -1/+1 |
| * | perftest improvements. | Alan Conway | 2007-11-27 | 1 | -2/+2 |
| * | QPID-689 from tross@redhat.com. | Alan Conway | 2007-11-23 | 1 | -4/+33 |
| * | Patch QPID-680 from tross | Carl C. Trieloff | 2007-11-13 | 1 | -22/+41 |
| * | On Linux, broker defaults --worker-threads to the number of available CPU cores | Alan Conway | 2007-11-09 | 1 | -0/+3 |
| * | Make standard exchanges durable | Gordon Sim | 2007-11-08 | 1 | -4/+14 |
| * | AMQP 670 This patch contains the following: | Carl C. Trieloff | 2007-11-04 | 1 | -9/+12 |
| * | - support for store to abort init / force | Carl C. Trieloff | 2007-11-03 | 1 | -3/+10 |
| * | Patch from Ted | Carl C. Trieloff | 2007-10-31 | 1 | -1/+9 |
| * | ##-*-text-*- | Alan Conway | 2007-10-29 | 1 | -2/+4 |
| * | Session resume support in client & broker: Client can resume a session | Alan Conway | 2007-10-26 | 1 | -2/+4 |
| * | - added patch from Tedd | Carl C. Trieloff | 2007-10-26 | 1 | -8/+11 |
| * | QPID-651 applied patch from Ted | Carl C. Trieloff | 2007-10-19 | 1 | -3/+23 |
| * | Fixed typo in message | Carl C. Trieloff | 2007-10-19 | 1 | -1/+1 |
| * | - added init for dir and async options for store | Carl C. Trieloff | 2007-10-19 | 1 | -1/+2 |
| * | - added options for aysnc store & store dir location | Carl C. Trieloff | 2007-10-18 | 1 | -2/+8 |
| * | Edits to --help message and man page to improve readabiliity. | Alan Conway | 2007-10-16 | 1 | -6/+7 |
| * | r948@fuschia: andrew | 2007-08-09 18:46:30 +0100 | Andrew Stitcher | 2007-08-09 | 1 | -2/+1 |
| * | * src/tests/start_broker: Pass script parameters to broker. | Alan Conway | 2007-08-08 | 1 | -1/+3 |
| * | * src/tests/ais_check, cluster.mk: Run AIS tests only if: | Alan Conway | 2007-07-27 | 1 | -2/+4 |
| * | * Summary: | Alan Conway | 2007-07-24 | 1 | -1/+1 |
| * | * Summary: | Alan Conway | 2007-07-19 | 1 | -8/+17 |
| * | 2007-07-02 <aconway@redhat.com | Alan Conway | 2007-07-04 | 1 | -6/+8 |
| * | Autodeletable shared queues are now deleted as soon as the consumer count dro... | Gordon Sim | 2007-07-03 | 1 | -3/+0 |
| * | Updated AutoDelete, now only run when auto delete queues exist and | Carl C. Trieloff | 2007-06-29 | 1 | -3/+2 |
| * | * Summary: | Alan Conway | 2007-06-29 | 1 | -4/+19 |
| * | Make check now starts a broker on a dynamically assigned port, so | Alan Conway | 2007-06-27 | 1 | -9/+8 |
| * | Added support for recovering prepared transactions. | Gordon Sim | 2007-05-25 | 1 | -2/+2 |