summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/MessageStore.h
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-14/+0
* QPID-3858: WIP: Provisional checkin: Wiring of async store interface to broke...Kim van der Riet2012-09-241-0/+3
* Renamed the MessageStore interface truncateInit parameter to a more generic n...Kim van der Riet2010-09-211-7/+9
* Revert "Added getStoreDir() to MessageStore"Alan Conway2009-11-201-2/+0
* Added getStoreDir() to MessageStoreAlan Conway2009-11-191-0/+2
* Initial checkin of portable message store plugin and MS SQL-specific storage ...Stephen D. Huston2009-10-211-9/+1
* Rename of MessageStore::discardInit() to MessageStore::truncateInint(), resul...Kim van der Riet2009-08-051-1/+1
* Add directory to #includeAlan Conway2009-07-141-6/+6
* Fixed cluster store problem where second and subsequent cluster nodes (which ...Kim van der Riet2009-05-081-21/+33
* QPID-1198 (Partial): replace all uses of u_intX_t with uintX_tAndrew Stitcher2008-07-291-1/+1
* Const-correctness fixes in MessageStore.hAlan Conway2008-06-231-20/+13
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-0/+11
* Patch from Ted Ross: QPID-907: Management Improvements for C++ Broker and StoreKim van der Riet2008-04-081-2/+5
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-7/+10
* Some fixes for 'flow to disk' (i.e. dropping message content from memory, and...Gordon Sim2007-12-141-1/+1
* Added options to broker for journal file size. Also brought back exception co...Kim van der Riet2007-12-041-1/+2
* Switched all regular PersistentMessage* and PersistentMessage& to intrusive_p...Kim van der Riet2007-11-261-6/+11
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-081-3/+11
* - support for store to abort init / forceCarl C. Trieloff2007-11-031-1/+2
* - added init for dir and async options for storeCarl C. Trieloff2007-10-191-0/+19
* mark Message::sendContent() as constGordon Sim2007-10-021-2/+2
* updates to be able to manage lifecycle of async storeCarl C. Trieloff2007-09-081-2/+2
* 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