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
*
Apply PIMPL pattern to client::Completion and client::Future.
Alan Conway
2009-04-23
1
-0
/
+1
*
Better logging around cpg_init, 30 second retry limit.
Alan Conway
2009-04-22
1
-4
/
+6
*
Fix log message with incorrect level (critical should be debug).
Alan Conway
2009-04-16
1
-1
/
+1
*
Removed un-used LatencyMetric hack: missed in lat commit.
Alan Conway
2009-04-15
3
-7
/
+1
*
Cleaned up some un-necessary #include dependencies.
Alan Conway
2009-04-15
8
-18
/
+5
*
Fix regression: close shadow connections belonging to brokers that have left ...
Alan Conway
2009-04-14
2
-3
/
+4
*
Fix issues when cluster is run with persistence enabled.
Alan Conway
2009-04-11
14
-74
/
+357
*
Cluster: fix exception handling if updater fails to connect to updatee.
Alan Conway
2009-04-06
3
-12
/
+11
*
Fix lifecycle issue in ExpiryPolicy - remove deleted messages from unexpired ...
Alan Conway
2009-03-30
2
-1
/
+8
*
QPID-1771: fix as applied to branch as r757807.
Gordon Sim
2009-03-24
2
-3
/
+6
*
Fix problems buildling on gcc 4.4 and latest corosync.
Alan Conway
2009-03-11
1
-7
/
+17
*
Cluster authentication settings default to empty.
Alan Conway
2009-03-10
1
-1
/
+1
*
Fix cluster TTL: replicte expiry information to newcomers.
Alan Conway
2009-03-09
9
-58
/
+79
*
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
15
-349
/
+357
*
QPID-1719: Ensure management object id remain in sync across cluster.
Gordon Sim
2009-03-06
2
-2
/
+2
*
Cluster: restore separate event/frame threads.
Alan Conway
2009-03-05
4
-89
/
+70
*
cluster: fix delivery-property.exchange-name set on updated messages.
Alan Conway
2009-03-05
13
-56
/
+111
*
cluster::UpdateClient added missing error handling.
Alan Conway
2009-03-03
1
-14
/
+17
*
Replicate connection decoder fragments to new members.
Alan Conway
2009-03-02
18
-388
/
+200
*
Add lock to cluster::ConnectionMap, make it thread safe.
Alan Conway
2009-02-27
2
-11
/
+13
*
cluster: apply membership updates while in CATCHUP mode.
Alan Conway
2009-02-27
2
-10
/
+11
*
Fix to avoid spinning if an exception is thrown in cluster::PollableQueue.
Alan Conway
2009-02-26
1
-0
/
+2
*
Remove "flow enabled" log messages.
Alan Conway
2009-02-26
2
-10
/
+7
*
Add FrameDecoder unit test, update comments in Cluster.h/cpp.
Alan Conway
2009-02-25
2
-4
/
+7
*
Fix race condition: move all calls on Decoder into event delivery thread.
Alan Conway
2009-02-25
1
-2
/
+6
*
Fixed issue with producer flow control in a cluster.
Alan Conway
2009-02-24
10
-12
/
+100
*
Minor fixes.
Alan Conway
2009-02-17
1
-5
/
+0
*
Cluster start-up retries to handle slow cman start-up.
Alan Conway
2009-02-14
2
-7
/
+11
*
Enable --cluster-cman option if built with libcman support.
Alan Conway
2009-02-12
2
-2
/
+3
*
Cluster security support:
Alan Conway
2009-02-12
8
-51
/
+99
*
Fix race condition with read-credit.
Alan Conway
2009-02-11
2
-0
/
+2
*
Fix memory leak in cluster code.
Alan Conway
2009-02-11
3
-7
/
+14
*
Remove unused class and clean up some FIXME comments.
Alan Conway
2009-02-10
5
-111
/
+8
*
Fix cluster flow control bug: hang with large messages (>frame-max) and low -...
Alan Conway
2009-02-10
10
-17
/
+38
*
Cluster support for message time-to-live.
Alan Conway
2009-02-09
9
-28
/
+202
*
Demote CPG flow control warning message to debug.
Alan Conway
2009-02-09
1
-1
/
+1
*
Fix seg fault if cluster and management are enabled.
Alan Conway
2009-02-06
1
-7
/
+8
*
QPID-1618 from Mick Goulish: brokers joining cluster store persistent message...
Alan Conway
2009-02-05
1
-0
/
+5
*
Fix race condition with deleted local connections.
Alan Conway
2009-02-04
3
-5
/
+10
*
Fix assertion due to doOutput control being sent after local connection closed.
Alan Conway
2009-02-04
3
-6
/
+9
*
Fix memory error in ClusterPlugin.
Alan Conway
2009-02-04
2
-7
/
+8
*
Cluster sets recovery flag on Broker for first member in cluster.
Alan Conway
2009-02-04
3
-28
/
+52
*
Clean up error messages.
Alan Conway
2009-02-04
1
-14
/
+14
*
Fix for race conditions in cluster join.
Alan Conway
2009-02-03
21
-227
/
+508
*
Changed name of UpdateClient's queue from "\000qpid-update" to "qpid.qpid-upd...
Kim van der Riet
2009-02-03
1
-2
/
+2
*
Fix bug in frame drop logic.
Alan Conway
2009-02-02
1
-1
/
+1
*
Correction for: start a broker in cluster, send messages that are flow to dis...
Carl C. Trieloff
2009-01-30
1
-0
/
+16
*
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
3
-18
/
+9
[next]