summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/MessageStore.h
Commit message (Expand)AuthorAgeFilesLines
* async IO for broker storeCarl C. Trieloff2007-08-151-2/+21
* Extract Recoverable interface from MessageStore interface.Alan Conway2007-07-281-6/+1
* Changes to support durable exchanges.Gordon Sim2007-05-171-1/+13
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+129
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-132/+0
* Some further tweaks to MessageStore interface.Gordon Sim2006-11-301-8/+18
* Modifications to allow loading of message data in chunks, refragmentation of ...Gordon Sim2006-11-281-3/+18
* Initial sketching out of staging functionality for large messages (i.e. allow...Gordon Sim2006-11-241-0/+19
* Enclose any 'using std::string' statements within qpid namespaces to avoid po...Gordon Sim2006-11-221-4/+4
* Modifications to recovery process to allow for recovery of default bindings.Gordon Sim2006-11-201-5/+2
* 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-3/+3
* Made passing of transaction context in message store explicit (to avoid threa...Gordon Sim2006-11-071-2/+2
* Added some methods to MessageStore interface and hooked these in where approp...Gordon Sim2006-11-031-2/+19
* Initial implementation for tx class.Gordon Sim2006-10-301-0/+71