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
*
Code cleanup
Ted Ross
2010-04-23
2
-48
/
+0
*
Cluster management improvements:
Ted Ross
2010-04-23
1
-8
/
+1
*
QPID-2527: Remove Thread::id member as its uses are better implemented by com...
Andrew Stitcher
2010-04-21
1
-3
/
+3
*
Tidy up unnecessary includes in ConnectionSettings and fix consequences
Gordon Sim
2010-04-14
1
-0
/
+1
*
Update cluster store status with a single atomic write() operation.
Alan Conway
2010-04-01
3
-78
/
+78
*
Cluster: remove un-necessary code for config-seq.
Alan Conway
2010-03-31
7
-43
/
+13
*
Joining a cluster: don't push an empty store.
Alan Conway
2010-03-30
1
-0
/
+1
*
Fix hanging failover_soak test.
Alan Conway
2010-03-30
2
-4
/
+3
*
Cluster logging improvements: log config changes in the deliver thread.
Alan Conway
2010-03-30
4
-38
/
+50
*
Remove dead PeriodicTimer code.
Alan Conway
2010-03-30
2
-156
/
+0
*
Raise ClusterTimer lateness threshold to reduce noisy warnings.
Alan Conway
2010-03-29
2
-1
/
+4
*
Fix "Ignoring frame while closing connection" warnings in a cluster broker gi...
Alan Conway
2010-03-25
1
-1
/
+4
*
More generous overrun threshold for cluster timer to avoid excessive warnings.
Alan Conway
2010-03-25
1
-1
/
+5
*
Work-around for race condition in the IO layer.
Alan Conway
2010-03-15
1
-0
/
+6
*
New cluster member pushes store when joining an active cluster.
Alan Conway
2010-03-12
8
-63
/
+178
*
QPID-2436: Fix cluster update of remote agents.
Alan Conway
2010-03-08
3
-7
/
+16
*
Minor cleanup: removed unused parameter of initial-status in cluster.xml.
Alan Conway
2010-03-05
2
-6
/
+3
*
Don't generate debug snapshot messages unless debug logging enabled.
Alan Conway
2010-03-05
2
-9
/
+8
*
QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...
Gordon Sim
2010-03-05
5
-28
/
+39
*
Amended cluster error message for decoding failures.
Alan Conway
2010-03-03
1
-1
/
+1
*
Fix: decoding error causes cluster broker to exit.
Alan Conway
2010-03-01
1
-4
/
+16
*
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
[next]