summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Broker.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Message callbacks for async completion.Alan Conway2008-11-061-1/+1
* Consistently refer to struct as struct, not classStephen D. Huston2008-10-301-1/+1
* Add option to require that only encrypted connections be accepted.Gordon Sim2008-10-201-1/+2
* QPID-106: SSL support for c++ (broker and client), can be enabled/disabled ex...Gordon Sim2008-10-171-1/+1
* Make SaslAuthenticator reimplementable for schemes other than Cyrus, such as ...Stephen D. Huston2008-10-161-0/+4
* QPID-1366 - implementation of automatic anti-looping for federationTed Ross2008-10-161-0/+2
* QPID-1341 from JonathanCarl C. Trieloff2008-10-151-1/+0
* Periodically purge expired messages from queuesGordon Sim2008-10-131-0/+3
* Allow management clienst to specify transport to use for inter-broker linksGordon Sim2008-10-131-0/+6
* Identify transports by nameGordon Sim2008-10-101-5/+9
* Handle ttl in messages transfers received by the broker 7 added test for itGordon Sim2008-10-101-1/+5
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-0/+6
* QPID-1290 - Patch from William HenryTed Ross2008-09-231-0/+7
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-3/+3
* QPID-1279 Implementations of management methods can now return error strings ...Ted Ross2008-09-101-1/+3
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-2/+5
* Integrate CPG file descriptor into broker polling.Alan Conway2008-08-111-0/+2
* * revised approach for setting tcp-nodelay on client to avoid breaking platfo...Gordon Sim2008-08-051-0/+1
* - Implementation of ACL pluginCarl C. Trieloff2008-07-311-21/+30
* Allow configurable default size limit to be set for queues (merged from r6794...Gordon Sim2008-07-241-0/+1
* QPID-1170 - Provide a better factory for creation and deletion of the managem...Ted Ross2008-07-161-0/+1
* Switched from shared_ptr to intrusive_ptr and RefCounted for Broker.Alan Conway2008-07-151-3/+5
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-3/+0