summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/LinkRegistry.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3921: Refactored Broker::Options into its own independent classAndrew Stitcher2014-07-011-1/+1
* QPID-4712: authorisation for AMQP 1.0 connectionsGordon Sim2013-06-251-6/+22
* QPID-4728: add 'credit' parameter to Federation Bridge configuration.Ken Giusti2013-04-111-0/+2
* QPID-4514: Clean up cluster code: remove passive links.Alan Conway2013-01-141-14/+2
* QPID-4315: Changed Connection management name to be supplied by LinkAndrew Stitcher2013-01-081-42/+6
* NO-JIRA: Removed Broker.h from all unnecessary header filesAndrew Stitcher2012-12-211-1/+3
* QPID-4514: Remove obsolete cluster code: LinkRegistryAlan Conway2012-12-191-10/+0
* QPID-4392 C++ Broker link channel number wrap.Charles E. Rolke2012-10-251-0/+1
* QPID-4347: do not store Links/Bridges if they are created via recovery.Ken Giusti2012-10-031-2/+3
* QPID-4193: prevent race when connecting a multi-homed federated cluster.Ken Giusti2012-08-081-1/+13
* QPID-4165: Fix unsused variable warnings when compiling with -DNDEBUGAlan Conway2012-07-241-1/+1
* QPID-4163: Deadlock between LinkRegistry and TimerTask locksAlan Conway2012-07-231-1/+1
* QPID-4070 - Minor internal-api changes for LinkRegistry and Bridge (in qpid::...Ted Ross2012-06-151-2/+4
* QPID-3603: Make failover subscrption optional for Links.Alan Conway2012-05-091-5/+7
* QPID-3767: re-index bridge and link by constant name, not addressKen Giusti2012-05-041-86/+162
* QPID-3963: fix naming of link exchange, and exchange creation/replication han...Ken Giusti2012-05-011-5/+12
* NO-JIRA: Fix missing EXTERN declarations, broke windows build.Alan Conway2012-02-201-6/+8
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-78/+49
* QPID-3235: clustered qpidd broker fails ocassionly the cluster_tests.ShortTes...Alan Conway2011-04-291-3/+3
* QPID-3007: Unique management identifier for connections.Alan Conway2011-02-011-1/+10
* QPID-2982 Bug 669452 - Creating a route and using management tools can crash ...Alan Conway2011-01-181-0/+9
* SASLizing Interbroker LinksMichael Goulish2010-10-201-0/+36
* Code cleanup in broker directory.Alan Conway2010-10-141-0/+1
* Give timer tasks a name for logging purposes.Alan Conway2010-08-261-1/+1
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-111-24/+24
* Fixed LinkRegistry destructor to only cancel TimerTask if there is one!Andrew Stitcher2009-08-071-1/+3
* Change QueueCleaner so that it cancels any outstanding TimerTask on destructionAndrew Stitcher2009-08-071-1/+1
* Change LinkRegistry to cancel its TimerTask in its destructorAndrew Stitcher2009-08-071-2/+9
* Change remaining broker Timer clients to use the single broker TimerAndrew Stitcher2009-07-301-5/+5
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-301-2/+2
* Oops: eliminated a ternary operator giving the "else" instead of the "then".Andrew Stitcher2009-07-281-1/+1
* Add a default constructor to LinkRegistry so that you don't needAndrew Stitcher2009-07-281-2/+15
* Add directory to #includeAlan Conway2009-07-141-3/+3
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-131-6/+4
* Change remaining broker Timer clients to use the single broker TimerAndrew Stitcher2009-07-101-2/+4
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-101-2/+2
* Federation: Propagation of dynamic bindings is now done on the thread servici...Ted Ross2009-07-021-0/+1
* QPID-1725: Revised some lock scopes in management and link registry to avoid ...Gordon Sim2009-03-111-27/+30
* Check that broker pointer is not null before invoking on it.Gordon Sim2009-02-241-1/+1
* QPID-1671: Set userid for client side of inter-broker links.Gordon Sim2009-02-241-1/+7
* Catch up on recent file additions/removals; fix compile errors on WindowsStephen D. Huston2009-01-231-3/+3
* QPID-1567: More changes to make clustering and federation work togetherGordon Sim2009-01-221-1/+20
* QPID-1567: Added ability for federation links to failover to other specified ...Gordon Sim2009-01-211-0/+39
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-201-1/+3
* Add Message callbacks for async completion.Alan Conway2008-11-061-1/+0
* Allow management clienst to specify transport to use for inter-broker linksGordon Sim2008-10-131-2/+2
* QPID-1349 - Push routing for federation (includes hook for dynamic routing)Ted Ross2008-10-101-1/+3
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-1/+2
* QPID-1113 Management cleanup and performance enhancementsTed Ross2008-06-021-10/+20
* QPID-1087Ted Ross2008-05-211-1/+54