summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Event.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-116/+0
* NO-JIRA: Refactor RefCountedBuffer to be simpler and more flexible.Alan Conway2011-03-151-6/+6
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-8/+8
* Add directory to #includeAlan Conway2009-07-141-2/+2
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-1/+3
* PollableQueue optimization - replace deque with vector.Alan Conway2009-05-251-3/+3
* Cleaned up some un-necessary #include dependencies.Alan Conway2009-04-151-2/+1
* Fixed race conditions in cluster.Alan Conway2009-03-081-4/+1
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-3/+3
* Replicate connection decoder fragments to new members.Alan Conway2009-03-021-2/+5
* Fixed issue with producer flow control in a cluster.Alan Conway2009-02-241-1/+6
* Fix for race conditions in cluster join.Alan Conway2009-02-031-1/+5
* cluster: Add sequence number to events & framesAlan Conway2009-01-271-3/+4
* cluster: Pipeline decoding. About 10% improvement in latency and throughput.Alan Conway2009-01-211-4/+7
* Latency measurements, compiled out of production code.Alan Conway2009-01-201-2/+7
* cluster refactor: separate out dispatch strategy, implement poller and thread...Alan Conway2009-01-161-1/+1
* Separate cluster::EventHeader to allow non-copy events.Alan Conway2009-01-161-15/+25
* cluster/Event: store event header in the same buffer as data to simplify enco...Alan Conway2008-12-121-11/+18
* cluster: add Event size to encoded header.Alan Conway2008-12-031-1/+1
* Cluster: handle CPG flow-control conditions.Alan Conway2008-12-021-1/+1
* Cluster join & brain-dumps working.Alan Conway2008-10-031-0/+6
* Fix build problems on rhel 5.2 and 64-bit encoding bug.Alan Conway2008-09-261-2/+2
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-1/+3
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-211-4/+0
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-121-3/+8
* RefCountedBuffer improvements, centralize cluster encoding/decoding in Event.Alan Conway2008-09-061-5/+7
* Queue cpg deliveries for execution in separate thread.Alan Conway2008-09-061-4/+8
* Fixed cluster membership notification.Alan Conway2008-09-051-0/+65