summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/ConnectionMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed race conditions in cluster.Alan Conway2009-03-081-84/+0
* Replicate connection decoder fragments to new members.Alan Conway2009-03-021-23/+10
* Add lock to cluster::ConnectionMap, make it thread safe.Alan Conway2009-02-271-11/+12
* Fix race condition with read-credit.Alan Conway2009-02-111-0/+1
* Remove unused class and clean up some FIXME comments.Alan Conway2009-02-101-1/+2
* Fix cluster flow control bug: hang with large messages (>frame-max) and low -...Alan Conway2009-02-101-0/+6
* Fix race condition with deleted local connections.Alan Conway2009-02-041-1/+3
* Fix for race conditions in cluster join.Alan Conway2009-02-031-0/+86