summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/Bridge.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-7306: Memory management error in Link/BridgeAlan Conway2016-06-221-4/+11
* QPID-5454: Sporadic core dump in ha_tests.ReplicationTests.test_auto_delete_f...Alan Conway2014-01-091-2/+3
* QPID-5275: HA transactions failing in qpid-cluster-benchmarkAlan Conway2013-11-121-0/+6
* QPID-4712: authorisation for AMQP 1.0 connectionsGordon Sim2013-06-251-3/+3
* QPID-4905: Tidy up broker::ConnectionAndrew Stitcher2013-06-191-4/+2
* NO-JIRA: Remove spurious header file from qpid/cpp/src/qpid/broker/Bridge.cpp.Alan Conway2013-04-291-1/+0
* QPID-4728: add 'credit' parameter to Federation Bridge configuration.Kenneth Anthony Giusti2013-04-111-46/+81
* NO-JIRA: Removed Broker.h from all unnecessary header filesAndrew Stitcher2012-12-211-0/+2
* QPID-4481: HA replication of propagated bindings can lead to incorrect config...Alan Conway2012-12-111-0/+6
* QPID-4449 - Reverted much of the original change and re-implemented the fix i...Ted Ross2012-11-301-1/+1
* QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward ...Ted Ross2012-11-201-1/+1
* QPID-4423 C++ Broker federated bridge creation should not declare named queues.Charles E. Rolke2012-11-071-21/+23
* QPID-4378 Deleting dynamic bridge. Delete warning message.Charles E. Rolke2012-10-211-1/+0
* QPID-4378 C++ Broker deletes dynamin bridges too aggressively.Charles E. Rolke2012-10-181-2/+2
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-151-5/+5
* QPID-4076: Patch from Andy Goldstein, don't use infinite credit on bridges wi...Gordon Sim2012-06-201-3/+3
* QPID-4063: allow configuration of source queue for exchange or dynamic routesKenneth Anthony Giusti2012-06-181-10/+14
* QPID-4070 - Minor internal-api changes for LinkRegistry and Bridge (in qpid::...Ted Ross2012-06-151-4/+5
* NO-JIRA: fix some defects found by Coverity static analysis scan of C++ codeKenneth Anthony Giusti2012-05-251-1/+1
* QPID-3603: Fix inconsistent use of bridge-name and queue-name for bridge sess...Alan Conway2012-05-151-1/+1
* QPID-3603: Add ErrorListener to Bridge to handle session errors.Alan Conway2012-05-081-3/+23
* QPID-3767: re-index bridge and link by constant name, not addressKenneth Anthony Giusti2012-05-041-28/+82
* QPID-3352: Fix test for failed session to avoid confusion with as yet uniniti...Alan Conway2012-04-181-7/+8
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-25/+35
* QPID-3773: generate a unique queue name for the internal bridge queues.Kenneth Anthony Giusti2012-02-101-2/+2
* Revert "QPID-3352: Fix test for failed session to avoid confusion with as yet...Alan Conway2012-01-201-2/+3
* QPID-3352: Fix test for failed session to avoid confusion with as yet uniniti...Alan Conway2012-01-181-3/+2
* QPID-3352 - Federation bridge doesn't recover from session errorsTed Ross2011-07-121-0/+6
* QPID-2982 Bug 669452 - Creating a route and using management tools can crash ...Alan Conway2011-01-181-6/+1
* Adds support for federation in the XML exchange.Jonathan Robie2010-10-201-12/+1
* Code cleanup in broker directory.Alan Conway2010-10-141-0/+1
* Ensure that bindings for dynamic bridges are not propagated over failed sessi...Gordon Sim2010-06-091-9/+17
* QPID-2348 - [C++] The HeadersExchange does not support federationTed Ross2010-02-011-1/+7
* Add directory to #includeAlan Conway2009-07-141-6/+6
* Federation: Propagation of dynamic bindings is now done on the thread servici...Ted Ross2009-07-021-3/+11
* 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-16/+28
* Avoid hiding Bridge::idGordon Sim2009-02-241-3/+3
* QPID-1567: More changes to make clustering and federation work togetherGordon Sim2009-01-221-1/+6
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-201-4/+9
* Federation enhancements and bug fixes:Ted Ross2008-10-311-1/+4
* Federation bug-fixes:Ted Ross2008-10-311-7/+7
* QPID-1348 - Dynamic binding for federation. Parameterized exchange names for...Ted Ross2008-10-241-8/+76
* QPID-1366 - implementation of automatic anti-looping for federationTed Ross2008-10-161-0/+10
* QPID-1349 - Push routing for federation (includes hook for dynamic routing)Ted Ross2008-10-101-29/+46
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-5/+7
* QPID-1279 Implementations of management methods can now return error strings ...Ted Ross2008-09-101-1/+3
* QPID-1170 - Provide a better factory for creation and deletion of the managem...Ted Ross2008-07-161-4/+3
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-081-11/+10
* QPID-1160 - Per-thread counters in management API to avoid lockingTed Ross2008-06-301-5/+9