index
:
delta/python-packages/qpid-python.git
0.10
0.12
0.14
0.16
0.18
0.20
0.22
0.24
0.26
0.28
0.30
0.32
0.32.x
0.5-fix
0.5-release
0.5.x-dev
0.6-release
0.6-release-windows-installer
0.8-release-candidates
M1
M2
M2.0.0.0_patch
M2.1-release
M2.1.1
M2.1.x
M2.x
M3-release
M4-RCs
QPID-2519
QPID-3216
QPID-3799-acl
QPID-4659
QPID-5048-maven3-build
QPID-5496_default_groups
QPID-5610-maven3-build-qmf-tools
QPID-6125-ProtocolRefactoring
QPID-6262-JavaBrokerNIO
aconway-amqp-tx
address-refactor
address-refactor2
asyncstore
broker-queue-refactor
client_restructure
cmake
deleteme
dep_removal
event-queue-2006-12-20
forrest-site
grkvlt-network-20101013
grkvlt-network-20110301
grkvlt-network-review
gs-amqp-1-0-sandbox
help
java-broker-0-10
java-broker-amqp-1-0-management
java-broker-bdb-ha
java-broker-bdb-ha2
java-broker-config-qpid-4390
java-broker-config-store-changes
java-broker-vhost-refactor
java-config-and-management
java-network-refactor
java.multi_version
jmsselectors
jmx_mc_gsoc09
kwall_030_tmp
linearstore
mcpierce-QPID-4719
mgmt-devel
new_persistence
perftesting
perftesting_persistent
pre-M3
qmf-devel0.7
qmf-devel0.7a
qmfv2
qpid-1673
qpid-2393
qpid-2920
qpid-2920-1
qpid-2920-active
qpid-2920-standby
qpid-2935
qpid-3079
qpid-3163
qpid-3346
qpid-3603
qpid-3603-2
qpid-3603-3
qpid-3603-4
qpid-3603-5
qpid-3603-6
qpid-3603-7
qpid-3603-kgiusti
qpid-3606
qpid-3767
qpid-3890
qpid-3902
qpid-4631
qpid-530
qpid-cpp-0.34-rc
qpid-cpp-0.34-rc-winpkg
qpid.0-10
qpid.0-9
qpid.rnr
rajith_jms_client
rajith_tmp
rg-amqp-1-0-sandbox
thegreatmerge
trunk
win-pollable-condition
git.apache.org: qpid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpp
/
src
/
qpid
/
cluster
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix cluster abort on shutdown in ClusterTimer::fire.
Alan Conway
2010-02-26
3
-2
/
+7
*
Last member of a cluster always has clean store.
Alan Conway
2010-02-25
3
-3
/
+15
*
Removed unecessary include of Msg.h in Exception.h
Andrew Stitcher
2010-02-25
1
-0
/
+1
*
Consistent connection names across a cluster.
Alan Conway
2010-02-05
5
-31
/
+67
*
Synchronize management agent lists during cluster update.
Alan Conway
2010-02-05
5
-37
/
+59
*
Fix cluster bug introduced in r905674, incorrect frame-sequence count.
Alan Conway
2010-02-02
1
-1
/
+1
*
QPID-2384: Fix for problem of cluster nodes recovering from both cluster and ...
Kim van der Riet
2010-02-02
1
-1
/
+3
*
Cluster: fix update of failover exchange.
Alan Conway
2010-02-02
3
-5
/
+12
*
Cluster: debug snapshots of queue depth at broker join, help find inconsisten...
Alan Conway
2010-02-02
4
-10
/
+39
*
Replace PeriodicTimer with ClusterTimer, which inherits from Timer.
Alan Conway
2010-01-29
4
-23
/
+207
*
Change the heuristic used to alter the send estimate up and down.
Michael Goulish
2010-01-29
1
-2
/
+2
*
Fixed missing ManagementAgent test, causing core dumps in cluster with --mgmt...
Alan Conway
2010-01-29
1
-8
/
+9
*
QPID-2357 Broker boot sequence doesn't synchronize when clustered - patch fro...
Alan Conway
2010-01-28
4
-0
/
+44
*
Fixed cluster error "Not enough for multicast header"
Alan Conway
2010-01-28
1
-8
/
+5
*
Fix for QPID-2373 - Durable exchange state not replicated to broker joining c...
Kim van der Riet
2010-01-28
1
-0
/
+3
*
QPID_2634 Management updates in timer create inconsistencies in a cluster.
Alan Conway
2010-01-27
3
-12
/
+21
*
Cluster implementation of PeriodicTimer.
Alan Conway
2010-01-27
4
-6
/
+171
*
In clustered broker: move construction of broker::Connections to the cluster ...
Alan Conway
2010-01-27
3
-57
/
+101
*
Fix cluster elder calculation to ensure unique elder.
Alan Conway
2010-01-27
7
-13
/
+46
*
Cluster-safe assertions.
Alan Conway
2010-01-20
1
-0
/
+6
*
Removed dead code - cluster::Connection::left()
Alan Conway
2010-01-19
2
-9
/
+0
*
Removed dead code: OutputTask::hasOutput and Queue::checkForMessages.
Alan Conway
2010-01-14
2
-2
/
+0
*
Fix broker crash "confirmed N but only sent M" with managed agents running.
Alan Conway
2010-01-11
4
-2
/
+24
*
Add cluster watchdog plugin to cmake build.
Alan Conway
2010-01-07
1
-1
/
+2
*
Make cluster::StoreStatus::load/save no-ops if broker has no data-dir.
Alan Conway
2010-01-06
1
-0
/
+2
*
Fix uninitialized read error in cluster::StoreStatus.
Alan Conway
2010-01-06
1
-7
/
+22
*
Revert "Make cluster update work out of the box without special authenticatio...
Alan Conway
2010-01-06
2
-4
/
+4
*
Added config-seq counter to track config changes since cluster init.
Alan Conway
2010-01-06
9
-54
/
+108
*
Exception handling for URL parsing in cluster.
Alan Conway
2010-01-06
2
-8
/
+16
*
Don't hold up broker initialization for cluster initialization.
Alan Conway
2010-01-06
3
-42
/
+11
*
QPID-2296: Cluster errors when using acquire-mode-not-acquired
Alan Conway
2009-12-22
3
-3
/
+5
*
QPID-2282: test_watchdog failing due to incorrect use of env. vars
Alan Conway
2009-12-16
1
-1
/
+1
*
QPID-2266: error sending update: Enqueue capacity threshold exceeded
Alan Conway
2009-12-11
5
-8
/
+57
*
Add retry capability to several cpg calls.
Michael Goulish
2009-12-11
2
-3
/
+96
*
QPID-2253 - Cluster node shuts down with inconsistent error.
Alan Conway
2009-12-09
1
-5
/
+4
*
QPID-2231: Cluster + store fails with default data-directory
Alan Conway
2009-12-03
1
-7
/
+7
*
Make cluster update work out of the box without special authentication options.
Alan Conway
2009-12-01
2
-4
/
+4
*
Cluster consistency: check for no clean store condition.
Alan Conway
2009-11-26
4
-24
/
+54
*
Consistency checks for persistent cluster startup.
Alan Conway
2009-11-25
6
-28
/
+53
*
Verify stored cluster-id matches agreed cluster-id when joining a persistent ...
Alan Conway
2009-11-24
4
-41
/
+49
*
Support for restarting a persistent cluster.
Alan Conway
2009-11-24
10
-83
/
+337
*
Added cluster option --cluster-size.
Alan Conway
2009-11-18
5
-14
/
+13
*
Added missing #include <algorithm>
Alan Conway
2009-11-17
1
-0
/
+1
*
Integrated InitialStatusMap into cluster code.
Alan Conway
2009-11-17
12
-134
/
+261
*
cluster::InitialStatusMap and unit tests, support for improved cluster join p...
Alan Conway
2009-11-17
7
-14
/
+207
*
QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...
Gordon Sim
2009-11-09
5
-20
/
+43
*
QPID-2191: Fix browsing behaviour where messages may have been released out o...
Gordon Sim
2009-11-09
2
-0
/
+2
*
Reduce redundancy in cluster log output.
Alan Conway
2009-10-28
1
-5
/
+1
*
Fix problems with sessions going out of scope and session numbers wrapping ar...
Alan Conway
2009-10-21
1
-0
/
+1
*
Change CPG initialization log message to notice level.
Alan Conway
2009-10-19
1
-2
/
+2
[next]