summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/ExchangeRegistry.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-6178: [C++ Broker] Fix compile issue with VS2008 and Boost 1.55Charles E. Rolke2014-10-221-2/+2
* QPID-5590: handle unknown exchange type for topic policyGordon Sim2014-09-191-1/+11
* QPID-5275: Add missing lock to ExchangeRegistry::registerExchangeAlan Conway2013-11-121-0/+1
* QPID-5301: support autodeleted exchangesGordon Sim2013-11-121-7/+7
* QPID-4327: Renamed ConfigurationObserver as BrokerObserver.Alan Conway2013-08-011-2/+2
* QPID-4601: HA backup broker shuts down after redeclaring exchangeAlan Conway2013-02-261-1/+1
* Bug 886656 - HA backup broker does not properly increment the alternate excha...Alan Conway2012-12-201-4/+1
* QPID-4428: HA add UUID tag to avoid using an out of date queue/exchange.Alan Conway2012-11-141-7/+40
* QPID-3603: Move calls to ConfigurationObserver outside of locks.Alan Conway2012-06-121-37/+43
* QPID-3603: Add ConfigurationObserver.Alan Conway2012-06-081-0/+4
* QPID-3963: fix naming of link exchange, and exchange creation/replication han...Kenneth Anthony Giusti2012-05-011-0/+3
* QPID-3603: Consistent find/get functions for Queue and Exchange registries.Alan Conway2012-01-181-3/+10
* QPID-3215: cached exchange reference can cause cluster inconsistencies if exc...Alan Conway2011-04-191-5/+6
* Code cleanup in broker directory.Alan Conway2010-10-141-0/+1
* Registers the amq.failover exchange in the management exchange.Jonathan Robie2010-10-081-1/+1
* Added hooks in the broker for QMFv2 management of the broker.Ted Ross2010-03-081-3/+6
* Fix for QPID-2373 - Durable exchange state not replicated to broker joining c...Kim van der Riet2010-01-281-2/+1
* Add directory to #includeAlan Conway2009-07-141-5/+5
* QPID-1865 - Block the deletion of default exchanges.Ted Ross2009-05-201-0/+5
* Fixed a regression affecting plugin-exchanges.Ted Ross2009-05-201-1/+1
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-111-5/+5
* Fixed ExchangeRegistry definitions to match changed declarationsAndrew Stitcher2009-05-031-4/+2
* Removed unneeded and nonportable include config.hStephen D. Huston2008-10-301-1/+0
* QPID-1341 from JonathanCarl C. Trieloff2008-10-151-8/+0
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-071-0/+4
* Allow for pluggable exchange types.Gordon Sim2008-07-091-1/+12
* From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan R...Alan Conway2008-05-061-1/+12
* From Ted Ross <tross@redhat.com>Alan Conway2007-12-061-5/+5
* Patch QPID-680 from trossCarl C. Trieloff2007-11-131-1/+1
* Patch from TedCarl C. Trieloff2007-10-311-1/+1
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-3/+3
* - added patch from TeddCarl C. Trieloff2007-10-261-4/+7
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-241-2/+3
* - Added RW lockCarl C. Trieloff2007-07-051-3/+3
* Fixes and tests:Gordon Sim2007-06-271-3/+3
* Changes to support durable exchanges.Gordon Sim2007-05-171-6/+18
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+76
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-73/+0
* update Apache licenses to the current versionStephen Vinoski2006-11-101-13/+16
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-091-5/+5
* More reorg to separate APR/posix code, work in progress.Alan Conway2006-11-081-3/+3
* Minor source reorg, see README.Alan Conway2006-11-061-1/+1
* Hid locking within exchange registry, switched to shared_ptr for exchanges, a...Gordon Sim2006-10-311-17/+30
* Renamed unit tests to follow naming conventions, fixed some #include inconsis...Alan Conway2006-10-161-2/+2
* Build system reorg, see README and Makefile comments for details.Alan Conway2006-10-161-0/+57