summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Connection.cpp
Commit message (Expand)AuthorAgeFilesLines
* cluster/EventFrame.cpp: Add operator<< for EventFrameAlan Conway2009-01-271-1/+0
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-23/+23
* cluster: Add sequence number to events & framesAlan Conway2009-01-271-3/+3
* Use special management ids for objects used in state transfer to new members....Gordon Sim2009-01-231-1/+3
* QPID-1567: More changes to make clustering and federation work togetherGordon Sim2009-01-221-4/+23
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-1/+1
* cluster: Pipeline decoding. About 10% improvement in latency and throughput.Alan Conway2009-01-211-18/+27
* Additional latency measurement points.Alan Conway2009-01-211-1/+3
* cluster: refactor multicast concerns into separate Multicaster class with sep...Alan Conway2008-12-111-2/+2
* Cluster: Option --cluster-read-max configures read-to-redeliver flow-control.Alan Conway2008-12-091-3/+3
* src/qpid/cluster/OutputInterceptor.cpp: revert locking.Alan Conway2008-12-081-1/+1
* Cluster: fixed error in credit allocation.Alan Conway2008-12-081-5/+3
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-081-4/+11
* Cluster replicates queues/exchanges with same encode/decode functions as the ...Alan Conway2008-11-121-0/+13
* Include DeliveryRecord::credit in replication to new members.Alan Conway2008-11-111-2/+3
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-061-1/+1
* Cluster: clean up connections when a member leaves the cluster.Alan Conway2008-11-051-0/+8
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-051-16/+49
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-041-17/+35
* Cluster returns connection exception for un-supported AMQP features.Alan Conway2008-10-311-4/+25
* Replicate session state for un-acknowledged messages to new cluster members.Alan Conway2008-10-301-2/+47
* cluster: DumpClient updates consumer notifyEnabled and blocked.Alan Conway2008-10-201-0/+8
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-161-33/+51
* Cluster join & brain-dumps working.Alan Conway2008-10-031-7/+13
* Clean up end-of-dump protocol for new cluster members.Alan Conway2008-09-261-21/+9
* Bugfix, tests were crashing.Alan Conway2008-09-261-15/+16
* cluster:]Alan Conway2008-09-261-15/+18
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-24/+79
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-211-17/+25
* Dump shared state to new cluster members.Alan Conway2008-09-181-18/+40
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-181-11/+3
* Cluster member stalling, cluster map updates and unit tests.Alan Conway2008-09-151-3/+1
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-121-0/+1
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-0/+16
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-031-11/+27
* Fix build error in cluster code.Alan Conway2008-09-031-1/+1
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-0/+94