summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/PollableQueue.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug that caused a busy-wait if an item was pushed to a stopped queue.Alan Conway2010-03-301-1/+1
* Simplified PollableConditionAlan Conway2009-07-091-5/+3
* PollableQueue optimization - replace deque with vector.Alan Conway2009-05-251-10/+13
* Remove the argument type in the boost::function template sinceManuel Teira Paz2009-03-051-1/+1
* Merged win-pollable-condition branch changes 743545:746056 into trunkStephen D. Huston2009-02-201-21/+25
* cluster: Add sequence number to events & framesAlan Conway2009-01-271-0/+1
* correct lifecycle for pollablequeue dispatch handleCarl C. Trieloff2009-01-211-1/+1
* Allow any remaining events in PollableQueue to be processed after Poller thre...Gordon Sim2009-01-121-4/+22
* Revert accidental commit.Alan Conway2008-12-171-9/+11
* Default --cluster-read-max to 0.Alan Conway2008-12-171-11/+9
* sys/PollableQueue: dispatch in batches, allow put-back.Alan Conway2008-12-111-19/+16
* PollableQueue: fix unsafe use of dequeAlan Conway2008-12-021-4/+8
* Cluster: handle CPG flow-control conditions.Alan Conway2008-12-021-11/+19
* QPID-1382 from Mick Goulish: Improvement to Client-Side Cluster Failover codeAlan Conway2008-10-221-0/+1
* Cluster join & brain-dumps working.Alan Conway2008-10-031-50/+49
* Fix build problems on rhel 5.2 and 64-bit encoding bug.Alan Conway2008-09-261-1/+1
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-181-1/+9
* Moved PollableCondition into sys/posix, posix only impl.Alan Conway2008-09-121-5/+1
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-121-15/+41
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-0/+113