summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/Link.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-1113 Management cleanup and performance enhancementsTed Ross2008-06-021-2/+2
* QPID-1087Ted Ross2008-05-211-17/+35
* QPID-990: Patch from Ted Ross to enable persisting of inter-broker routing en...Gordon Sim2008-05-131-40/+95
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-0/+281