summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* cluster: Increase initial estimate controlling writes.Alan Conway2008-12-197-13/+29
* Handle package name changes in Fedora10: openais->corosync cman->cmanlibAlan Conway2008-12-173-6/+13
* Default --cluster-read-max to 0.Alan Conway2008-12-171-2/+2
* cluster/Event: store event header in the same buffer as data to simplify enco...Alan Conway2008-12-125-30/+46
* cluster: refactor multicast concerns into separate Multicaster class with sep...Alan Conway2008-12-118-94/+234
* sys/PollableQueue: dispatch in batches, allow put-back.Alan Conway2008-12-112-19/+18
* Remove un-necessary locks.Alan Conway2008-12-101-8/+0
* Applied name convention to class names: Capitalized names.Ted Ross2008-12-091-1/+1
* Cluster: Option --cluster-read-max configures read-to-redeliver flow-control.Alan Conway2008-12-094-12/+17
* Cluster: reduced scope of mcast locks.Alan Conway2008-12-082-42/+25
* Cluster: separated connection map lock to reduce contention.Alan Conway2008-12-083-45/+108
* src/qpid/cluster/OutputInterceptor.cpp: revert locking.Alan Conway2008-12-082-4/+2
* Cluster: fixed error in credit allocation.Alan Conway2008-12-082-6/+6
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-085-4/+18
* cluster: add Event size to encoded header.Alan Conway2008-12-033-8/+11
* Fix bad assert(), causing compile failures in debug builds.Alan Conway2008-12-031-1/+1
* PollableQueue: fix unsafe use of dequeAlan Conway2008-12-022-8/+5
* Cluster: handle CPG flow-control conditions.Alan Conway2008-12-028-56/+80
* cluster: Queue outgoing multicast events.Alan Conway2008-12-012-7/+9
* Added cluster log messages.Alan Conway2008-11-283-21/+18
* Cluster.cpp: Fixed last-node-standing logic, better logging.Alan Conway2008-11-262-70/+73
* Fix seg fault caused by exceptiosn thrown in Cluster ctor.Alan Conway2008-11-191-1/+1
* Fix --cluster-cman option to enable cman integration.Alan Conway2008-11-196-34/+30
* Optional cluster integration with cman quorum service.Alan Conway2008-11-187-1/+195
* Cluster replicates queues/exchanges with same encode/decode functions as the ...Alan Conway2008-11-123-15/+33
* Include DeliveryRecord::credit in replication to new members.Alan Conway2008-11-113-4/+8
* 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-053-0/+22
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-055-35/+126
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-044-31/+78
* Cluster returns connection exception for un-supported AMQP features.Alan Conway2008-10-312-4/+26
* Replicate session state for un-acknowledged messages to new cluster members.Alan Conway2008-10-304-34/+145
* Minor changes to provide access for cluster to replicate delivery records.Alan Conway2008-10-231-1/+1
* cluster: DumpClient replicates session MessageBuilder.Alan Conway2008-10-202-10/+18
* cluster: DumpClient updates consumer notifyEnabled and blocked.Alan Conway2008-10-203-1/+19
* Added missing message.subscribe arguments to SemanticState::ConsumerImpl for ...Alan Conway2008-10-161-7/+4
* Add UUID generated for each new cluster instance.Alan Conway2008-10-163-36/+51
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-168-173/+241
* Minor cleanup for client failover.Alan Conway2008-10-141-8/+7
* Bug fixes for client-side failover.Alan Conway2008-10-142-2/+8
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-0/+1
* Client-side support for amq.faiover exchange. Connection::getKnownBrokers pro...Alan Conway2008-10-093-43/+41
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-077-26/+219
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-072-2/+2
* Cluster join & brain-dumps working.Alan Conway2008-10-0319-808/+633
* QPID-1306Carl C. Trieloff2008-09-302-2/+15
* Added missing locks in cluster code.Alan Conway2008-09-273-1/+4
* Clean up end-of-dump protocol for new cluster members.Alan Conway2008-09-2610-79/+38
* Call updateMemberStats for the first member of the cluster.Alan Conway2008-09-261-0/+1
* Bugfix, tests were crashing.Alan Conway2008-09-261-15/+16