summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/NullMessageStore.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-3186 - Import Export generalization to support a larger set of compilers...Ted Ross2011-05-171-1/+1
* QPID-3201: locking in NullMessageStore to protect set of prepared xidsGordon Sim2011-04-121-0/+2
* Revert "Added getStoreDir() to MessageStore"Alan Conway2009-11-201-2/+0
* Added getStoreDir() to MessageStoreAlan Conway2009-11-191-0/+2
* 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-4/+5
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-35/+44
* * QPID-1488: test that policy pointer is setGordon Sim2008-11-271-0/+3
* Reduce logging noise from NullMessageStore: log "persistence disabled" once a...Alan Conway2008-11-241-2/+1
* 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-6/+8
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-0/+3
* 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/+7
* 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-7/+11
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-081-1/+2
* Make standard exchanges durableGordon Sim2007-11-081-2/+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-0/+2
* 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/+1
* Some tests and fixes for dtx preview.Gordon Sim2007-06-051-0/+2
* Changes to support durable exchanges.Gordon Sim2007-05-171-0/+5
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+65
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-58/+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-11/+13
* Initial sketching out of staging functionality for large messages (i.e. allow...Gordon Sim2006-11-241-10/+14
* Modifications to recovery process to allow for recovery of default bindings.Gordon Sim2006-11-201-3/+1
* 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
* Modified TransactionalStore to return the txn ctxt as an auto_ptr to make own...Gordon Sim2006-11-071-1/+1
* Made passing of transaction context in message store explicit (to avoid threa...Gordon Sim2006-11-071-0/+51