summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/Message.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-4397: log more detail for expired messages when debug enabledGordon Sim2016-05-251-0/+5
* QPID-6714: support for JMS header names in selectors, plus support for to, re...Gordon Sim2015-08-281-0/+13
* QPID-5966: HA mixing tx enqueue and non-tx dequeue leaves extra messages on b...Alan Conway2014-08-081-4/+14
* QPID-5748: [C++ broker] Make Queue::purgeExpired more efficient; remove Expi...Pavel Moravec2014-05-281-26/+7
* QPID-5783: Share immutable state between copies of a message. Avoid using mem...Gordon Sim2014-05-231-64/+111
* QPID-5765: don't invoke on dangling pointerGordon Sim2014-05-141-1/+1
* QPID-5725: Use correct comparison function to match property keysAndrew Michael Stitcher2014-04-271-1/+2
* QPID-5659: Fixes to compile with C++11 (needed to compile with clang on FreeB...Andrew Stitcher2014-04-021-1/+1
* QPID-5594: [amqp1.0] missing first-acquirer property support in C++ brokerPavel Moravec2014-03-031-2/+2
* QPID-5284: ensure timestamp is added to the data that is persistedGordon Sim2013-11-011-6/+1
* QPID-5199: take 0-10 header segment into account for message sizeGordon Sim2013-10-031-2/+2
* QPID-5148: proper handling of ttl on 1.0 pathGordon Sim2013-09-201-1/+1
* QPID-5041: ensure persistence id is not lost when annotation is addedGordon Sim2013-08-051-0/+2
* QPID-4712: authorisation for AMQP 1.0 connectionsGordon Sim2013-06-251-5/+6
* QPID-4905: Stopped broker::Broker needing to refer to broker::ConnectionAndrew Stitcher2013-06-191-0/+9
* QPID-4348: HA Use independent sequence numbers for identifying messagesAlan Conway2013-06-171-2/+13
* QPID-4707: Set AMQP 1.0 fields on outgoing messages based on special property...Gordon Sim2013-06-041-1/+3
* QPID-4668: Correct use of delivery count (should be 0 on first delivery)Gordon Sim2013-05-081-2/+2
* QPID-4625: Extract amqp 1.0 application-properties from messagesAndrew Stitcher2013-03-121-0/+2
* QPID-4626: Amqp 0-10 Message getProperty() does not correctly return booleansAndrew Stitcher2013-03-081-0/+1
* QPID-4368: Pluggable AMQP 1.0 implementation for broker and clientGordon Sim2012-10-191-0/+12
* QPID-4178: broker refactoringGordon Sim2012-08-101-390/+152
* QPID-4065 - Remove the message's trace list during Queue::reRouteTed Ross2012-06-131-0/+12
* QPID-3877: hold msg lock across body encode.Kenneth Anthony Giusti2012-03-201-7/+8
* QPID-3877: hold lock during message header encode.Kenneth Anthony Giusti2012-03-021-3/+8
* 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-702656 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