summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Broker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-271-6/+0
* This code's purpose was only to print out the sasl version into the logsMichael Goulish2010-10-261-5/+1
* Make the "SASL enabled" log message also print out the SASL version number. ...Michael Goulish2010-10-221-1/+5
* Fix compile error: outline set/getCluster fucntions on Broker.Alan Conway2010-10-191-0/+4
* Introduce broker::Cluster interface.Alan Conway2010-10-181-0/+2
* Code cleanup in broker directory.Alan Conway2010-10-141-0/+2
* Revert commits r981517 and r981435 that moved periodic purging of queues onto...Gordon Sim2010-08-111-2/+1
* Ensure that for clustered broker the queue cleaner is run on the correct thread.Gordon Sim2010-08-021-1/+2
* Fix unreferenced local variable warningStephen D. Huston2010-07-151-1/+1
* QPID-2727: Handle exceptions in Broker constructor and call finalise to safel...Gordon Sim2010-07-091-0/+5
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-051-1/+6
* QPID-2649: Ensure timer is stopped before we start deleting broker membersGordon Sim2010-06-071-0/+1
* Jira QPID-2617 -- make sasl-based tests config files relocatableMichael Goulish2010-05-241-1/+2
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-111-2/+3
* 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