summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/PollableQueue.h
Commit message (Expand)AuthorAgeFilesLines
* Fix hanging failover_soak test.Alan Conway2010-03-301-4/+1
* New cluster member pushes store when joining an active cluster.Alan Conway2010-03-121-1/+19
* Don't hold up broker initialization for cluster initialization.Alan Conway2010-01-061-1/+1
* Improved doOutput algorithm.Alan Conway2009-05-261-1/+2
* PollableQueue optimization - replace deque with vector.Alan Conway2009-05-251-6/+9
* Fix to avoid spinning if an exception is thrown in cluster::PollableQueue.Alan Conway2009-02-261-0/+2
* Fix for race conditions in cluster join.Alan Conway2009-02-031-0/+68
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-113/+0
* Queue cpg deliveries for execution in separate thread.Alan Conway2008-09-061-0/+10
* Fixed cluster membership notification.Alan Conway2008-09-051-3/+7
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-1/+1
* Move frame processing out of CPG dispatch queue for cluster.Alan Conway2008-08-121-0/+99