summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/cluster/Event.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove cluster (prerequisite for QPID-4178)Gordon Sim2012-08-101-134/+0
* NO-JIRA: Refactor RefCountedBuffer to be simpler and more flexible.Alan Conway2011-03-151-2/+3
* Fixed cluster error "Not enough for multicast header"Alan Conway2010-01-281-8/+5
* Support for restarting a persistent cluster.Alan Conway2009-11-241-3/+3
* Removed LatencyTracker from cluster.Alan Conway2009-10-011-9/+0
* Revert "Batch multiple events into a single CPG multicast."Alan Conway2009-08-141-1/+1
* Batch multiple events into a single CPG multicast.Alan Conway2009-08-121-1/+1
* Add directory to #includeAlan Conway2009-07-141-3/+3
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-4/+14
* PollableQueue optimization - replace deque with vector.Alan Conway2009-05-251-3/+3
* Fixed race conditions in cluster.Alan Conway2009-03-081-2/+2
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-3/+2
* Replicate connection decoder fragments to new members.Alan Conway2009-03-021-2/+12
* Fixed issue with producer flow control in a cluster.Alan Conway2009-02-241-4/+10
* cluster/EventFrame.cpp: Add operator<< for EventFrameAlan Conway2009-01-271-1/+1
* cluster: Add sequence number to events & framesAlan Conway2009-01-271-4/+4
* Latency measurements, compiled out of production code.Alan Conway2009-01-201-8/+25
* 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-11/+25
* cluster/Event: store event header in the same buffer as data to simplify enco...Alan Conway2008-12-121-18/+21
* cluster: add Event size to encoded header.Alan Conway2008-12-031-6/+8
* Fix bad assert(), causing compile failures in debug builds.Alan Conway2008-12-031-1/+1
* PollableQueue: fix unsafe use of dequeAlan Conway2008-12-021-1/+3
* Cluster: handle CPG flow-control conditions.Alan Conway2008-12-021-2/+2
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-071-1/+1
* Cluster join & brain-dumps working.Alan Conway2008-10-031-1/+10
* Fix build problems on rhel 5.2 and 64-bit encoding bug.Alan Conway2008-09-261-3/+3
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-9/+10
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-121-3/+3
* RefCountedBuffer improvements, centralize cluster encoding/decoding in Event.Alan Conway2008-09-061-4/+19
* Queue cpg deliveries for execution in separate thread.Alan Conway2008-09-061-4/+9
* Fixed cluster membership notification.Alan Conway2008-09-051-0/+52