summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/LinkRegistry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'qpid-3603-4-rebase' into qpid-3603-5qpid-3603-5Alan Conway2012-02-131-77/+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
* QPID-990: Patch from Ted Ross to enable persisting of inter-broker routing en...Gordon Sim2008-05-131-5/+90
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-0/+102