summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/Link.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3603: Make link maintenance interval configurable.qpid-3603-2Alan Conway2012-02-131-2/+5
* QPID-3603: Fix core dump in Link::requestIOProcessing.Alan Conway2012-02-131-26/+22
* QPID-3603: Simplified Link failover.Alan Conway2012-02-131-25/+52
* QPID-3603: HA broker close backup link when promoted.Alan Conway2012-02-131-9/+15
* QPID-3603: Reconnect URL in broker::LinkAlan Conway2012-02-131-9/+21
* QPID-3603: Set known hosts at connection open in Link.Alan Conway2012-02-131-9/+8
* Revert "QPID-3352: Fix test for failed session to avoid confusion with as yet...Alan Conway2012-01-251-1/+1
* QPID-3603: Logging improvements for bridges, links and HA classes.Alan Conway2012-01-191-15/+17
* QPID-3603: HA logging improvements.Alan Conway2012-01-191-1/+0
* QPID-3603: Automatic wiring replication for HA.Alan Conway2012-01-191-20/+25
* QPID-3603: Act on bridge cancellations before creationsAlan Conway2012-01-181-7/+9
* QPID-3352: Fix test for failed session to avoid confusion with as yet uniniti...Alan Conway2012-01-181-1/+1
* QPID-3352 - Federation bridge doesn't recover from session errorsTed Ross2011-07-121-1/+14
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-261-1/+1
* QPID-3235: clustered qpidd broker fails ocassionly the cluster_tests.ShortTes...Alan Conway2011-04-291-22/+26
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-2/+2
* QPID-2982 Bug 669452 - Creating a route and using management tools can crash ...Alan Conway2011-01-181-3/+9
* QPID-3006: remove incorrect and unnecessary authorisation checkGordon Sim2011-01-171-13/+0
* Code cleanup in broker directory.Alan Conway2010-10-141-0/+1
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-111-6/+6
* Use UnauthorizedAccessException for ACL violations rather than NotAllowedExce...Gordon Sim2010-05-061-2/+2
* Code cleanup Ted Ross2010-04-231-6/+1
* QPID-2045 - crash when destroying a federation link with a dynamic bridgeTed Ross2009-09-031-1/+3
* QPID-2050 - leak of bridge objectsTed Ross2009-09-021-1/+0
* Minor whitespace adjustment.Gordon Sim2009-08-121-1/+1
* QPID-2046: * perform destroy() on the links own io thread, not on that of the...Gordon Sim2009-08-121-9/+20
* Add directory to #includeAlan Conway2009-07-141-5/+5
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-111-3/+3
* QPID-1711: Ensure the session state between the two peers in an inter-broker ...Gordon Sim2009-03-041-15/+28
* Catch up on recent file additions/removals; fix compile errors on WindowsStephen D. Huston2009-01-231-1/+1
* QPID-1567: More changes to make clustering and federation work togetherGordon Sim2009-01-221-0/+17
* QPID-1567: Added ability for federation links to failover to other specified ...Gordon Sim2009-01-211-4/+44
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-201-13/+14
* QPID-1461 - Added qmf event support for connections.Ted Ross2008-11-131-6/+16
* Fixed a violation of the lock hierarchy in LinkRegistry and LinkTed Ross2008-11-111-24/+25
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-061-2/+4
* Federation bug-fixes:Ted Ross2008-10-311-1/+3
* Adjust namespace references to work with MSVCStephen D. Huston2008-10-301-3/+3
* QPID-1348 - Dynamic binding for federation. Parameterized exchange names for...Ted Ross2008-10-241-3/+17
* Allow management clienst to specify transport to use for inter-broker linksGordon Sim2008-10-131-8/+11
* QPID-1349 - Push routing for federation (includes hook for dynamic routing)Ted Ross2008-10-101-1/+2
* Identify transports by nameGordon Sim2008-10-101-1/+1
* This is for QPID-1297.Rajith Muditha Attapattu2008-09-301-0/+9
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-5/+5
* QPID-1279 Implementations of management methods can now return error strings ...Ted Ross2008-09-101-1/+1
* QPID-1174 - Management updates for remote agentsTed Ross2008-07-311-2/+1
* QPID-1170 - Provide a better factory for creation and deletion of the managem...Ted Ross2008-07-161-5/+4
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-081-14/+13
* QPID-1160 - Per-thread counters in management API to avoid lockingTed Ross2008-06-301-4/+7
* QPID-1121Ted Ross2008-06-041-1/+3