summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Connection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cluster: remove un-necessary code for config-seq.Alan Conway2010-03-311-3/+2
* QPID-2436: Fix cluster update of remote agents.Alan Conway2010-03-081-3/+3
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-8/+13
* Fix: decoding error causes cluster broker to exit.Alan Conway2010-03-011-4/+16
* Consistent connection names across a cluster.Alan Conway2010-02-051-19/+33
* Synchronize management agent lists during cluster update.Alan Conway2010-02-051-1/+9
* Cluster: debug snapshots of queue depth at broker join, help find inconsisten...Alan Conway2010-02-021-0/+5
* QPID-2357 Broker boot sequence doesn't synchronize when clustered - patch fro...Alan Conway2010-01-281-0/+14
* Fix for QPID-2373 - Durable exchange state not replicated to broker joining c...Kim van der Riet2010-01-281-0/+3
* In clustered broker: move construction of broker::Connections to the cluster ...Alan Conway2010-01-271-35/+63
* Removed dead code - cluster::Connection::left()Alan Conway2010-01-191-6/+0
* Fix broker crash "confirmed N but only sent M" with managed agents running.Alan Conway2010-01-111-0/+10
* Added config-seq counter to track config changes since cluster init.Alan Conway2010-01-061-2/+5
* QPID-2296: Cluster errors when using acquire-mode-not-acquiredAlan Conway2009-12-221-1/+2
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-091-3/+5
* QPID-2191: Fix browsing behaviour where messages may have been released out o...Gordon Sim2009-11-091-0/+1
* Fix QPID-2086, hang of federated_cluster_test_with_node_failure.Alan Conway2009-09-091-1/+9
* Fix race condition in cluster error handling.Alan Conway2009-07-311-1/+1
* Provide more informative cluster logging at notice levelAlan Conway2009-07-291-2/+2
* Add "[shadow]" prefix to the log-ID for shadow and catch-up connections, to m...Alan Conway2009-07-171-6/+12
* Update queue listeners in the correct order.Alan Conway2009-07-161-16/+23
* Add directory to #includeAlan Conway2009-07-141-3/+3
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-4/+10
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-301-16/+1
* Make error-check a cluster-connection control rather than a cluster control.Alan Conway2009-06-181-1/+16
* Handle invalid AMPQ data to a cluster by closing the offending connection.Alan Conway2009-06-171-0/+6
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-161-1/+15
* Add flag to broker Connection so that it knows if it is aAndrew Stitcher2009-06-111-0/+1
* Further fix to new cluster member state transfer to fix a case where unacked ...Gordon Sim2009-06-051-1/+2
* Ensure that ring queue behaves as expected when replicated to newly joined cl...Gordon Sim2009-06-031-0/+1
* QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on n...Gordon Sim2009-05-271-7/+4
* Improved doOutput algorithm.Alan Conway2009-05-261-9/+2
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-061-8/+11
* Improved & simplified cluster output algorithm.Alan Conway2009-04-291-2/+2
* Cleaned up some un-necessary #include dependencies.Alan Conway2009-04-151-2/+0
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-15/+36
* Fix cluster TTL: replicte expiry information to newcomers.Alan Conway2009-03-091-2/+6
* Fixed race conditions in cluster.Alan Conway2009-03-081-27/+6
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-2/+3
* Replicate connection decoder fragments to new members.Alan Conway2009-03-021-20/+45
* Fixed issue with producer flow control in a cluster.Alan Conway2009-02-241-4/+18
* Cluster security support:Alan Conway2009-02-121-1/+2
* Fix race condition with read-credit.Alan Conway2009-02-111-0/+1
* Fix memory leak in cluster code.Alan Conway2009-02-111-4/+7
* Fix cluster flow control bug: hang with large messages (>frame-max) and low -...Alan Conway2009-02-101-2/+2
* Cluster support for message time-to-live.Alan Conway2009-02-091-6/+2
* QPID-1618 from Mick Goulish: brokers joining cluster store persistent message...Alan Conway2009-02-051-0/+5
* Fix assertion due to doOutput control being sent after local connection closed.Alan Conway2009-02-041-2/+2
* Fix for race conditions in cluster join.Alan Conway2009-02-031-25/+8
* cluster/EventFrame.cpp: Add operator<< for EventFrameAlan Conway2009-01-271-1/+0