summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/Broker.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-3603: Make link maintenance interval configurable.qpid-3603-2Alan Conway2012-02-131-0/+1
* QPID-3603: Refactor LinkRegistry to use a ConnectionObserver.Alan Conway2012-01-251-1/+1
* QPID-3603: HA backup rejects client connections.Alan Conway2012-01-251-0/+3
* QPID-3603: Move broker::ReplicatingSubscription to ha namespace and ha plugin.Alan Conway2012-01-191-0/+4
* QPID-3630: remove deprecated rate limiting featureKenneth Anthony Giusti2012-01-131-1/+0
* QPID-3417: C++ broker - support adding arrival timestamp to received messages.Kenneth Anthony Giusti2011-10-121-0/+6
* QPID-3346: move message group feature into trunk.Kenneth Anthony Giusti2011-10-071-2/+9
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-261-1/+1
* QPID-3136: Add option to disable defaults for queue threshold alertsGordon Sim2011-03-111-0/+1
* QPID-3015: cleanup and additional test of acl enforcementGordon Sim2011-02-231-1/+1
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-13/+24
* QPID-3015: Added create and delete methods to management schema for brokerGordon Sim2011-02-181-6/+48
* QPID-3053: Enable broadcast via QMFv2 by default; add option to allow broadca...Gordon Sim2011-02-141-0/+1
* QPID-2966: Add QMF method to dynamically set the log level.Gordon Sim2010-12-101-0/+2
* This patch was posted in JIRA QPID-2949.Michael Goulish2010-11-301-0/+1
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-271-5/+0
* Fix compile error: outline set/getCluster fucntions on Broker.Alan Conway2010-10-191-2/+2
* Introduce broker::Cluster interface.Alan Conway2010-10-181-0/+5
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-051-0/+13
* Jira QPID-2617 -- make sasl-based tests config files relocatableMichael Goulish2010-05-241-0/+1
* Implementation of QPID-2509 (Remove message staging from C++ broker)Kim van der Riet2010-04-151-2/+0
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-311-0/+1
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-291-4/+6
* QPID_2634 Management updates in timer create inconsistencies in a cluster.Alan Conway2010-01-271-4/+4
* Added PeriodicTimer interface for periodic tasks that need cluster synchroniz...Alan Conway2010-01-271-0/+4
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-111-0/+5
* Support for restarting a persistent cluster.Alan Conway2009-11-241-0/+1
* QPID-2188 , support for maxConnections, limit is set to brokerCarl C. Trieloff2009-11-171-1/+24
* Move management-agent earlier in the init-sequence so it is destroyed after theTed Ross2009-10-221-1/+1
* Fixed memory leak on broker shutdown. Broker's management agent pointer is nowTed Ross2009-10-201-2/+2
* Carry over recent AsynchIO-level changes to Windows.Stephen D. Huston2009-10-201-1/+1
* Applied patches to resolve QPID-2076Stephen D. Huston2009-10-021-1/+1
* This patch requires svn 817742, corrects the lock issue for ring queue in 817...Carl C. Trieloff2009-09-231-0/+1
* Change remaining broker Timer clients to use the single broker TimerAndrew Stitcher2009-07-301-1/+1
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-301-10/+6
* Add directory to #includeAlan Conway2009-07-141-17/+17
* Replace getenv usage with more secure Windows calls - silences compile diagno...Stephen D. Huston2009-07-131-0/+3
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-131-6/+10
* Change remaining broker Timer clients to use the single broker TimerAndrew Stitcher2009-07-101-1/+1
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-101-10/+6
* Undo change from r774809.Alan Conway2009-05-151-14/+3
* Fix for unpredictable enqueues by timer-triggered management code in a cluster.Alan Conway2009-05-141-3/+14
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-111-2/+3
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-8/+10
* Cluster support for message time-to-live.Alan Conway2009-02-091-4/+9
* Cluster sets recovery flag on Broker for first member in cluster.Alan Conway2009-02-041-0/+5
* Producer side rate throttling:Andrew Stitcher2009-01-271-0/+1
* QPID-1567: Added ability for federation links to failover to other specified ...Gordon Sim2009-01-211-0/+1
* QPID-1567: Initial support for asynchronous queue state replicationGordon Sim2009-01-151-0/+3
* Tidied up a number of TODO itemsAndrew Stitcher2009-01-081-2/+0