| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix race condition in enqueue/dequeue callbacks. | Alan Conway | 2009-10-09 | 1 | -0/+3 |
| * | Add missing extern decls. | Stephen D. Huston | 2009-10-07 | 1 | -1/+1 |
| * | r817742 (the fix for QPID-2102), introduced a deadlock and a race condition i... | Gordon Sim | 2009-09-28 | 1 | -1/+2 |
| * | Minor update to allow store access to the message isPersistent() method. This... | Kim van der Riet | 2009-09-22 | 1 | -1/+1 |
| * | Joint checkin from gsim, kpvdr, cctrieloff. See QPID-2102: Exceeding reject q... | Kim van der Riet | 2009-09-22 | 1 | -6/+3 |
| * | Reversed checkin of r.813825 until its problems can be resolved | Kim van der Riet | 2009-09-14 | 1 | -16/+15 |
| * | Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que... | Kim van der Riet | 2009-09-11 | 1 | -15/+16 |
| * | Add directory to #include | Alan Conway | 2009-07-14 | 1 | -3/+3 |
| * | QPID-1974: Fixes (and tests) for updating lvq state to new cluster members. | Gordon Sim | 2009-07-08 | 1 | -0/+4 |
| * | Corrected the case where message on more than one queue does not persist when... | Carl C. Trieloff | 2009-07-07 | 1 | -0/+1 |
| * | Remove useless qpid/shared_ptr.h wrapper. | Alan Conway | 2009-05-06 | 1 | -1/+1 |
| * | Some more fixes to build under Visual Studio 2008 | Andrew Stitcher | 2009-05-03 | 1 | -1/+1 |
| * | Changes to build DLLs instead of static libs on Windows; primarily added deco... | Stephen D. Huston | 2009-03-12 | 1 | -11/+12 |
| * | QPID-1721: Fixes for replication between clusters when new members are added | Gordon Sim | 2009-03-09 | 1 | -0/+1 |
| * | Cluster support for message time-to-live. | Alan Conway | 2009-02-09 | 1 | -2/+7 |
| * | Correction for: start a broker in cluster, send messages that are flow to dis... | Carl C. Trieloff | 2009-01-30 | 1 | -1/+2 |
| * | Ensure that callbacks are removed before IncompleteMessageList instance is de... | Gordon Sim | 2008-11-19 | 1 | -0/+2 |
| * | broker/Message, IncompleteMessageList: drop waitFor(De|En)Complete, replace w... | Alan Conway | 2008-11-07 | 1 | -3/+3 |
| * | Add Message callbacks for async completion. | Alan Conway | 2008-11-06 | 1 | -7/+20 |
| * | Some fixes to the LVQ (primarily a patch from cctrieloff@redhat.com) | Gordon Sim | 2008-10-23 | 1 | -0/+7 |
| * | Handle ttl in messages transfers received by the broker 7 added test for it | Gordon Sim | 2008-10-10 | 1 | -0/+4 |
| * | QPID-1306 | Carl C. Trieloff | 2008-09-30 | 1 | -0/+3 |
| * | Cluster support for copying shared broker state to new members. | Alan Conway | 2008-09-10 | 1 | -0/+5 |
| * | Change to lazy-loading to avoid relying on the content-size to be set by client. | Gordon Sim | 2008-06-04 | 1 | -0/+1 |
| * | Removed confusing broker::Message typedef intrusive_ptr<Message> shared_ptr | Alan Conway | 2008-05-13 | 1 | -2/+0 |
| * | QPID-977: shutdown mgmt client cleanly in federation tests (patch from tross@... | Gordon Sim | 2008-04-29 | 1 | -0/+6 |
| * | Generate c++ code from final 0-10 spec | Gordon Sim | 2008-04-24 | 1 | -1/+0 |
| * | Patch for improved compatibility with gcc 3.4 and boost 1.33 | Andrew Stitcher | 2008-04-17 | 1 | -2/+4 |
| * | Send accept in response to message publications if required. | Gordon Sim | 2008-03-27 | 1 | -0/+1 |
| * | Further updates to support final 0-10 spec | Gordon Sim | 2008-03-04 | 1 | -0/+1 |
| * | Some fixes for 'flow to disk' (i.e. dropping message content from memory, and... | Gordon Sim | 2007-12-14 | 1 | -1/+3 |
| * | Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message. | Alan Conway | 2007-11-14 | 1 | -1/+1 |
| * | Patch QPID-680 from tross | Carl C. Trieloff | 2007-11-13 | 1 | -0/+1 |
| * | Get rid of BasicHeaderProperties, dead code from 0-8 protocol. | Alan Conway | 2007-11-09 | 1 | -1/+0 |
| * | - enable the ability to lazy load from async store | Carl C. Trieloff | 2007-11-08 | 1 | -1/+2 |
| * | Make standard exchanges durable | Gordon Sim | 2007-11-08 | 1 | -0/+1 |
| * | - clean up between base & subclasses | Carl C. Trieloff | 2007-11-06 | 1 | -2/+0 |
| * | mark Message::sendContent() as const | Gordon Sim | 2007-10-02 | 1 | -1/+1 |
| * | Fixed bug introduced in r577027 where the header frame of a message is direct... | Gordon Sim | 2007-10-02 | 1 | -2/+2 |
| * | Refactor HandlerImpl to use Session rather than CoreRefs. | Alan Conway | 2007-09-18 | 1 | -2/+2 |
| * | Handle asynchronous enqueue of messages. | Gordon Sim | 2007-09-14 | 1 | -0/+2 |
| * | Client side support for message and delivery properties in header segments. | Gordon Sim | 2007-09-10 | 1 | -3/+3 |
| * | Updated message.transfer encoding to use header and content segments (includi... | Gordon Sim | 2007-08-28 | 1 | -0/+139 |
| * | 2006-12-01 Jim Meyering <meyering@redhat.com> | Alan Conway | 2006-12-01 | 1 | -139/+0 |
| * | Modifications to allow loading of message data in chunks, refragmentation of ... | Gordon Sim | 2006-11-28 | 1 | -9/+17 |
| * | Initial sketching out of staging functionality for large messages (i.e. allow... | Gordon Sim | 2006-11-24 | 1 | -2/+30 |
| * | Merged AMQP version-sensitive generated files with C++ trunk. Phase 1 of merg... | Kim van der Riet | 2006-11-22 | 1 | -1/+0 |
| * | Enclose any 'using std::string' statements within qpid namespaces to avoid po... | Gordon Sim | 2006-11-22 | 1 | -1/+2 |
| * | update Apache licenses to the current version | Stephen Vinoski | 2006-11-10 | 1 | -13/+16 |
| * | Added POSIX equivalents to APR classes used by clients, inlined trivial calls. | Alan Conway | 2006-11-09 | 1 | -7/+7 |