summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/PersistableMessage.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-3186 - Import Export generalization to support a larger set of compilers...Ted Ross2011-05-171-4/+4
* QPID-3073: refactor to eliminate locks, malloc, and map insert/remove in rece...Kenneth Anthony Giusti2011-03-081-6/+5
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-14/+16
* Fix for QPID-2470 - Broker does not honour flow-to-disk policy on recoveryKim van der Riet2010-04-131-0/+2
* Initial checkin of portable message store plugin and MS SQL-specific storage ...Stephen D. Huston2009-10-211-2/+2
* Add missing extern decls.Stephen D. Huston2009-10-071-2/+2
* Minor update to allow store access to the message isPersistent() method. This...Kim van der Riet2009-09-221-1/+3
* Joint checkin from gsim, kpvdr, cctrieloff. See QPID-2102: Exceeding reject q...Kim van der Riet2009-09-221-1/+14
* Reversed checkin of r.813825 until its problems can be resolvedKim van der Riet2009-09-141-17/+9
* Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...Kim van der Riet2009-09-111-9/+17
* Add directory to #includeAlan Conway2009-07-141-3/+3
* Move helper functions out of the public interface, as they are unsafeCarl C. Trieloff2009-07-091-3/+4
* Fix to cover this case:Carl C. Trieloff2009-07-081-0/+3
* More tests and complete fix for svn791672 commit -- correct requeueCarl C. Trieloff2009-07-081-0/+2
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-8/+11
* broker/Message, IncompleteMessageList: drop waitFor(De|En)Complete, replace w...Alan Conway2008-11-071-7/+3
* Add Message callbacks for async completion.Alan Conway2008-11-061-2/+7
* Correct excessive use of inline functions in PersistableMessage.h.Alan Conway2008-11-061-98/+27
* Const-correctness fixes in MessageStore.hAlan Conway2008-06-231-3/+1
* Fixes to prevent problems with async store when queue is deleted before all m...Gordon Sim2008-02-211-11/+15
* Temp hack to fix as yet unclear issue with concurrent flush() and enqueueComp...Gordon Sim2007-11-291-1/+1
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-24/+32
* - notify the queue when a async IO completes for a message.Carl C. Trieloff2007-11-121-0/+5
* - clean up between base & subclassesCarl C. Trieloff2007-11-061-1/+8
* - flush async IO if present on sync for 0-10Carl C. Trieloff2007-10-231-3/+33
* convert dequeue to counter for asyncCarl C. Trieloff2007-09-141-8/+37
* Handle asynchronous enqueue of messages.Gordon Sim2007-09-141-36/+42
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-4/+5
* - header correction for bufferCarl C. Trieloff2007-08-211-1/+20
* async IO for broker storeCarl C. Trieloff2007-08-151-0/+26
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+53