summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Message.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-0/+12
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-390/+152
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-0/+12
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-1/+7
* QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...Ted Ross2012-02-091-0/+1
* QPID-3417: C++ broker - support adding arrival timestamp to received messages.Kenneth Anthony Giusti2011-10-121-1/+9
* QPID-3304Michael Goulish2011-09-291-0/+6
* NO-JIRA: Remove unused #include file, causing compile errors on rhel5.Alan Conway2011-07-201-1/+0
* QPID-3304: Patch from Gordon Sim plus tests which detect the condition being ...Kim van der Riet2011-07-191-19/+66
* QPID-3280: Performance problem with TTL messages.Alan Conway2011-06-151-27/+28
* QPID-3291: Applied patch fron Andy Goldstein to ensure that expiration is not...Gordon Sim2011-06-031-1/+1
* QPID-3222: Prevent ttl overflow; also adds equality operators for qpid::messa...Gordon Sim2011-04-261-3/+6
* QPID-3132: Prevent threshold events triggering directly further threshold eventsGordon Sim2011-03-091-1/+4
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-22/+5
* QPID-529: Priority queue implementationGordon Sim2011-02-101-16/+0
* Code cleanup in broker directory.Alan Conway2010-10-141-0/+1
* QPID-2691: ensure ttl adjustment uses correct expiration on cloned messageGordon Sim2010-06-241-2/+5
* QPID-2670: copy-on-write when tagging message for loop detectionGordon Sim2010-06-151-0/+6
* Fixed problems with the broker's QMFv2 mode:Ted Ross2010-04-161-0/+5
* Fix for QPID-2470 - Broker does not honour flow-to-disk policy on recoveryKim van der Riet2010-04-131-0/+1
* Fix for deadlock beween journal timer & connection threads.Alan Conway2010-03-121-3/+24
* Added handling for adjusting TTL on outgoing message based on how long a mess...Kim van der Riet2010-02-151-0/+10
* Added hook to retrieve priority from the delivery properties of a message.Ted Ross2010-02-031-0/+4
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-111-15/+0
* Fix race condition in enqueue/dequeue callbacks.Alan Conway2009-10-091-14/+22
* r817742 (the fix for QPID-2102), introduced a deadlock and a race condition i...Gordon Sim2009-09-281-25/+28
* 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-3/+16
* Reversed checkin of r.813825 until its problems can be resolvedKim van der Riet2009-09-141-26/+26
* Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...Kim van der Riet2009-09-111-26/+26
* 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/+15
* Corrected the case where message on more than one queue does not persist when...Carl C. Trieloff2009-07-071-1/+9
* QPID-1901: only try to load content if there is someGordon Sim2009-06-111-1/+1
* If expiration is already set, don't alter it.Gordon Sim2009-06-081-2/+5
* Fix lifecycle issue in ExpiryPolicy - remove deleted messages from unexpired ...Alan Conway2009-03-301-1/+3
* QPID-1744: fix as applied to branch in r755315.Gordon Sim2009-03-171-0/+1
* QPID-1721: Fixes for replication between clusters when new members are addedGordon Sim2009-03-091-0/+5
* Queue::checkLvqReplace() needs to update the lvq map if it makes a replacemen...Gordon Sim2009-02-121-0/+2
* Cluster support for message time-to-live.Alan Conway2009-02-091-8/+14
* Correction for: start a broker in cluster, send messages that are flow to dis...Carl C. Trieloff2009-01-301-17/+26
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-3/+2
* QPID-1495: Patch from Danushka Menikkumbura to fix compilation problem.Gordon Sim2008-12-011-2/+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-2/+6
* Add Message callbacks for async completion.Alan Conway2008-11-061-4/+23
* Adjust namespace references to work with MSVCStephen D. Huston2008-10-301-4/+8
* Some fixes to the LVQ (primarily a patch from cctrieloff@redhat.com)Gordon Sim2008-10-231-0/+14
* Field Table API: changed the getInt() & getString() operationsAndrew Stitcher2008-10-131-2/+2
* Optimisation for testing expiration and disabling of setting timestamp until ...Gordon Sim2008-10-131-3/+6