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
/
Cluster.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor cluster optimizations.
Alan Conway
2009-07-14
1
-1
/
+1
*
Add directory to #include
Alan Conway
2009-07-14
1
-7
/
+7
*
Fix cluster handling of multiple errors.
Alan Conway
2009-07-10
1
-1
/
+2
*
Minor improvement to cluster logging.
Alan Conway
2009-07-09
1
-3
/
+6
*
Fix members joining cluster while cluster is handling client errors.
Alan Conway
2009-07-01
1
-27
/
+52
*
Fix members joining cluster while cluster is handling client errors.
Alan Conway
2009-07-01
1
-21
/
+88
*
Fix cluster race condition with connections closed by broker while in use.
Alan Conway
2009-06-30
1
-11
/
+33
*
Make error-check a cluster-connection control rather than a cluster control.
Alan Conway
2009-06-18
1
-15
/
+2
*
Handle invalid AMPQ data to a cluster by closing the offending connection.
Alan Conway
2009-06-17
1
-2
/
+12
*
Performance improvements in AggregateOutput and SemanticState.
Alan Conway
2009-06-16
1
-3
/
+6
*
Added missing locks in cluster code.
Alan Conway
2009-05-27
1
-3
/
+10
*
Add missing null body check in ErrorCheck
Alan Conway
2009-05-20
1
-5
/
+11
*
Instrumentation for measuring latencies.
Alan Conway
2009-05-19
1
-6
/
+15
*
Undo change from r774809.
Alan Conway
2009-05-15
1
-63
/
+3
*
Fix for unpredictable enqueues by timer-triggered management code in a cluster.
Alan Conway
2009-05-14
1
-3
/
+131
*
QPID-1843 - Cleaned up the interface to the broker's internal management agent.
Ted Ross
2009-05-11
1
-2
/
+2
*
Fix leak of Decoder map entries.
Alan Conway
2009-05-11
1
-0
/
+1
*
Remove useless qpid/shared_ptr.h wrapper.
Alan Conway
2009-05-06
1
-1
/
+1
*
LatenchTracker: a tool for measuring latencies.
Alan Conway
2009-05-04
1
-7
/
+14
*
Improved & simplified cluster output algorithm.
Alan Conway
2009-04-29
1
-2
/
+0
*
Cleaned up some un-necessary #include dependencies.
Alan Conway
2009-04-15
1
-3
/
+0
*
Fix regression: close shadow connections belonging to brokers that have left ...
Alan Conway
2009-04-14
1
-2
/
+2
*
Fix issues when cluster is run with persistence enabled.
Alan Conway
2009-04-11
1
-11
/
+47
*
Cluster: fix exception handling if updater fails to connect to updatee.
Alan Conway
2009-04-06
1
-7
/
+7
*
Fix cluster TTL: replicte expiry information to newcomers.
Alan Conway
2009-03-09
1
-8
/
+2
*
QPID-1721: Fixes for replication between clusters when new members are added
Gordon Sim
2009-03-09
1
-1
/
+3
*
Fixed race conditions in cluster.
Alan Conway
2009-03-08
1
-78
/
+100
*
Cluster: restore separate event/frame threads.
Alan Conway
2009-03-05
1
-48
/
+39
*
cluster: fix delivery-property.exchange-name set on updated messages.
Alan Conway
2009-03-05
1
-21
/
+40
*
Replicate connection decoder fragments to new members.
Alan Conway
2009-03-02
1
-60
/
+78
*
cluster: apply membership updates while in CATCHUP mode.
Alan Conway
2009-02-27
1
-9
/
+8
*
Add FrameDecoder unit test, update comments in Cluster.h/cpp.
Alan Conway
2009-02-25
1
-2
/
+2
*
Fix race condition: move all calls on Decoder into event delivery thread.
Alan Conway
2009-02-25
1
-2
/
+6
*
Minor fixes.
Alan Conway
2009-02-17
1
-5
/
+0
*
Cluster security support:
Alan Conway
2009-02-12
1
-7
/
+14
*
Fix cluster flow control bug: hang with large messages (>frame-max) and low -...
Alan Conway
2009-02-10
1
-1
/
+1
*
Cluster support for message time-to-live.
Alan Conway
2009-02-09
1
-10
/
+21
*
Fix seg fault if cluster and management are enabled.
Alan Conway
2009-02-06
1
-7
/
+8
*
Fix race condition with deleted local connections.
Alan Conway
2009-02-04
1
-3
/
+4
*
Cluster sets recovery flag on Broker for first member in cluster.
Alan Conway
2009-02-04
1
-19
/
+36
*
Fix for race conditions in cluster join.
Alan Conway
2009-02-03
1
-64
/
+60
*
Fix bug in frame drop logic.
Alan Conway
2009-02-02
1
-1
/
+1
*
Fix cluster race condition for new members joining.
Alan Conway
2009-01-29
1
-1
/
+1
*
Better error messages for not-attached exceptions.
Alan Conway
2009-01-29
1
-6
/
+0
*
Remove defunct --cluster-mcast-max optionn.
Alan Conway
2009-01-28
1
-2
/
+2
*
cluster/EventFrame.cpp: Add operator<< for EventFrame
Alan Conway
2009-01-27
1
-2
/
+2
*
Cluster rename: dump -> update, newbie -> joiner
Alan Conway
2009-01-27
1
-54
/
+53
*
cluster: Add sequence number to events & frames
Alan Conway
2009-01-27
1
-24
/
+7
*
Added qpid-cluster utility plus model changes to support it.
Ted Ross
2009-01-26
1
-15
/
+47
*
QPID-1567: More changes to make clustering and federation work together
Gordon Sim
2009-01-22
1
-1
/
+13
[next]