summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/TopicExchange.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-5301: support autodeleted exchangesGordon Sim2013-11-121-2/+9
* QPID-5107: Trace queue&session deletion statistics show zero values for some ...Pavel Moravec2013-09-061-1/+4
* QPID-4481: HA replication of propagated bindings can lead to incorrect config...Alan Conway2012-12-111-1/+1
* QPID-4048 - Rafactor of TopicExchange to isolate the binding-key data structure.Ted Ross2012-06-081-361/+8
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-051-1/+2
* QPID-3170: correct deletion of federation routes when keys match.Kenneth Anthony Giusti2011-04-081-24/+41
* QPID-3138 some cosmetic cleanup & correction for IVECarl C. Trieloff2011-03-141-12/+14
* QPID-3138 Topic exchange perf improvementCarl C. Trieloff2011-03-111-3/+16
* Fixes QPID-2499: Stale federation routes remain after route deletion.Jonathan Robie2011-01-131-4/+4
* QPID-2897: modify TopicExchange for better performance with respect to large ...Kenneth Anthony Giusti2010-10-241-119/+437
* Adds support for federation in the XML exchange.Jonathan Robie2010-10-201-13/+1
* QPID-2487: always save the origin, even if queue is already boundKenneth Anthony Giusti2010-04-081-1/+4
* QPID-2482: prevent duplication of messages that match multiple binding keys o...Kenneth Anthony Giusti2010-04-061-2/+9
* Changes needed for QPID-2029 (Clustering and Management don't work well toget...Ted Ross2010-02-121-0/+1
* QPID-1732 - When an exchange is deleted, the binding-count for bound queues i...Ted Ross2009-10-221-2/+0
* Exchange route() refactorization that eliminates common code in each of the E...Kim van der Riet2009-09-251-32/+11
* Reversed checkin of r.813825 until its problems can be resolvedKim van der Riet2009-09-141-21/+41
* Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...Kim van der Riet2009-09-111-41/+21
* QPID-1971 - bind in fedOpReorigen mode is not threadsafe for TopicExchangeTed Ross2009-08-131-5/+18
* Add directory to #includeAlan Conway2009-07-141-1/+1
* QPID-1963: hold lock across TopicExchange::isBound() methodGordon Sim2009-07-011-0/+1
* Optimized TopicExchange matching.Alan Conway2009-05-221-91/+130
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-111-3/+3
* QPID-1264: fix for topic exchange (patch from astitcher@redhat.com)Gordon Sim2008-11-271-4/+12
* QPID-1348 - Dynamic binding for federation. Parameterized exchange names for...Ted Ross2008-10-241-10/+68
* Feature requested by AndrewM for M4...Carl C. Trieloff2008-10-171-11/+14
* Correction of lock scope to make sure ordering from exchange to queue isCarl C. Trieloff2008-10-141-1/+1
* QPID-1351Carl C. Trieloff2008-10-131-0/+1
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-2/+3
* QPID-1198 (Partial): Added explicit namespaces that the Sun C++ requires (tha...Andrew Stitcher2008-07-291-1/+1
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-081-8/+8
* QPID-1113 Management cleanup and performance enhancementsTed Ross2008-06-021-4/+4
* Patch from Ted Ross: QPID-907: Management Improvements for C++ Broker and StoreKim van der Riet2008-04-081-0/+2
* From Ted Ross <tross@redhat.com>Alan Conway2007-12-061-16/+61
* Patch from Ted Ross <tross@redhat.com>Alan Conway2007-12-041-1/+2
* - Added RW lockCarl C. Trieloff2007-07-051-3/+3
* Added preview of exchange- and binding- query methods that have been approved...Gordon Sim2007-06-271-0/+25
* Changes to support durable exchanges.Gordon Sim2007-05-171-5/+20
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+154
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-156/+0
* Posix EventChannel implementation using epoll. Placeholder for kevents.Alan Conway2006-11-291-1/+2
* Merged AMQP version-sensitive generated files with C++ trunk. Phase 1 of merg...Kim van der Riet2006-11-221-3/+3
* 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-2/+2
* More reorg to separate APR/posix code, work in progress.Alan Conway2006-11-081-7/+4
* Initial implementation for tx class.Gordon Sim2006-10-301-2/+2
* QPID-52: use of tr1 and unordered_map break build or RHEL4.Alan Conway2006-10-241-8/+0
* 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/+163