summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Connection.h
Commit message (Expand)AuthorAgeFilesLines
* Cluster: remove un-necessary code for config-seq.Alan Conway2010-03-311-2/+1
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-8/+9
* Consistent connection names across a cluster.Alan Conway2010-02-051-8/+19
* Synchronize management agent lists during cluster update.Alan Conway2010-02-051-0/+1
* Cluster: debug snapshots of queue depth at broker join, help find inconsisten...Alan Conway2010-02-021-1/+1
* QPID-2357 Broker boot sequence doesn't synchronize when clustered - patch fro...Alan Conway2010-01-281-0/+1
* In clustered broker: move construction of broker::Connections to the cluster ...Alan Conway2010-01-271-6/+32
* Removed dead code - cluster::Connection::left()Alan Conway2010-01-191-3/+0
* Removed dead code: OutputTask::hasOutput and Queue::checkForMessages.Alan Conway2010-01-141-1/+0
* Fix broker crash "confirmed N but only sent M" with managed agents running.Alan Conway2010-01-111-0/+1
* Added config-seq counter to track config changes since cluster init.Alan Conway2010-01-061-1/+3
* QPID-2296: Cluster errors when using acquire-mode-not-acquiredAlan Conway2009-12-221-1/+1
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-091-3/+6
* Fix race condition in cluster error handling.Alan Conway2009-07-311-1/+1
* Update queue listeners in the correct order.Alan Conway2009-07-161-8/+14
* Add directory to #includeAlan Conway2009-07-141-4/+4
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-0/+2
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-301-1/+1
* Make error-check a cluster-connection control rather than a cluster control.Alan Conway2009-06-181-0/+1
* Handle invalid AMPQ data to a cluster by closing the offending connection.Alan Conway2009-06-171-1/+1
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-161-1/+3
* Further fix to new cluster member state transfer to fix a case where unacked ...Gordon Sim2009-06-051-0/+1
* Improved doOutput algorithm.Alan Conway2009-05-261-3/+4
* PollableQueue optimization - replace deque with vector.Alan Conway2009-05-251-2/+0
* Improved & simplified cluster output algorithm.Alan Conway2009-04-291-2/+0
* Fix regression: close shadow connections belonging to brokers that have left ...Alan Conway2009-04-141-1/+2
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-6/+10
* Fix cluster TTL: replicte expiry information to newcomers.Alan Conway2009-03-091-1/+2
* Fixed race conditions in cluster.Alan Conway2009-03-081-8/+2
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-1/+1
* Replicate connection decoder fragments to new members.Alan Conway2009-03-021-7/+13
* Fixed issue with producer flow control in a cluster.Alan Conway2009-02-241-0/+7
* Cluster security support:Alan Conway2009-02-121-1/+1
* Fix memory leak in cluster code.Alan Conway2009-02-111-1/+1
* Fix cluster flow control bug: hang with large messages (>frame-max) and low -...Alan Conway2009-02-101-1/+2
* Cluster support for message time-to-live.Alan Conway2009-02-091-1/+1
* Fix for race conditions in cluster join.Alan Conway2009-02-031-3/+3
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-4/+4
* cluster: Add sequence number to events & framesAlan Conway2009-01-271-3/+2
* Use special management ids for objects used in state transfer to new members....Gordon Sim2009-01-231-0/+3
* QPID-1567: More changes to make clustering and federation work togetherGordon Sim2009-01-221-1/+2
* cluster: Pipeline decoding. About 10% improvement in latency and throughput.Alan Conway2009-01-211-2/+8
* Fix --cluster-mast-max: errors in last commit.Alan Conway2009-01-091-2/+0
* cluster: refactor multicast concerns into separate Multicaster class with sep...Alan Conway2008-12-111-1/+0
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-081-0/+3
* Cluster replicates queues/exchanges with same encode/decode functions as the ...Alan Conway2008-11-121-0/+4
* Include DeliveryRecord::credit in replication to new members.Alan Conway2008-11-111-1/+2
* Cluster: clean up connections when a member leaves the cluster.Alan Conway2008-11-051-0/+3
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-051-0/+10
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-041-3/+12