summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Message.cpp
Commit message (Expand)AuthorAgeFilesLines
* Queue::checkLvqReplace() needs to update the lvq map if it makes a replacemen...Gordon Sim2009-02-121-0/+2
* Cluster support for message time-to-live.Alan Conway2009-02-091-8/+14
* Correction for: start a broker in cluster, send messages that are flow to dis...Carl C. Trieloff2009-01-301-17/+26
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-3/+2
* QPID-1495: Patch from Danushka Menikkumbura to fix compilation problem.Gordon Sim2008-12-011-2/+2
* Ensure that callbacks are removed before IncompleteMessageList instance is de...Gordon Sim2008-11-191-0/+2
* broker/Message, IncompleteMessageList: drop waitFor(De|En)Complete, replace w...Alan Conway2008-11-071-2/+6
* Add Message callbacks for async completion.Alan Conway2008-11-061-4/+23
* Adjust namespace references to work with MSVCStephen D. Huston2008-10-301-4/+8
* Some fixes to the LVQ (primarily a patch from cctrieloff@redhat.com)Gordon Sim2008-10-231-0/+14
* Field Table API: changed the getInt() & getString() operationsAndrew Stitcher2008-10-131-2/+2
* Optimisation for testing expiration and disabling of setting timestamp until ...Gordon Sim2008-10-131-3/+6
* Handle ttl in messages transfers received by the broker 7 added test for itGordon Sim2008-10-101-1/+25
* QPID-1306Carl C. Trieloff2008-09-301-2/+8
* Change to lazy-loading to avoid relying on the content-size to be set by client.Gordon Sim2008-06-041-14/+18
* Boost's string split function causes problems on older versions of the librar...Gordon Sim2008-05-011-4/+2
* QPID-977: shutdown mgmt client cleanly in federation tests (patch from tross@...Gordon Sim2008-04-291-0/+46
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-5/+1
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-3/+3
* Send accept in response to message publications if required.Gordon Sim2008-03-271-0/+5
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-0/+1
* Further updates to support final 0-10 specGordon Sim2008-03-041-0/+3
* Some fixes for 'flow to disk' (i.e. dropping message content from memory, and...Gordon Sim2007-12-141-1/+14
* Only release content for durable queues.Gordon Sim2007-12-141-9/+11
* Some fixes relating to message 'staging'.Gordon Sim2007-12-131-1/+1
* Switched all regular PersistentMessage* and PersistentMessage& to intrusive_p...Kim van der Riet2007-11-261-2/+4
* Added framing::BodyHolder:Alan Conway2007-11-221-2/+2
* Stopped frameset from assembling messages piecewise.Alan Conway2007-11-131-10/+10
* Patch QPID-680 from trossCarl C. Trieloff2007-11-131-0/+7
* Get rid of BasicHeaderProperties, dead code from 0-8 protocol.Alan Conway2007-11-091-4/+3
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-081-2/+2
* Make standard exchanges durableGordon Sim2007-11-081-8/+16
* - clean up between base & subclassesCarl C. Trieloff2007-11-061-2/+5
* Enabled packed struct encoding in python, cpp, and java. Also fixed computati...Rafael H. Schloming2007-10-141-1/+1
* Correction to interpretation of flags (B/E refer to the first/last segment in...Gordon Sim2007-10-021-1/+1
* mark Message::sendContent() as constGordon Sim2007-10-021-1/+1
* Fixed bug introduced in r577027 where the header frame of a message is direct...Gordon Sim2007-10-021-2/+3
* Refactor HandlerImpl to use Session rather than CoreRefs.Alan Conway2007-09-181-6/+5
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-131-2/+13
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-101-3/+3
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-0/+195
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-215/+0
* Some further tweaks to MessageStore interface.Gordon Sim2006-11-301-1/+5
* Modifications to allow loading of message data in chunks, refragmentation of ...Gordon Sim2006-11-281-41/+50
* Initial sketching out of staging functionality for large messages (i.e. allow...Gordon Sim2006-11-241-27/+68
* Merged AMQP version-sensitive generated files with C++ trunk. Phase 1 of merg...Kim van der Riet2006-11-221-2/+11
* update Apache licenses to the current versionStephen Vinoski2006-11-101-13/+16
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-091-1/+1
* Added some encode/decode routines to Message (plus test).Gordon Sim2006-11-091-0/+50
* More reorg to separate APR/posix code, work in progress.Alan Conway2006-11-081-2/+0