summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* 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
* cluster:]Alan Conway2008-09-266-53/+70
* Fix build problems on rhel 5.2 and 64-bit encoding bug.Alan Conway2008-09-265-12/+17
* Enabled management, add cluster shutdown command.Alan Conway2008-09-257-93/+73
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-2413-120/+233
* Fixed error handling session-busy condition on broker.Alan Conway2008-09-222-1/+11
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-2116-87/+203
* Clean up unused members/testsAlan Conway2008-09-191-0/+8
* Dump shared state to new cluster members.Alan Conway2008-09-1814-65/+173
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-1817-165/+529
* - added member statsCarl C. Trieloff2008-09-173-9/+23
* - wire in more cluster statsCarl C. Trieloff2008-09-172-2/+16
* - implement mgnt clusternode stopCarl C. Trieloff2008-09-161-2/+3
* - add mgnt schema for clusterCarl C. Trieloff2008-09-163-1/+112
* Fix race in cluster join protocol.Alan Conway2008-09-165-109/+126