summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Broker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle incorrect values for worker-threads option more gracefullyGordon Sim2010-04-261-15/+20
* Code cleanup Ted Ross2010-04-231-1/+1
* QPID-2517 - Broker schema changes to support cluster management.Ted Ross2010-04-231-1/+3
* Implementation of QPID-2509 (Remove message staging from C++ broker)Kim van der Riet2010-04-151-5/+1
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-311-2/+7
* Added hooks in the broker for QMFv2 management of the broker.Ted Ross2010-03-081-5/+17
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-291-8/+3
* QPID_2634 Management updates in timer create inconsistencies in a cluster.Alan Conway2010-01-271-1/+10
* Added PeriodicTimer interface for periodic tasks that need cluster synchroniz...Alan Conway2010-01-271-0/+2
* Cluster-safe assertions.Alan Conway2010-01-201-1/+1
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-111-0/+1
* Support for restarting a persistent cluster.Alan Conway2009-11-241-14/+9
* QPID-2188 , support for maxConnections, limit is set to brokerCarl C. Trieloff2009-11-171-0/+1
* 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-4/+4
* Pull running acceptor out of Broker run loopAndrew Stitcher2009-10-161-1/+0
* Applied patches to resolve QPID-2076Stephen D. Huston2009-10-021-3/+5
* This patch requires svn 817742, corrects the lock issue for ring queue in 817...Carl C. Trieloff2009-09-231-3/+5
* Revisit fix for QPID-1737: (clash with Win32 symbol)Andrew Stitcher2009-09-011-1/+1
* Reverted r801903, it should not be needed after r801860 and r801861.Gordon Sim2009-08-071-1/+0
* Gsim's temporary fix for replication bug.Michael Goulish2009-08-071-0/+1
* Revert "Stop timer thread before users are deleted (as they don't all clean u...Andrew Stitcher2009-08-071-4/+0
* Stop timer thread before users are deleted (as they don't all clean up prior ...Gordon Sim2009-08-061-0/+4
* Rename of MessageStore::discardInit() to MessageStore::truncateInint(), resul...Kim van der Riet2009-08-051-1/+1
* Add directory to #includeAlan Conway2009-07-141-12/+12
* Replace getenv usage with more secure Windows calls - silences compile diagno...Stephen D. Huston2009-07-131-3/+2
* Undo change from r774809.Alan Conway2009-05-151-2/+1
* Fix for unpredictable enqueues by timer-triggered management code in a cluster.Alan Conway2009-05-141-1/+2
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-111-12/+11
* Fixed cluster store problem where second and subsequent cluster nodes (which ...Kim van der Riet2009-05-081-17/+19
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-061-1/+1
* Revert r758359 STATUS_INVALID_PARAMETER changes; breaks build. Reopen QPID-1737Stephen D. Huston2009-03-251-1/+1
* Apply patch to s/STATUS_INVALID_PARAMETER/STATUS_PARAMETER_INVALID/ to build ...Stephen D. Huston2009-03-251-2/+2
* QPID-1721: Fixes for replication between clusters when new members are addedGordon Sim2009-03-091-0/+1
* Cluster support for message time-to-live.Alan Conway2009-02-091-0/+2
* Cluster sets recovery flag on Broker for first member in cluster.Alan Conway2009-02-041-4/+11
* Producer side rate throttling:Andrew Stitcher2009-01-271-2/+4
* Some minor updates to logging levels to avoid undue alarm.Gordon Sim2009-01-261-0/+2
* QPID-1567: Added ability for federation links to failover to other specified ...Gordon Sim2009-01-211-4/+10
* QPID-1567: clean shutdown of event queueGordon Sim2009-01-161-0/+1
* QPID-1567: Initial support for asynchronous queue state replicationGordon Sim2009-01-151-0/+1
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-061-1/+2
* Log changes: logging default now notice+, "listening on" messages are at noti...Alan Conway2009-01-051-1/+1
* QPID-1449 - Added federation tag that was missing when management was disabledTed Ross2008-12-101-0/+5
* Reduce logging noise from NullMessageStore: log "persistence disabled" once a...Alan Conway2008-11-241-1/+1
* Avoid alarming error message when unencrypted tcp is disabled. Test availabil...Gordon Sim2008-11-141-5/+4
* QPID-1414: fix to prevent concurrent modification of brokers known url listGordon Sim2008-11-131-7/+8
* Add Message callbacks for async completion.Alan Conway2008-11-061-11/+7
* Use new wrapped get() accessor in AddressStephen D. Huston2008-10-241-2/+3
* Add option to require that only encrypted connections be accepted.Gordon Sim2008-10-201-7/+13