| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change to lazy-loading to avoid relying on the content-size to be set by client. | Gordon Sim | 2008-06-04 | 1 | -14/+18 |
| * | Boost's string split function causes problems on older versions of the librar... | Gordon Sim | 2008-05-01 | 1 | -4/+2 |
| * | QPID-977: shutdown mgmt client cleanly in federation tests (patch from tross@... | Gordon Sim | 2008-04-29 | 1 | -0/+46 |
| * | Generate c++ code from final 0-10 spec | Gordon Sim | 2008-04-24 | 1 | -5/+1 |
| * | QPID-920: converted c++ client to use final 0-10 protocol | Gordon Sim | 2008-04-20 | 1 | -3/+3 |
| * | Send accept in response to message publications if required. | Gordon Sim | 2008-03-27 | 1 | -0/+5 |
| * | - Refactored RefCounted class to avoid virtual inheritance | Andrew Stitcher | 2008-03-24 | 1 | -0/+1 |
| * | Further updates to support final 0-10 spec | Gordon Sim | 2008-03-04 | 1 | -0/+3 |
| * | Some fixes for 'flow to disk' (i.e. dropping message content from memory, and... | Gordon Sim | 2007-12-14 | 1 | -1/+14 |
| * | Only release content for durable queues. | Gordon Sim | 2007-12-14 | 1 | -9/+11 |
| * | Some fixes relating to message 'staging'. | Gordon Sim | 2007-12-13 | 1 | -1/+1 |
| * | Switched all regular PersistentMessage* and PersistentMessage& to intrusive_p... | Kim van der Riet | 2007-11-26 | 1 | -2/+4 |
| * | Added framing::BodyHolder: | Alan Conway | 2007-11-22 | 1 | -2/+2 |
| * | Stopped frameset from assembling messages piecewise. | Alan Conway | 2007-11-13 | 1 | -10/+10 |
| * | Patch QPID-680 from tross | Carl C. Trieloff | 2007-11-13 | 1 | -0/+7 |
| * | Get rid of BasicHeaderProperties, dead code from 0-8 protocol. | Alan Conway | 2007-11-09 | 1 | -4/+3 |
| * | - enable the ability to lazy load from async store | Carl C. Trieloff | 2007-11-08 | 1 | -2/+2 |
| * | Make standard exchanges durable | Gordon Sim | 2007-11-08 | 1 | -8/+16 |
| * | - clean up between base & subclasses | Carl C. Trieloff | 2007-11-06 | 1 | -2/+5 |
| * | Enabled packed struct encoding in python, cpp, and java. Also fixed computati... | Rafael H. Schloming | 2007-10-14 | 1 | -1/+1 |
| * | Correction to interpretation of flags (B/E refer to the first/last segment in... | Gordon Sim | 2007-10-02 | 1 | -1/+1 |
| * | 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/+3 |
| * | Refactor HandlerImpl to use Session rather than CoreRefs. | Alan Conway | 2007-09-18 | 1 | -6/+5 |
| * | Use frameset begin/end flags for determining frameset boundaries. | Gordon Sim | 2007-09-13 | 1 | -2/+13 |
| * | 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/+195 |
| * | 2006-12-01 Jim Meyering <meyering@redhat.com> | Alan Conway | 2006-12-01 | 1 | -215/+0 |
| * | Some further tweaks to MessageStore interface. | Gordon Sim | 2006-11-30 | 1 | -1/+5 |
| * | Modifications to allow loading of message data in chunks, refragmentation of ... | Gordon Sim | 2006-11-28 | 1 | -41/+50 |
| * | Initial sketching out of staging functionality for large messages (i.e. allow... | Gordon Sim | 2006-11-24 | 1 | -27/+68 |
| * | Merged AMQP version-sensitive generated files with C++ trunk. Phase 1 of merg... | Kim van der Riet | 2006-11-22 | 1 | -2/+11 |
| * | 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 | -1/+1 |
| * | Added some encode/decode routines to Message (plus test). | Gordon Sim | 2006-11-09 | 1 | -0/+50 |
| * | More reorg to separate APR/posix code, work in progress. | Alan Conway | 2006-11-08 | 1 | -2/+0 |
| * | Minor source reorg, see README. | Alan Conway | 2006-11-06 | 1 | -2/+2 |
| * | Added some methods to MessageStore interface and hooked these in where approp... | Gordon Sim | 2006-11-03 | 1 | -1/+8 |
| * | IO refactor phase 1. Reduced dependencies, removed redundant classes. | Alan Conway | 2006-10-31 | 1 | -1/+1 |
| * | Initial implementation for tx class. | Gordon Sim | 2006-10-30 | 1 | -1/+0 |
| * | QPID-52: use of tr1 and unordered_map break build or RHEL4. | Alan Conway | 2006-10-24 | 1 | -8/+3 |
| * | Renamed unit tests to follow naming conventions, fixed some #include inconsis... | Alan Conway | 2006-10-16 | 1 | -3/+3 |
| * | Build system reorg, see README and Makefile comments for details. | Alan Conway | 2006-10-16 | 1 | -0/+100 |