summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/NullMessageStore.cpp
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Removed obsolete/unused store codeAndrew Stitcher2014-06-121-2/+0
* QPID-4514: Remove obsolete cluster code: MessageStoreAlan Conway2012-12-191-2/+0
* QPID-3201: locking in NullMessageStore to protect set of prepared xidsGordon Sim2011-04-121-0/+4
* Code cleanup in broker directory.Alan Conway2010-10-141-3/+3
* Remove misleading "no message store" message.Alan Conway2010-08-121-3/+1
* Revert "Added getStoreDir() to MessageStore"Alan Conway2009-11-201-1/+0
* Added getStoreDir() to MessageStoreAlan Conway2009-11-191-0/+1
* 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
* Reapplied r793119Gordon Sim2009-07-141-1/+1
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-131-1/+1
* Typos/Whitespace fixesAndrew Stitcher2009-07-101-1/+1
* Fixed cluster store problem where second and subsequent cluster nodes (which ...Kim van der Riet2009-05-081-11/+10
* Ensure that if no store is loaded we don't flow to disk, but revert to reject...Gordon Sim2009-01-071-3/+13
* QPID-1497: Ensure policy count and size reflect transactionality of dequeuesGordon Sim2008-12-011-1/+3
* * QPID-1488: test that policy pointer is setGordon Sim2008-11-271-0/+10
* Reduce logging noise from NullMessageStore: log "persistence disabled" once a...Alan Conway2008-11-241-36/+12
* Adjust namespace references to work with MSVCStephen D. Huston2008-10-301-5/+3
* 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-5/+11
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-1/+14
* 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-0/+2
* 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-8/+8
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-081-1/+1
* Make standard exchanges durableGordon Sim2007-11-081-12/+9
* - support for store to abort init / forceCarl C. Trieloff2007-11-031-1/+1
* Fix to allocation algorithm in queue: prevents infinite loop when first consu...Gordon Sim2007-10-191-4/+1
* - added init for dir and async options for storeCarl C. Trieloff2007-10-191-0/+10
* 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/+9
* NullMessageStore log levels changed from warning to info.Alan Conway2007-08-081-10/+10
* Minor update of log messages.Gordon Sim2007-06-151-2/+2
* Some tests and fixes for dtx preview.Gordon Sim2007-06-051-7/+30
* Logging infrastructure: See qpidd --long-help for details.Alan Conway2007-05-301-15/+15
* Changes to support durable exchanges.Gordon Sim2007-05-171-2/+7
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+110
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-99/+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/+21
* Initial sketching out of staging functionality for large messages (i.e. allow...Gordon Sim2006-11-241-17/+37
* Modifications to recovery process to allow for recovery of default bindings.Gordon Sim2006-11-201-2/+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
* Modified TransactionalStore to return the txn ctxt as an auto_ptr to make own...Gordon Sim2006-11-071-2/+2
* Made passing of transaction context in message store explicit (to avoid threa...Gordon Sim2006-11-071-0/+55