| Commit message (Expand) | Author | Age | Files | Lines |
| * | Updated tracking of outgoing command id and send command-point control on ses... | Gordon Sim | 2008-03-03 | 3 | -8/+9 |
| * | Allow use of channel 0 for all controls and commands | Gordon Sim | 2008-03-03 | 1 | -4/+7 |
| * | A further step to final 0-10 spec. | Gordon Sim | 2008-03-03 | 9 | -182/+180 |
| * | QPID-820 from tross | Carl C. Trieloff | 2008-02-28 | 4 | -1/+107 |
| * | Use sessions reference to broker rather than connections in semantic state as... | Gordon Sim | 2008-02-26 | 2 | -3/+4 |
| * | Some refactoring of the 0-10 codepath (being migrated to final spec) that pri... | Gordon Sim | 2008-02-25 | 21 | -108/+770 |
| * | Fixes to prevent problems with async store when queue is deleted before all m... | Gordon Sim | 2008-02-21 | 4 | -16/+26 |
| * | Start moving towards final 0-10 spec: | Gordon Sim | 2008-02-21 | 24 | -81/+1348 |
| * | Requests to release a message that has not been acquired should be ignored. | Gordon Sim | 2008-02-18 | 1 | -1/+1 |
| * | Fixed bug in browsing that failed to deal correctly with 'gaps' in message se... | Gordon Sim | 2008-02-14 | 1 | -7/+14 |
| * | Broker::connect - connect to URL, return ConnectionInputHandler. | Alan Conway | 2008-02-13 | 2 | -7/+31 |
| * | Patches from Ted Ross: | Alan Conway | 2008-02-12 | 1 | -0/+2 |
| * | Remove dependency on sys::Socket for management ID of connections. | Alan Conway | 2008-02-11 | 2 | -4/+4 |
| * | From Ted Ross, https://issues.apache.org/jira/browse/QPID-782 | Alan Conway | 2008-02-08 | 2 | -1/+5 |
| * | 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 | 2 | -2/+10 |
| * | Added testSendToSelf for https://bugzilla.redhat.com/show_bug.cgi?id=410551 | Alan Conway | 2008-02-05 | 2 | -9/+4 |
| * | Turn management on by defualt | Carl C. Trieloff | 2008-02-04 | 1 | -1/+1 |
| * | Remove includes to files no longer generated. | Gordon Sim | 2008-02-01 | 1 | -2/+0 |
| * | Missed a couple of new files in previous commit. | Gordon Sim | 2008-02-01 | 2 | -0/+162 |
| * | Initial cut of inter-broker bridging | Gordon Sim | 2008-02-01 | 8 | -32/+309 |
| * | Cluster code fixed for changes in codebase. | Alan Conway | 2008-02-01 | 3 | -31/+22 |
| * | Added cluster URL configuration, defaults to all interfaces. | Alan Conway | 2008-02-01 | 2 | -11/+4 |
| * | 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 |
| * | Added Observer to SessionManager for cluster use. | Alan Conway | 2008-01-29 | 2 | -0/+21 |
| * | Remove references to defunct broker::ChannelHandler | Alan Conway | 2008-01-29 | 1 | -2/+0 |
| * | Deleted unused classes, adjusted files that still mention them. | Alan Conway | 2008-01-29 | 2 | -26/+0 |
| * | Set the exchange field in delivery properties on the broker. | Gordon Sim | 2008-01-17 | 1 | -0/+1 |
| * | Apply patch from QPID-732 by Ted Ross. | Alan Conway | 2008-01-14 | 7 | -67/+68 |
| * | Apply patch from QPID-732 by Ted Ross. | Alan Conway | 2008-01-14 | 1 | -10/+5 |
| * | Patch from https://issues.apache.org/jira/browse/QPID-722 by Ted Ross: | Alan Conway | 2008-01-07 | 3 | -4/+13 |
| * | patch-715 (tross) | Carl C. Trieloff | 2008-01-02 | 10 | -14/+176 |
| * | Fixes to max frame size default and fragmentation on broker. | Gordon Sim | 2007-12-18 | 1 | -1/+1 |
| * | Some fixes for 'flow to disk' (i.e. dropping message content from memory, and... | Gordon Sim | 2007-12-14 | 7 | -7/+22 |
| * | Changed --store to --store-lib as a simple way to avoid confusing the options... | Gordon Sim | 2007-12-14 | 1 | -1/+1 |
| * | Only release content for durable queues. | Gordon Sim | 2007-12-14 | 2 | -10/+18 |
| * | Handle exceptions while doing 'output' for the connection (i.e. message deliv... | Gordon Sim | 2007-12-14 | 1 | -1/+8 |
| * | Some fixes relating to message 'staging'. | Gordon Sim | 2007-12-13 | 5 | -6/+5 |
| * | Change Broker::getPort() return type to uint16_t (was int16_t) | Alan Conway | 2007-12-11 | 2 | -2/+2 |
| * | Patches from Ted Ross <tross@redhat.com> | Alan Conway | 2007-12-10 | 1 | -0/+7 |
| * | Further use of get_pointer function to mask differences between boost versions. | Gordon Sim | 2007-12-07 | 1 | -3/+3 |
| * | Changed to use the get_pointer function for compatability with boost 1.33 and... | Gordon Sim | 2007-12-07 | 1 | -2/+4 |
| * | From Ted Ross <tross@redhat.com> | Alan Conway | 2007-12-06 | 20 | -112/+467 |
| * | Removed redundant TimerA, use intrusive_ptr for Timer. | Alan Conway | 2007-12-06 | 5 | -160/+34 |
| * | Avoid holding lock while making the flush calls (can cause deadlocking) | Gordon Sim | 2007-12-05 | 1 | -5/+11 |
| * | Added options to broker for journal file size. Also brought back exception co... | Kim van der Riet | 2007-12-04 | 7 | -30/+44 |
| * | Patch from Ted Ross <tross@redhat.com> | Alan Conway | 2007-12-04 | 1 | -1/+2 |
| * | Log exception when prepare fails. | Gordon Sim | 2007-12-04 | 1 | -0/+3 |
| * | Default --worker-threads is max(2, cores), performs better on 1 core boxes. | Alan Conway | 2007-11-30 | 1 | -1/+1 |