summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Message.h
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-2/+2
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-146/+83
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-0/+1
* QPID-3417: C++ broker - support adding arrival timestamp to received messages.Kenneth Anthony Giusti2011-10-121-1/+4
* QPID-3304: fixes to windows build, broken by r1148503Gordon Sim2011-07-201-3/+3
* QPID-3304: Patch from Gordon Sim plus tests which detect the condition being ...Kim van der Riet2011-07-191-12/+23
* QPID-3280: Performance problem with TTL messages.Alan Conway2011-06-151-11/+17
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+1
* QPID-3132: Prevent threshold events triggering directly further threshold eventsGordon Sim2011-03-091-1/+3
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-6/+0
* QPID-529: Priority queue implementationGordon Sim2011-02-101-5/+0
* QPID-2670: copy-on-write when tagging message for loop detectionGordon Sim2010-06-151-0/+1
* Fixed problems with the broker's QMFv2 mode:Ted Ross2010-04-161-0/+1
* Fix for deadlock beween journal timer & connection threads.Alan Conway2010-03-121-2/+3
* Added handling for adjusting TTL on outgoing message based on how long a mess...Kim van der Riet2010-02-151-0/+1
* Added hook to retrieve priority from the delivery properties of a message.Ted Ross2010-02-031-0/+2
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-111-4/+4
* Fix race condition in enqueue/dequeue callbacks.Alan Conway2009-10-091-0/+3
* Add missing extern decls.Stephen D. Huston2009-10-071-1/+1
* r817742 (the fix for QPID-2102), introduced a deadlock and a race condition i...Gordon Sim2009-09-281-1/+2
* Minor update to allow store access to the message isPersistent() method. This...Kim van der Riet2009-09-221-1/+1
* Joint checkin from gsim, kpvdr, cctrieloff. See QPID-2102: Exceeding reject q...Kim van der Riet2009-09-221-6/+3
* Reversed checkin of r.813825 until its problems can be resolvedKim van der Riet2009-09-141-16/+15
* Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...Kim van der Riet2009-09-111-15/+16
* Add directory to #includeAlan Conway2009-07-141-3/+3
* QPID-1974: Fixes (and tests) for updating lvq state to new cluster members.Gordon Sim2009-07-081-0/+4
* Corrected the case where message on more than one queue does not persist when...Carl C. Trieloff2009-07-071-0/+1
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-061-1/+1
* Some more fixes to build under Visual Studio 2008Andrew Stitcher2009-05-031-1/+1
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-11/+12
* QPID-1721: Fixes for replication between clusters when new members are addedGordon Sim2009-03-091-0/+1
* Cluster support for message time-to-live.Alan Conway2009-02-091-2/+7
* Correction for: start a broker in cluster, send messages that are flow to dis...Carl C. Trieloff2009-01-301-1/+2
* Ensure that callbacks are removed before IncompleteMessageList instance is de...Gordon Sim2008-11-191-0/+2
* broker/Message, IncompleteMessageList: drop waitFor(De|En)Complete, replace w...Alan Conway2008-11-071-3/+3
* Add Message callbacks for async completion.Alan Conway2008-11-061-7/+20
* Some fixes to the LVQ (primarily a patch from cctrieloff@redhat.com)Gordon Sim2008-10-231-0/+7
* Handle ttl in messages transfers received by the broker 7 added test for itGordon Sim2008-10-101-0/+4
* QPID-1306Carl C. Trieloff2008-09-301-0/+3
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-101-0/+5
* Change to lazy-loading to avoid relying on the content-size to be set by client.Gordon Sim2008-06-041-0/+1
* Removed confusing broker::Message typedef intrusive_ptr<Message> shared_ptrAlan Conway2008-05-131-2/+0
* QPID-977: shutdown mgmt client cleanly in federation tests (patch from tross@...Gordon Sim2008-04-291-0/+6
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-1/+0
* Patch for improved compatibility with gcc 3.4 and boost 1.33Andrew Stitcher2008-04-171-2/+4
* Send accept in response to message publications if required.Gordon Sim2008-03-271-0/+1
* Further updates to support final 0-10 specGordon Sim2008-03-041-0/+1
* Some fixes for 'flow to disk' (i.e. dropping message content from memory, and...Gordon Sim2007-12-141-1/+3
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-141-1/+1
* Patch QPID-680 from trossCarl C. Trieloff2007-11-131-0/+1