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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug in SocketProxy causing occasional hangs in tests.
Alan Conway
2009-04-15
1
-2
/
+2
*
Update client test to use SubscriptionManager.
Alan Conway
2009-04-15
1
-26
/
+9
*
Fix regression: close shadow connections belonging to brokers that have left ...
Alan Conway
2009-04-14
2
-1
/
+60
*
Trivial fix for gcc 4.3 compiler (F10) "may be used uninitialized" error
Kim van der Riet
2009-04-13
1
-1
/
+2
*
Fix issues when cluster is run with persistence enabled.
Alan Conway
2009-04-11
14
-106
/
+468
*
Add durability option to the cpp failover_soak test.
Alan Conway
2009-04-09
4
-19
/
+54
*
cpp/src/tests/failover_soak.cpp: allow it to run with all modules loaded or o...
Alan Conway
2009-03-31
2
-32
/
+39
*
Lib tweaks
Stephen D. Huston
2009-03-27
17
-164
/
+164
*
Enable SocketProxy portability to Windows; fixes QPID-1765
Stephen D. Huston
2009-03-26
1
-41
/
+70
*
Fix some bashishms in test scripts
Manuel Teira Paz
2009-03-17
2
-11
/
+24
*
In testLoggerFormat:
Manuel Teira Paz
2009-03-17
1
-1
/
+1
*
QPID-1741: Fix for later versions of boost test API (from Jan Sarenik)
Gordon Sim
2009-03-17
1
-1
/
+8
*
Changes to build DLLs instead of static libs on Windows; primarily added deco...
Stephen D. Huston
2009-03-12
25
-447
/
+560
*
QPID-1729: trivial cleanup for shutdown in the case that perftest loses conne...
Gordon Sim
2009-03-12
1
-2
/
+4
*
QPID-1724: Allow replication events to be shared across multiple federations ...
Gordon Sim
2009-03-10
2
-1
/
+131
*
Added cluster ACL test, disabled for now as it exposes a memory leak in the S...
Alan Conway
2009-03-10
1
-35
/
+48
*
configure.ac:
Manuel Teira Paz
2009-03-10
8
-11
/
+23
*
Fix cluster TTL: replicte expiry information to newcomers.
Alan Conway
2009-03-09
2
-4
/
+16
*
QPID-1721: Fixes for replication between clusters when new members are added
Gordon Sim
2009-03-09
2
-2
/
+130
*
Ack outstanding messages before closing
Gordon Sim
2009-03-09
1
-0
/
+3
*
QPID-1719: extra test for federated cluster (includes node failure which requ...
Gordon Sim
2009-03-06
2
-2
/
+27
*
Moved a variable inside an assertion to avoid unused variable error when the ...
Jonathan Robie
2009-03-06
1
-2
/
+1
*
QPID-1719: Ensure management object id remain in sync across cluster.
Gordon Sim
2009-03-06
1
-5
/
+35
*
QPID-1718: Ensure that cancellation caused by e.g. SubscriptionManager::get()...
Gordon Sim
2009-03-05
1
-0
/
+18
*
QPID-1717: Check that target queue for replication events exists before atte...
Gordon Sim
2009-03-05
1
-0
/
+6
*
cluster: fix delivery-property.exchange-name set on updated messages.
Alan Conway
2009-03-05
3
-17
/
+17
*
QPID-1710: update test inline with modified method signature.
Gordon Sim
2009-03-04
1
-1
/
+1
*
cpp/src/tests/ForkedBroker.cpp: supress misleading exceptions with kill -9.
Alan Conway
2009-03-03
2
-4
/
+3
*
cluster::UpdateClient added missing error handling.
Alan Conway
2009-03-03
4
-38
/
+96
*
QPID-1707 Mick Goulish. Improved failover_soak code
Alan Conway
2009-03-03
1
-8
/
+19
*
Replicate connection decoder fragments to new members.
Alan Conway
2009-03-02
2
-2
/
+2
*
Remove -Wno-missing-field-initializers which is not supported by gcc3.4
Andrew Stitcher
2009-03-02
2
-3
/
+2
*
- Reworked DispatchHandler state machine to eliminate race conditions
Andrew Stitcher
2009-03-02
2
-11
/
+68
*
QPID-1705: added unit test for heartbeat firing after connection has failed over
Gordon Sim
2009-03-02
1
-0
/
+85
*
Sorry, forgot a crucial line in my last 'fix'!
Gordon Sim
2009-02-27
1
-0
/
+1
*
Fix test to account for failure after last message has been delivered, but be...
Gordon Sim
2009-02-27
1
-4
/
+8
*
Add browse option, useful for ad-hoc testing.
Gordon Sim
2009-02-26
1
-6
/
+9
*
Added a couple of extra options that are useful in ad-hoc testing.
Gordon Sim
2009-02-26
1
-7
/
+21
*
QPID-1693: Improvements to failover soak test from mgoulish@redhat.com
Gordon Sim
2009-02-26
1
-40
/
+129
*
Add FrameDecoder unit test, update comments in Cluster.h/cpp.
Alan Conway
2009-02-25
2
-1
/
+75
*
QPID-1685: Fixed ring queue policy
Gordon Sim
2009-02-25
1
-0
/
+9
*
Replace struct name to avoid clashing with similarly named struct in ClientSe...
Gordon Sim
2009-02-25
1
-3
/
+3
*
Fixed issue with producer flow control in a cluster.
Alan Conway
2009-02-24
3
-5
/
+4
*
QPID-1678 Mick Goulish: failover_soak using UUIDs for cluster name to avoid c...
Alan Conway
2009-02-24
2
-8
/
+9
*
QPID-1674 Mick Goulish: Fixes an error caused by a string going out of scope ...
Alan Conway
2009-02-23
2
-21
/
+24
*
Commit accepts of control messages (else they are left on queue)
Gordon Sim
2009-02-20
1
-0
/
+1
*
Merged win-pollable-condition branch changes 743545:746056 into trunk
Stephen D. Huston
2009-02-20
1
-0
/
+1
*
Ensure pythonpath is set correctly
Gordon Sim
2009-02-19
1
-0
/
+1
*
Fixed for cases where --subs > 1 and --iterations > 1
Gordon Sim
2009-02-18
1
-1
/
+14
*
Added tests for federated links to and from a cluster
Gordon Sim
2009-02-18
3
-3
/
+134
[next]