summaryrefslogtreecommitdiff
path: root/qpid/cpp/xml
Commit message (Expand)AuthorAgeFilesLines
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-271-22/+0
* New cluster: core framework and initial implementation of enqueue logic.Alan Conway2010-10-251-0/+22
* Fix bug in cluster with authentication: nodes exit with "unauthorized-access"Alan Conway2010-07-201-1/+6
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-051-0/+6
* Fix regression in r956882, sporadic failures of client_test.cpp:testBadClient...Alan Conway2010-06-241-3/+1
* Fix cluster broker crashes when management is active.Alan Conway2010-06-221-1/+3
* Cluster handle connection-negotiation phase in local broker.Alan Conway2010-06-081-6/+4
* Cluster + SecurityMichael Goulish2010-05-141-0/+6
* Cluster: remove un-necessary code for config-seq.Alan Conway2010-03-311-1/+0
* Cluster logging improvements: log config changes in the deliver thread.Alan Conway2010-03-301-1/+3
* Minor cleanup: removed unused parameter of initial-status in cluster.xml.Alan Conway2010-03-051-1/+0
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-0/+4
* Consistent connection names across a cluster.Alan Conway2010-02-051-2/+9
* Synchronize management agent lists during cluster update.Alan Conway2010-02-051-1/+4
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-291-2/+6
* QPID-2357 Broker boot sequence doesn't synchronize when clustered - patch fro...Alan Conway2010-01-281-0/+8
* Cluster implementation of PeriodicTimer.Alan Conway2010-01-271-0/+5
* Fix cluster elder calculation to ensure unique elder.Alan Conway2010-01-271-0/+1
* Fix broker crash "confirmed N but only sent M" with managed agents running.Alan Conway2010-01-111-0/+5
* Added config-seq counter to track config changes since cluster init.Alan Conway2010-01-061-0/+2
* QPID-2296: Cluster errors when using acquire-mode-not-acquiredAlan Conway2009-12-221-0/+1
* Consistency checks for persistent cluster startup.Alan Conway2009-11-251-2/+4
* Verify stored cluster-id matches agreed cluster-id when joining a persistent ...Alan Conway2009-11-241-3/+1
* Support for restarting a persistent cluster.Alan Conway2009-11-241-5/+17
* Integrated InitialStatusMap into cluster code.Alan Conway2009-11-171-3/+3
* cluster::InitialStatusMap and unit tests, support for improved cluster join p...Alan Conway2009-11-171-0/+12
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-091-1/+6
* Fix race condition in cluster error handling.Alan Conway2009-07-311-2/+2
* Update queue listeners in the correct order.Alan Conway2009-07-161-2/+5
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-0/+1
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-4/+15
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-301-15/+19
* Make error-check a cluster-connection control rather than a cluster control.Alan Conway2009-06-181-13/+14
* Handle invalid AMPQ data to a cluster by closing the offending connection.Alan Conway2009-06-171-0/+5
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-161-3/+9
* 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-1/+2
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-0/+15
* Fix cluster TTL: replicte expiry information to newcomers.Alan Conway2009-03-091-3/+3
* Fixed race conditions in cluster.Alan Conway2009-03-081-1/+0
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-0/+1
* Replicate connection decoder fragments to new members.Alan Conway2009-03-021-0/+1
* Cluster security support:Alan Conway2009-02-121-0/+1
* Cluster support for message time-to-live.Alan Conway2009-02-091-0/+5
* Fix for race conditions in cluster join.Alan Conway2009-02-031-3/+3
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-13/+13
* sys/PollableQueue: dispatch in batches, allow put-back.Alan Conway2008-12-111-7/+1
* Cluster replicates queues/exchanges with same encode/decode functions as the ...Alan Conway2008-11-121-0/+5
* Include DeliveryRecord::credit in replication to new members.Alan Conway2008-11-111-0/+1
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-051-0/+12