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
*
Some fixes to QPID-1879 so that clustering still works:
Andrew Stitcher
2009-06-01
1
-3
/
+1
*
QPID-1819: ensure that security layer implementation can cope with the case w...
Gordon Sim
2009-06-01
1
-0
/
+20
*
make cluster.py executable fix typo in test script
Gordon Sim
2009-05-29
2
-1
/
+1
*
Fix from gsim for python path; also changed name of QPID_CONFIG environment v...
Kim van der Riet
2009-05-27
2
-12
/
+15
*
QPID-1873: Further test case contributed by Mick Goulish.
Gordon Sim
2009-05-27
1
-0
/
+25
*
Fixed erroneous use of arg::durable in messageTransfer()
Kim van der Riet
2009-05-27
1
-43
/
+50
*
Set log level for forked brokers to notice+ rather than error+.
Alan Conway
2009-05-27
1
-1
/
+1
*
QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on n...
Gordon Sim
2009-05-27
1
-0
/
+52
*
Persistent cluster test added which checks for recovery of queue and messages...
Kim van der Riet
2009-05-26
2
-39
/
+84
*
Added installable python cluster tests that can be run from an external store...
Kim van der Riet
2009-05-26
8
-20
/
+1051
*
Optimized TopicExchange matching.
Alan Conway
2009-05-22
1
-119
/
+73
*
More work on cmake:
Andrew Stitcher
2009-05-14
2
-8
/
+16
*
Windows adjustments to run tests
Stephen D. Huston
2009-05-11
1
-2
/
+3
*
Patch small probs building tests, examples on Windows
Stephen D. Huston
2009-05-11
1
-14
/
+12
*
Cmake fixes:
Andrew Stitcher
2009-05-11
1
-4
/
+6
*
Added method to test validity of session object.
Gordon Sim
2009-05-11
1
-0
/
+7
*
More work on cmake: Get many more tests working on Linux now
Andrew Stitcher
2009-05-07
2
-12
/
+62
*
DeliveryRecord optimizations.
Alan Conway
2009-05-06
1
-1
/
+1
*
Remove useless qpid/shared_ptr.h wrapper.
Alan Conway
2009-05-06
1
-3
/
+3
*
Remove client::Execution and FrameSet from the public API.
Alan Conway
2009-05-06
1
-2
/
+1
*
Changed name of store switch environment variable
Kim van der Riet
2009-05-05
1
-24
/
+24
*
Applied PIMPL pattern to SubscriptionManager.
Alan Conway
2009-05-04
9
-3
/
+11
*
Refactored the DispatchHandle/Poller code to remove a long standing
Andrew Stitcher
2009-05-04
1
-25
/
+33
*
Some more fixes to build under Visual Studio 2008
Andrew Stitcher
2009-05-03
2
-2
/
+2
*
Add Visual Studio sln/vcproj files to EXTRA_DIST to include them in releases;...
Stephen D. Huston
2009-05-01
1
-1
/
+18
*
Cluster test code now has a persistence switch controlled by the environment....
Kim van der Riet
2009-05-01
7
-112
/
+175
*
Help more tests run
Stephen D. Huston
2009-04-30
2
-40
/
+23
*
Fixed testShlib and testAutoShlib path typo
Kim van der Riet
2009-04-30
1
-2
/
+2
*
Pass platform's shared lib prefix, suffix to test progs that need it; use it ...
Stephen D. Huston
2009-04-29
3
-25
/
+25
*
Add tests; revise checks for C++ headers to uuse C++, not C
Stephen D. Huston
2009-04-28
2
-160
/
+228
*
Merge in initial changes to allow building with CMake; rubygen and management...
Stephen D. Huston
2009-04-23
1
-0
/
+253
*
Fix compile warning-turned-error
Stephen D. Huston
2009-04-23
1
-1
/
+1
*
Apply PIMPL pattern to client::Completion and client::Future.
Alan Conway
2009-04-23
1
-0
/
+13
*
Fix valgrind error in PollableCondition unit test.
Alan Conway
2009-04-22
1
-1
/
+1
*
Unit test for PollableCondition.
Alan Conway
2009-04-22
2
-1
/
+119
*
Apply PIMPL pattern to qpid::client::Message.
Alan Conway
2009-04-20
5
-6
/
+54
*
Small change to ClusterFixture which allows a different path to the cluster.s...
Kim van der Riet
2009-04-17
2
-16
/
+17
*
Override the executable used by ForkedBroker by setting an env. var.
Alan Conway
2009-04-16
2
-3
/
+4
*
Removed defunct interop_runner test, was never updated from 0-8 channel API.
Alan Conway
2009-04-15
9
-793
/
+0
*
Clean up temporary data directories in tests.
Alan Conway
2009-04-15
4
-19
/
+30
*
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
[next]