summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/MessageStoreModule.h
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Removed obsolete/unused store codeAndrew Stitcher2014-06-121-1/+0
* QPID-4327: HA TX transactions: basic replication.Alan Conway2013-08-011-1/+1
* QPID-4514: Remove obsolete cluster code: MessageStoreAlan Conway2012-12-191-1/+0
* Revert "Added getStoreDir() to MessageStore"Alan Conway2009-11-201-1/+0
* Added getStoreDir() to MessageStoreAlan Conway2009-11-191-0/+1
* Applied patches to resolve QPID-2076Stephen D. Huston2009-10-021-2/+3
* Rename of MessageStore::discardInit() to MessageStore::truncateInint(), resul...Kim van der Riet2009-08-051-1/+1
* Add directory to #includeAlan Conway2009-07-141-3/+3
* Fixed cluster store problem where second and subsequent cluster nodes (which ...Kim van der Riet2009-05-081-5/+6
* Ensure that if no store is loaded we don't flow to disk, but revert to reject...Gordon Sim2009-01-071-1/+2
* QPID-1198 (Partial): replace all uses of u_intX_t with uintX_tAndrew Stitcher2008-07-291-1/+1
* Remove unused Module.h header file.Gordon Sim2008-07-281-2/+0
* Const-correctness fixes in MessageStore.hAlan Conway2008-06-231-8/+10
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-0/+2
* Patch from Ted Ross: QPID-907: Management Improvements for C++ Broker and StoreKim van der Riet2008-04-081-2/+2
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-5/+8
* Apply patch from QPID-732 by Ted Ross.Alan Conway2008-01-141-3/+3
* 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/+1
* Switched all regular PersistentMessage* and PersistentMessage& to intrusive_p...Kim van der Riet2007-11-261-6/+9
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-081-1/+2
* - support for store to abort init / forceCarl C. Trieloff2007-11-031-1/+1
* - added init for dir and async options for storeCarl C. Trieloff2007-10-191-1/+3
* mark Message::sendContent() as constGordon Sim2007-10-021-2/+2
* Renamed the following files for consistency:Alan Conway2007-09-251-1/+1
* updates to be able to manage lifecycle of async storeCarl C. Trieloff2007-09-081-2/+2
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-1/+0
* async IO for broker storeCarl C. Trieloff2007-08-151-0/+2
* Changes to support durable exchanges.Gordon Sim2007-05-171-0/+4
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+68
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-59/+0
* Some further tweaks to MessageStore interface.Gordon Sim2006-11-301-3/+3
* Modifications to allow loading of message data in chunks, refragmentation of ...Gordon Sim2006-11-281-0/+2
* Initial sketching out of staging functionality for large messages (i.e. allow...Gordon Sim2006-11-241-0/+2
* Modifications to recovery process to allow for recovery of default bindings.Gordon Sim2006-11-201-2/+2
* Added ability for broker to load a message store implementation from a library.Gordon Sim2006-11-151-0/+55