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
*
cluster: add Event size to encoded header.
Alan Conway
2008-12-03
3
-8
/
+11
*
Fix bad assert(), causing compile failures in debug builds.
Alan Conway
2008-12-03
1
-1
/
+1
*
PollableQueue: fix unsafe use of deque
Alan Conway
2008-12-02
2
-8
/
+5
*
Cluster: handle CPG flow-control conditions.
Alan Conway
2008-12-02
8
-56
/
+80
*
cluster: Queue outgoing multicast events.
Alan Conway
2008-12-01
2
-7
/
+9
*
Added cluster log messages.
Alan Conway
2008-11-28
3
-21
/
+18
*
Cluster.cpp: Fixed last-node-standing logic, better logging.
Alan Conway
2008-11-26
2
-70
/
+73
*
Fix seg fault caused by exceptiosn thrown in Cluster ctor.
Alan Conway
2008-11-19
1
-1
/
+1
*
Fix --cluster-cman option to enable cman integration.
Alan Conway
2008-11-19
6
-34
/
+30
*
Optional cluster integration with cman quorum service.
Alan Conway
2008-11-18
7
-1
/
+195
*
Cluster replicates queues/exchanges with same encode/decode functions as the ...
Alan Conway
2008-11-12
3
-15
/
+33
*
Include DeliveryRecord::credit in replication to new members.
Alan Conway
2008-11-11
3
-4
/
+8
*
Restrict connection close codes to the set defined in the spec
Gordon Sim
2008-11-06
1
-1
/
+1
*
Cluster: clean up connections when a member leaves the cluster.
Alan Conway
2008-11-05
3
-0
/
+22
*
Cluster: replicate transaction state to newcomers.
Alan Conway
2008-11-05
5
-35
/
+126
*
constants.rb: generate type code constants for AMQP types. Useful with Array.
Alan Conway
2008-11-04
4
-31
/
+78
*
Cluster returns connection exception for un-supported AMQP features.
Alan Conway
2008-10-31
2
-4
/
+26
*
Replicate session state for un-acknowledged messages to new cluster members.
Alan Conway
2008-10-30
4
-34
/
+145
*
Minor changes to provide access for cluster to replicate delivery records.
Alan Conway
2008-10-23
1
-1
/
+1
*
cluster: DumpClient replicates session MessageBuilder.
Alan Conway
2008-10-20
2
-10
/
+18
*
cluster: DumpClient updates consumer notifyEnabled and blocked.
Alan Conway
2008-10-20
3
-1
/
+19
*
Added missing message.subscribe arguments to SemanticState::ConsumerImpl for ...
Alan Conway
2008-10-16
1
-7
/
+4
*
Add UUID generated for each new cluster instance.
Alan Conway
2008-10-16
3
-36
/
+51
*
Fix race in cluster causing incorrect known-broker lists to be sent to clients.
Alan Conway
2008-10-16
8
-173
/
+241
*
Minor cleanup for client failover.
Alan Conway
2008-10-14
1
-8
/
+7
*
Bug fixes for client-side failover.
Alan Conway
2008-10-14
2
-2
/
+8
*
QPID-1340 froM Mick Goulish: preliminary client-side failover support.
Alan Conway
2008-10-10
1
-0
/
+1
*
Client-side support for amq.faiover exchange. Connection::getKnownBrokers pro...
Alan Conway
2008-10-09
3
-43
/
+41
*
broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.
Alan Conway
2008-10-07
7
-26
/
+219
*
Rename size() to encodedSize() for encoded types to allow std collection inte...
Alan Conway
2008-10-07
2
-2
/
+2
*
Cluster join & brain-dumps working.
Alan Conway
2008-10-03
19
-808
/
+633
*
QPID-1306
Carl C. Trieloff
2008-09-30
2
-2
/
+15
*
Added missing locks in cluster code.
Alan Conway
2008-09-27
3
-1
/
+4
*
Clean up end-of-dump protocol for new cluster members.
Alan Conway
2008-09-26
10
-79
/
+38
*
Call updateMemberStats for the first member of the cluster.
Alan Conway
2008-09-26
1
-0
/
+1
*
Bugfix, tests were crashing.
Alan Conway
2008-09-26
1
-15
/
+16
*
cluster:]
Alan Conway
2008-09-26
6
-53
/
+70
*
Fix build problems on rhel 5.2 and 64-bit encoding bug.
Alan Conway
2008-09-26
5
-12
/
+17
*
Enabled management, add cluster shutdown command.
Alan Conway
2008-09-25
7
-93
/
+73
*
Cluster replicates session command sequence state and consumers to newcomers.
Alan Conway
2008-09-24
13
-120
/
+233
*
Fixed error handling session-busy condition on broker.
Alan Conway
2008-09-22
2
-1
/
+11
*
DumpClient send connections & session IDs to new members.
Alan Conway
2008-09-21
16
-87
/
+203
*
Clean up unused members/tests
Alan Conway
2008-09-19
1
-0
/
+8
*
Dump shared state to new cluster members.
Alan Conway
2008-09-18
14
-65
/
+173
*
Refactor Cluster logic into separate handlers for Joining & Member modes.
Alan Conway
2008-09-18
17
-165
/
+529
*
- added member stats
Carl C. Trieloff
2008-09-17
3
-9
/
+23
*
- wire in more cluster stats
Carl C. Trieloff
2008-09-17
2
-2
/
+16
*
- implement mgnt clusternode stop
Carl C. Trieloff
2008-09-16
1
-2
/
+3
*
- add mgnt schema for cluster
Carl C. Trieloff
2008-09-16
3
-1
/
+112
*
Fix race in cluster join protocol.
Alan Conway
2008-09-16
5
-109
/
+126
[next]