summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/cluster/ConnectionCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-2702 --max-connections does not work when using cluster.Alan Conway2010-07-231-2/+11
* Fix sporadic cluster core on exit.Alan Conway2010-07-011-0/+1
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-7/+7
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-091-7/+9
* Set protocol versions correctly in cluster code.Alan Conway2009-07-301-7/+10
* Add directory to #includeAlan Conway2009-07-141-4/+4
* QPID-1719: Ensure management object id remain in sync across cluster.Gordon Sim2009-03-061-1/+1
* Replicate connection decoder fragments to new members.Alan Conway2009-03-021-8/+5
* Fix for race conditions in cluster join.Alan Conway2009-02-031-2/+0
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-1/+0
* QPID-1567: More changes to make clustering and federation work togetherGordon Sim2009-01-221-6/+7
* Cluster join & brain-dumps working.Alan Conway2008-10-031-3/+6
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-21/+17
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-211-2/+13
* Dump shared state to new cluster members.Alan Conway2008-09-181-4/+9
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-181-4/+1
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-121-0/+1
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-4/+4
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-031-1/+6
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-0/+64