| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Rolled back changes from rev 598440, the _real_ cause of the St9exception err... | Kim van der Riet | 2007-11-29 | 1 | -25/+22 |
| * | Temp hack to fix as yet unclear issue with concurrent flush() and enqueueComp... | Gordon Sim | 2007-11-29 | 1 | -1/+1 |
| * | Changes to threading: queues serialiser removed, io threads used to drive dis... | Gordon Sim | 2007-11-29 | 17 | -376/+323 |
| * | Fixed to build with boost 1.34 as well as boost 1.33 | Alan Conway | 2007-11-28 | 3 | -19/+22 |
| * | Disable recoding of frames for replay where replay will not be required. | Gordon Sim | 2007-11-28 | 1 | -1/+1 |
| * | perftest improvements. | Alan Conway | 2007-11-27 | 1 | -2/+2 |
| * | Switched all regular PersistentMessage* and PersistentMessage& to intrusive_p... | Kim van der Riet | 2007-11-26 | 8 | -38/+57 |
| * | QPID-689 from tross@redhat.com. | Alan Conway | 2007-11-23 | 3 | -28/+80 |
| * | Added framing::BodyHolder: | Alan Conway | 2007-11-22 | 8 | -17/+19 |
| * | Fixed intermittent hang on perftest consumer after first dequeue | Kim van der Riet | 2007-11-21 | 1 | -1/+0 |
| * | Added exception copy at MessageStoreModule interface to protect against unloa... | Kim van der Riet | 2007-11-20 | 1 | -23/+25 |
| * | Fixes causing lost 'events' in queue dispatch | Gordon Sim | 2007-11-19 | 2 | -15/+6 |
| * | Added qpid::InlineVector - std::vector with inline storage to avoid | Alan Conway | 2007-11-16 | 5 | -7/+8 |
| * | Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message. | Alan Conway | 2007-11-14 | 22 | -61/+62 |
| * | - fixed sync mode deadlock | Carl C. Trieloff | 2007-11-13 | 2 | -7/+16 |
| * | Stopped frameset from assembling messages piecewise. | Alan Conway | 2007-11-13 | 1 | -10/+10 |
| * | - removed dir | Carl C. Trieloff | 2007-11-13 | 12 | -0/+0 |
| * | Increase severity of log message when frames are dropped on session detaching | Gordon Sim | 2007-11-13 | 1 | -1/+1 |
| * | Patch QPID-680 from tross | Carl C. Trieloff | 2007-11-13 | 23 | -1364/+204 |
| * | - removed debug | Carl C. Trieloff | 2007-11-12 | 1 | -1/+0 |
| * | Change to avoid assertion when delivery is concurrent with session detachment: | Gordon Sim | 2007-11-12 | 3 | -11/+16 |
| * | On rollback requeue (rather than resend). | Gordon Sim | 2007-11-12 | 1 | -1/+1 |
| * | - notify the queue when a async IO completes for a message. | Carl C. Trieloff | 2007-11-12 | 3 | -7/+8 |
| * | - fix for dequeue window mode, no ack. (needs to record and dequeue) | Carl C. Trieloff | 2007-11-12 | 1 | -2/+3 |
| * | Get rid of BasicHeaderProperties, dead code from 0-8 protocol. | Alan Conway | 2007-11-09 | 4 | -42/+4 |
| * | On Linux, broker defaults --worker-threads to the number of available CPU cores | Alan Conway | 2007-11-09 | 1 | -0/+3 |
| * | - enable the ability to lazy load from async store | Carl C. Trieloff | 2007-11-08 | 18 | -33/+53 |
| * | Exception handling for dispatch functor | Gordon Sim | 2007-11-08 | 3 | -10/+17 |
| * | Make standard exchanges durable | Gordon Sim | 2007-11-08 | 7 | -27/+44 |
| * | Ensure browsers are always serviced on the serializers dispatch thread to avo... | Gordon Sim | 2007-11-08 | 2 | -2/+10 |
| * | - clean up between base & subclasses | Carl C. Trieloff | 2007-11-06 | 4 | -6/+13 |
| * | Add support for array type to c++ (and python, decode only for now) | Gordon Sim | 2007-11-06 | 1 | -16/+6 |
| * | Added reset function to class AbsTime, thus allowing same instance of TimerTa... | Kim van der Riet | 2007-11-05 | 2 | -3/+9 |
| * | Suspension of one xid on a channel should allow for work on other xids to be ... | Gordon Sim | 2007-11-05 | 2 | -0/+15 |
| * | AMQP 670 This patch contains the following: | Carl C. Trieloff | 2007-11-04 | 14 | -90/+133 |
| * | - support for store to abort init / force | Carl C. Trieloff | 2007-11-03 | 7 | -9/+19 |