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
*
Separate cluster::EventHeader to allow non-copy events.
Alan Conway
2009-01-16
3
-27
/
+51
*
Include CPG error code in message.
Alan Conway
2009-01-14
1
-16
/
+19
*
Fix --cluster-mast-max: errors in last commit.
Alan Conway
2009-01-09
7
-21
/
+24
*
Added --cluster-read-max: max number of outstanding mcasts in CPG buffers.
Alan Conway
2009-01-09
6
-17
/
+57
*
Fix for compatibility with latest corosync.
Alan Conway
2009-01-08
1
-7
/
+8
*
Fix to build on latest corosync versions.
Alan Conway
2009-01-08
2
-14
/
+14
*
cluster: handle multicast errors.
Alan Conway
2009-01-08
4
-7
/
+11
*
Consistent #if defined for header selectino.
Alan Conway
2009-01-07
1
-3
/
+3
*
cluster/OutputInterceptor.cpp: added locking around use of ClusterOutputinter...
Alan Conway
2009-01-06
1
-3
/
+14
*
cluster: Increase initial estimate controlling writes.
Alan Conway
2008-12-19
7
-13
/
+29
*
Handle package name changes in Fedora10: openais->corosync cman->cmanlib
Alan Conway
2008-12-17
3
-6
/
+13
*
Default --cluster-read-max to 0.
Alan Conway
2008-12-17
1
-2
/
+2
*
cluster/Event: store event header in the same buffer as data to simplify enco...
Alan Conway
2008-12-12
5
-30
/
+46
*
cluster: refactor multicast concerns into separate Multicaster class with sep...
Alan Conway
2008-12-11
8
-94
/
+234
*
sys/PollableQueue: dispatch in batches, allow put-back.
Alan Conway
2008-12-11
2
-19
/
+18
*
Remove un-necessary locks.
Alan Conway
2008-12-10
1
-8
/
+0
*
Applied name convention to class names: Capitalized names.
Ted Ross
2008-12-09
1
-1
/
+1
*
Cluster: Option --cluster-read-max configures read-to-redeliver flow-control.
Alan Conway
2008-12-09
4
-12
/
+17
*
Cluster: reduced scope of mcast locks.
Alan Conway
2008-12-08
2
-42
/
+25
*
Cluster: separated connection map lock to reduce contention.
Alan Conway
2008-12-08
3
-45
/
+108
*
src/qpid/cluster/OutputInterceptor.cpp: revert locking.
Alan Conway
2008-12-08
2
-4
/
+2
*
Cluster: fixed error in credit allocation.
Alan Conway
2008-12-08
2
-6
/
+6
*
OutputControl and subclasses: added giveReadCredit() for IO level flow control.
Alan Conway
2008-12-08
5
-4
/
+18
*
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
[next]