summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/UpdateClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix "Ignoring frame while closing connection" warnings in a cluster broker gi...Alan Conway2010-03-251-1/+4
* Work-around for race condition in the IO layer.Alan Conway2010-03-151-0/+6
* Consistent connection names across a cluster.Alan Conway2010-02-051-1/+11
* Synchronize management agent lists during cluster update.Alan Conway2010-02-051-32/+37
* Fixed missing ManagementAgent test, causing core dumps in cluster with --mgmt...Alan Conway2010-01-291-8/+9
* QPID-2357 Broker boot sequence doesn't synchronize when clustered - patch fro...Alan Conway2010-01-281-0/+27
* Fix broker crash "confirmed N but only sent M" with managed agents running.Alan Conway2010-01-111-1/+12
* QPID-2296: Cluster errors when using acquire-mode-not-acquiredAlan Conway2009-12-221-1/+2
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-111-3/+4
* QPID-2191: Fix browsing behaviour where messages may have been released out o...Gordon Sim2009-11-091-0/+1
* Fix problems with sessions going out of scope and session numbers wrapping ar...Alan Conway2009-10-211-0/+1
* Fixed: cluster udpate did not presever deliver-properties.exchange on messages.Alan Conway2009-10-051-1/+8
* QPID-2058: Add a flag to the version of SessionImpl::send() that takes a Fram...Gordon Sim2009-08-191-1/+1
* Provide more informative cluster logging at notice levelAlan Conway2009-07-291-1/+2
* Update queue listeners in the correct order.Alan Conway2009-07-161-7/+28
* Add directory to #includeAlan Conway2009-07-141-6/+6
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-1/+2
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-1/+1
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-161-10/+28
* Further fix to new cluster member state transfer to fix a case where unacked ...Gordon Sim2009-06-051-0/+1
* QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on n...Gordon Sim2009-05-271-9/+29
* Improved doOutput algorithm.Alan Conway2009-05-261-1/+2
* Apply PIMPL pattern to client::Completion and client::Future.Alan Conway2009-04-231-0/+1
* Cleaned up some un-necessary #include dependencies.Alan Conway2009-04-151-0/+2
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-2/+5
* Cluster: fix exception handling if updater fails to connect to updatee.Alan Conway2009-04-061-4/+3
* Fix cluster TTL: replicte expiry information to newcomers.Alan Conway2009-03-091-12/+22
* Fixed race conditions in cluster.Alan Conway2009-03-081-5/+6
* QPID-1719: Ensure management object id remain in sync across cluster.Gordon Sim2009-03-061-1/+1
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-7/+5
* cluster::UpdateClient added missing error handling.Alan Conway2009-03-031-14/+17
* Replicate connection decoder fragments to new members.Alan Conway2009-03-021-8/+7
* Cluster security support:Alan Conway2009-02-121-6/+9
* Cluster support for message time-to-live.Alan Conway2009-02-091-4/+7
* Fix for race conditions in cluster join.Alan Conway2009-02-031-1/+4
* Changed name of UpdateClient's queue from "\000qpid-update" to "qpid.qpid-upd...Kim van der Riet2009-02-031-2/+2
* Correction for: start a broker in cluster, send messages that are flow to dis...Carl C. Trieloff2009-01-301-0/+16
* Better error messages for not-attached exceptions.Alan Conway2009-01-291-9/+9
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-0/+369