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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move client::Dispatcher destructor from .cpp to .h to avoid having to export ...
Stephen D. Huston
2009-04-23
3
-5
/
+12
*
Fix compile warning-turned-error
Stephen D. Huston
2009-04-23
1
-1
/
+1
*
Fixes to build under Visual Studio 2008
Andrew Stitcher
2009-04-23
4
-1
/
+4
*
Apply PIMPL pattern to client::Completion and client::Future.
Alan Conway
2009-04-23
10
-34
/
+129
*
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
*
Better logging around cpg_init, 30 second retry limit.
Alan Conway
2009-04-22
1
-4
/
+6
*
Apply PIMPL pattern to qpid::client::Message.
Alan Conway
2009-04-20
18
-79
/
+410
*
Small change to ClusterFixture which allows a different path to the cluster.s...
Kim van der Riet
2009-04-17
2
-16
/
+17
*
Remove LatencyMetric files
Stephen D. Huston
2009-04-17
1
-6
/
+0
*
Fix log message with incorrect level (critical should be debug).
Alan Conway
2009-04-16
1
-1
/
+1
*
Override the executable used by ForkedBroker by setting an env. var.
Alan Conway
2009-04-16
2
-3
/
+4
*
Changes missed in previous commit r765285.
Alan Conway
2009-04-16
1
-2
/
+0
*
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
*
Update set of generated source files
Stephen D. Huston
2009-04-15
1
-0
/
+6
*
Fix bug in SocketProxy causing occasional hangs in tests.
Alan Conway
2009-04-15
1
-2
/
+2
*
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
23
-186
/
+22
*
Update client test to use SubscriptionManager.
Alan Conway
2009-04-15
1
-26
/
+9
*
src/cluster.mk: removed non-existent file.
Alan Conway
2009-04-14
1
-1
/
+0
*
Fix regression: close shadow connections belonging to brokers that have left ...
Alan Conway
2009-04-14
4
-4
/
+64
*
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
36
-187
/
+866
*
Add durability option to the cpp failover_soak test.
Alan Conway
2009-04-09
4
-19
/
+54
*
QPID-1785: Prevent session.detach following execution.exception from destroyi...
Gordon Sim
2009-04-08
1
-3
/
+5
*
Cluster: fix exception handling if updater fails to connect to updatee.
Alan Conway
2009-04-06
3
-12
/
+11
*
cpp/src/tests/failover_soak.cpp: allow it to run with all modules loaded or o...
Alan Conway
2009-03-31
2
-32
/
+39
*
Fix lifecycle issue in ExpiryPolicy - remove deleted messages from unexpired ...
Alan Conway
2009-03-30
5
-2
/
+14
*
cpp/src/qpid/client/Handle.h: fix operator!()
Alan Conway
2009-03-30
1
-1
/
+4
*
Lib tweaks
Stephen D. Huston
2009-03-27
17
-164
/
+164
*
Need to see toFd from tests; related to QPID-1765
Stephen D. Huston
2009-03-27
1
-1
/
+2
*
Enable SocketProxy portability to Windows; fixes QPID-1765
Stephen D. Huston
2009-03-26
1
-41
/
+70
*
Revert r758359 STATUS_INVALID_PARAMETER changes; breaks build. Reopen QPID-1737
Stephen D. Huston
2009-03-25
4
-5
/
+5
*
Apply patch to s/STATUS_INVALID_PARAMETER/STATUS_PARAMETER_INVALID/ to build ...
Stephen D. Huston
2009-03-25
4
-6
/
+6
*
QPID-1771: fix as applied to branch as r757807.
Gordon Sim
2009-03-24
2
-3
/
+6
*
Remove unneeded size_t typedef; fixes QPID-1745
Stephen D. Huston
2009-03-17
1
-1
/
+0
*
Correct the handling of end-of-connection cases; fixes QPID-1550
Stephen D. Huston
2009-03-17
1
-12
/
+10
*
QPID-1744: fix as applied to branch in r755315.
Gordon Sim
2009-03-17
1
-0
/
+1
*
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
*
Fixes to the Solaris ECFPoller: Extra trace logging and a misplaced event
Manuel Teira Paz
2009-03-17
1
-4
/
+10
*
QPID-1741: Fix for later versions of boost test API (from Jan Sarenik)
Gordon Sim
2009-03-17
1
-1
/
+8
*
Add PLAIN auth client handling for Windows; fixes QPID-1733
Stephen D. Huston
2009-03-16
8
-58
/
+198
*
QPID-1673: Include BrokerImportExport header in distribution list.
Gordon Sim
2009-03-13
1
-2
/
+3
*
Changes to build DLLs instead of static libs on Windows; primarily added deco...
Stephen D. Huston
2009-03-12
150
-1578
/
+2570
*
QPID-1729: trivial cleanup for shutdown in the case that perftest loses conne...
Gordon Sim
2009-03-12
1
-2
/
+4
*
QPID-1728: Avoid logging error messages on 'shadow' connections that are outg...
Gordon Sim
2009-03-12
2
-31
/
+19
*
Fix problems buildling on gcc 4.4 and latest corosync.
Alan Conway
2009-03-11
1
-7
/
+17
*
Remove race condition in low level IO when throttling input
Andrew Stitcher
2009-03-11
1
-5
/
+7
[next]