summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/Exchange.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-5835: [C++ broker] Broker recovery forgets auto-delete flag on queues an...Pavel Moravec2014-06-211-2/+6
* QPID-5659: Fixes to compile with C++11 (needed to compile with clang on FreeB...Andrew Stitcher2014-04-021-2/+2
* QPID-5608: [amqp1.0] delete-on-close: typo in r1575225Charles E. Rolke2014-03-071-1/+1
* QPID-5608: [amqp1.0] delete-on-close policy do not work for producers to exch...Pavel Moravec2014-03-071-2/+8
* QPID-5498: restore expiration on paged messagesGordon Sim2014-01-211-1/+1
* QPID-5384: special asserting logic for autodeleteGordon Sim2013-12-031-0/+4
* QPID-5301: support autodeleted exchangesGordon Sim2013-11-121-6/+77
* QPID-5199: take 0-10 header segment into account for message sizeGordon Sim2013-10-031-1/+1
* QPID-5107: Trace queue&session deletion statistics show zero values for some ...Pavel Moravec2013-09-061-0/+1
* QPID-4950: ensure exchange stats are updated with correct content size for me...Gordon Sim2013-06-261-1/+1
* QPID-4717 - Added missing call to statisticsUpdated for Exchanges.Ted Ross2013-04-051-0/+2
* Bug 886656 - HA backup broker does not properly increment the alternate excha...Alan Conway2012-12-201-0/+1
* QPID-4514: Remove obsolete cluster code: Broker, Connection, Link.Alan Conway2012-12-191-2/+0
* QPID-4449 - Reverted much of the original change and re-implemented the fix i...Ted Ross2012-11-301-7/+7
* QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward ...Ted Ross2012-11-201-7/+7
* QPID-4428: HA add UUID tag to avoid using an out of date queue/exchange.Alan Conway2012-11-141-0/+5
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-151-17/+17
* QPID-4178: broker refactoringGordon Sim2012-08-101-13/+8
* NO-JIRA: fix some defects found by Coverity static analysis scan of C++ codeKenneth Anthony Giusti2012-05-251-1/+1
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-161-0/+2
* QPID-3915: Add missing newlinesJustin Ross2012-03-261-0/+1
* NO-JIRA: Added newlines to the end of some filesAndrew Stitcher2012-03-231-1/+1
* QPID-2082: Put all of the C++ code in the source tree into a namespaceAndrew Stitcher2012-03-201-1/+5
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-051-3/+3
* QPID-3875: fix indentationKenneth Anthony Giusti2012-03-021-13/+13
* QPID-3875: allow direct access to per-thread statisticsKenneth Anthony Giusti2012-03-021-11/+14
* QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...Ted Ross2012-02-091-2/+8
* QPID-3603: Fix spurious "exchange not found" error and debug messages.Alan Conway2012-01-181-6/+4
* QPID-702656 Patch from Gordon Sim plus tests which detect the condition being...Kim van der Riet2011-07-191-2/+2
* QPID-3217: Exchanges with IVE option cause cluster inconsistencies in updateesAlan Conway2011-04-191-1/+5
* QPID-3215: cached exchange reference can cause cluster inconsistencies if exc...Alan Conway2011-04-191-1/+1
* QPID-3215: cached exchange reference can cause cluster inconsistencies if exc...Alan Conway2011-04-191-1/+1
* QPID-3208: Exchanges make best effort to route messages if there is an error.Alan Conway2011-04-181-7/+53
* Revert "QPID-3208: Exchanges make best effort to route messages if there is a...Alan Conway2011-04-151-56/+3
* QPID-3208: Exchanges make best effort to route messages if there is an error.Alan Conway2011-04-151-3/+56
* QPID-3107: If queue's alternate-exchange can't route message, try that exchan...Gordon Sim2011-03-031-0/+9
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-271-15/+1
* Adds support for federation in the XML exchange.Jonathan Robie2010-10-201-13/+5
* Introduce broker::Cluster interface.Alan Conway2010-10-181-1/+15
* Code cleanup in broker directory.Alan Conway2010-10-141-0/+1
* Code cleanup Ted Ross2010-04-231-28/+14
* Fix for QPID-2470 - Broker does not honour flow-to-disk policy on recoveryKim van der Riet2010-04-131-1/+2
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-311-2/+2
* Changes needed for QPID-2029 (Clustering and Management don't work well toget...Ted Ross2010-02-121-13/+17
* QPID-2348 - [C++] The HeadersExchange does not support federationTed Ross2010-02-011-2/+2
* Fix for QPID-2278 - "Store recovery compatibility problem introduced by alter...Kim van der Riet2009-12-151-2/+4
* Fixed problem where broker does not persist the alternate exchange setting to...Kim van der Riet2009-10-281-0/+18
* QPID-1732 - When an exchange is deleted, the binding-count for bound queues i...Ted Ross2009-10-221-1/+6
* Transient flow-to-disk messages switched to store from BDB. Only single-queue...Kim van der Riet2009-09-281-0/+4
* Exchange route() refactorization that eliminates common code in each of the E...Kim van der Riet2009-09-251-0/+30