summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* QPID-1567: More changes to make clustering and federation work togetherGordon Sim2009-01-228-13/+65
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-1/+1
* More latency metrics.Alan Conway2009-01-223-2/+8
* cluster: Pipeline decoding. About 10% improvement in latency and throughput.Alan Conway2009-01-216-66/+154
* Additional latency measurement points.Alan Conway2009-01-214-3/+9
* Latency measurements, compiled out of production code.Alan Conway2009-01-205-16/+41
* cluster refactor: separate out dispatch strategy, implement poller and thread...Alan Conway2009-01-164-52/+19
* cluster refactor: separate out dispatch strategy, implement poller and thread...Alan Conway2009-01-164-0/+222
* 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