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
/
qpid
/
cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Applied PIMPL pattern to SubscriptionManager.
Alan Conway
2009-05-04
20
-134
/
+552
*
Undo buggy commit 770802.
Alan Conway
2009-05-04
2
-9
/
+10
*
Refactored the DispatchHandle/Poller code to remove a long standing
Andrew Stitcher
2009-05-04
11
-381
/
+313
*
Fixed ExchangeRegistry definitions to match changed declarations
Andrew Stitcher
2009-05-03
1
-4
/
+2
*
Some more fixes to build under Visual Studio 2008
Andrew Stitcher
2009-05-03
12
-36
/
+39
*
Add Visual Studio sln/vcproj files to EXTRA_DIST to include them in releases;...
Stephen D. Huston
2009-05-01
9
-26
/
+46
*
Fixed CMake build
Andrew Stitcher
2009-05-01
1
-2
/
+2
*
Add qpidbroker.vcproj to windows_dist files; fixes QPID-1835
Stephen D. Huston
2009-05-01
1
-0
/
+1
*
Replace std::list with std::deque for SemanticState::unacked - more efficient...
Alan Conway
2009-05-01
6
-22
/
+20
*
Cluster test code now has a persistence switch controlled by the environment....
Kim van der Riet
2009-05-01
7
-112
/
+175
*
Apply PIMPL pattern to qpid::client::LocalQueue
Alan Conway
2009-05-01
7
-53
/
+218
*
Remove workaround for buggy corosync headers, no longer needed.
Alan Conway
2009-05-01
1
-7
/
+3
*
Code generator changes missed on last commit.
Alan Conway
2009-05-01
1
-2
/
+3
*
Cleaned up PIMPL pattern for public API
Alan Conway
2009-05-01
17
-279
/
+178
*
Help more tests run
Stephen D. Huston
2009-04-30
2
-40
/
+23
*
Add extern for run() so tests can link correctly on Windows
Stephen D. Huston
2009-04-30
1
-1
/
+4
*
Fixed testShlib and testAutoShlib path typo
Kim van der Riet
2009-04-30
1
-2
/
+2
*
Made cmake config more like the autotools version
Andrew Stitcher
2009-04-30
4
-42
/
+88
*
Pass platform's shared lib prefix, suffix to test progs that need it; use it ...
Stephen D. Huston
2009-04-29
3
-25
/
+25
*
Fix locating of LIBCPG; removed deleted WriteEstimate.cpp, .h files
Stephen D. Huston
2009-04-29
1
-7
/
+4
*
Improved & simplified cluster output algorithm.
Alan Conway
2009-04-29
11
-175
/
+37
*
Removed code that prevents cmake build from raw checkout
Andrew Stitcher
2009-04-28
1
-3
/
+0
*
Fixed to allow use of cmake 2.4
Andrew Stitcher
2009-04-28
7
-58
/
+56
*
Ensure socket is closed when exception occurs during encode/decode.
Gordon Sim
2009-04-28
1
-1
/
+3
*
Add tests; revise checks for C++ headers to uuse C++, not C
Stephen D. Huston
2009-04-28
4
-177
/
+242
*
Fix compile error - missing config.h check and QPIDC_MODULE_DIR, QPIDC_CONF_FILE
Stephen D. Huston
2009-04-27
2
-9
/
+11
*
Added missing const clause for putBin128.
Ted Ross
2009-04-24
2
-2
/
+2
*
Merge in initial changes to allow building with CMake; rubygen and management...
Stephen D. Huston
2009-04-23
21
-44
/
+1564
*
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
11
-35
/
+131
*
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
*
File missed in previous commit.
Alan Conway
2009-04-21
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
2
-2
/
+1
*
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
[next]