summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* Separate cluster::EventHeader to allow non-copy events.Alan Conway2009-01-163-27/+51
* Include CPG error code in message.Alan Conway2009-01-141-16/+19
* Fix --cluster-mast-max: errors in last commit.Alan Conway2009-01-097-21/+24
* Added --cluster-read-max: max number of outstanding mcasts in CPG buffers.Alan Conway2009-01-096-17/+57
* Fix for compatibility with latest corosync.Alan Conway2009-01-081-7/+8
* Fix to build on latest corosync versions.Alan Conway2009-01-082-14/+14
* cluster: handle multicast errors.Alan Conway2009-01-084-7/+11
* Consistent #if defined for header selectino.Alan Conway2009-01-071-3/+3
* cluster/OutputInterceptor.cpp: added locking around use of ClusterOutputinter...Alan Conway2009-01-061-3/+14
* 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