summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Connection.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-302/+0
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-4/+6
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-0/+2
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-0/+2
* QPID-3629: Changed management of credit windowGordon Sim2011-11-231-1/+2
* QPID-3384: DTX transactions - replicate suspended transactions.Alan Conway2011-08-301-2/+3
* QPID-3384: Enable DTX transactions in a cluster.Alan Conway2011-08-251-1/+16
* QPID-3280: Performance problem with TTL messages.Alan Conway2011-06-151-1/+4
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+2
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+1
* QPID-3076: enable flow control for clustered broker configurations.Kenneth Anthony Giusti2011-04-281-0/+1
* QPID-3202: Clustered brokers shut down with "unknown connection" error.Alan Conway2011-04-131-0/+1
* NO-JIRA: remove some dead code, rename internal method for clarityGordon Sim2011-02-281-2/+1
* QPID-3084: apply Alan's fix to allow io callbacks to run during a cluster upd...Kenneth Anthony Giusti2011-02-241-9/+11
* QPID-529: Priority queue implementationGordon Sim2011-02-101-0/+1
* QPID-2982 Bug 669452 - Creating a route and using management tools can crash ...Alan Conway2011-01-181-1/+3
* Bug 662765 - Management broker ID should be the same for members of a cluster.Alan Conway2010-12-151-1/+7
* Modified cluster_tests causes broker shut down with invalid-argument error.Alan Conway2010-12-011-2/+0
* Fix bug in cluster with authentication: nodes exit with "unauthorized-access"Alan Conway2010-07-201-0/+2
* Fix regression in r956882, sporadic failures of client_test.cpp:testBadClient...Alan Conway2010-06-241-1/+1
* Fix cluster broker crashes when management is active.Alan Conway2010-06-221-4/+10
* Bug 603835 - cluster_tests.test_management failing.Alan Conway2010-06-161-1/+4
* Cluster handle connection-negotiation phase in local broker.Alan Conway2010-06-081-14/+6
* Cluster + SecurityMichael Goulish2010-05-141-1/+15
* Cluster: remove un-necessary code for config-seq.Alan Conway2010-03-311-2/+1
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-8/+9
* Consistent connection names across a cluster.Alan Conway2010-02-051-8/+19
* Synchronize management agent lists during cluster update.Alan Conway2010-02-051-0/+1
* Cluster: debug snapshots of queue depth at broker join, help find inconsisten...Alan Conway2010-02-021-1/+1
* QPID-2357 Broker boot sequence doesn't synchronize when clustered - patch fro...Alan Conway2010-01-281-0/+1
* In clustered broker: move construction of broker::Connections to the cluster ...Alan Conway2010-01-271-6/+32
* Removed dead code - cluster::Connection::left()Alan Conway2010-01-191-3/+0
* Removed dead code: OutputTask::hasOutput and Queue::checkForMessages.Alan Conway2010-01-141-1/+0
* Fix broker crash "confirmed N but only sent M" with managed agents running.Alan Conway2010-01-111-0/+1
* Added config-seq counter to track config changes since cluster init.Alan Conway2010-01-061-1/+3
* QPID-2296: Cluster errors when using acquire-mode-not-acquiredAlan Conway2009-12-221-1/+1
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-091-3/+6
* Fix race condition in cluster error handling.Alan Conway2009-07-311-1/+1
* Update queue listeners in the correct order.Alan Conway2009-07-161-8/+14
* Add directory to #includeAlan Conway2009-07-141-4/+4
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-0/+2
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-301-1/+1
* Make error-check a cluster-connection control rather than a cluster control.Alan Conway2009-06-181-0/+1
* Handle invalid AMPQ data to a cluster by closing the offending connection.Alan Conway2009-06-171-1/+1
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-161-1/+3
* Further fix to new cluster member state transfer to fix a case where unacked ...Gordon Sim2009-06-051-0/+1
* Improved doOutput algorithm.Alan Conway2009-05-261-3/+4
* PollableQueue optimization - replace deque with vector.Alan Conway2009-05-251-2/+0
* Improved & simplified cluster output algorithm.Alan Conway2009-04-291-2/+0
* Fix regression: close shadow connections belonging to brokers that have left ...Alan Conway2009-04-141-1/+2