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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactored the DispatchHandle/Poller code to remove a long standing
Andrew Stitcher
2009-05-04
10
-356
/
+280
*
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
10
-34
/
+37
*
Replace std::list with std::deque for SemanticState::unacked - more efficient...
Alan Conway
2009-05-01
6
-22
/
+20
*
Apply PIMPL pattern to qpid::client::LocalQueue
Alan Conway
2009-05-01
6
-53
/
+216
*
Remove workaround for buggy corosync headers, no longer needed.
Alan Conway
2009-05-01
1
-7
/
+3
*
Cleaned up PIMPL pattern for public API
Alan Conway
2009-05-01
16
-276
/
+177
*
Add extern for run() so tests can link correctly on Windows
Stephen D. Huston
2009-04-30
1
-1
/
+4
*
Improved & simplified cluster output algorithm.
Alan Conway
2009-04-29
10
-173
/
+37
*
Ensure socket is closed when exception occurs during encode/decode.
Gordon Sim
2009-04-28
1
-1
/
+3
*
Fix compile error - missing config.h check and QPIDC_MODULE_DIR, QPIDC_CONF_FILE
Stephen D. Huston
2009-04-27
1
-1
/
+3
*
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
5
-6
/
+8
*
Move client::Dispatcher destructor from .cpp to .h to avoid having to export ...
Stephen D. Huston
2009-04-23
2
-5
/
+3
*
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
8
-34
/
+114
*
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
12
-70
/
+349
*
Fix log message with incorrect level (critical should be debug).
Alan Conway
2009-04-16
1
-1
/
+1
*
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
*
Fix regression: close shadow connections belonging to brokers that have left ...
Alan Conway
2009-04-14
2
-3
/
+4
*
Fix issues when cluster is run with persistence enabled.
Alan Conway
2009-04-11
21
-81
/
+395
*
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
*
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
*
Need to see toFd from tests; related to QPID-1765
Stephen D. Huston
2009-03-27
1
-1
/
+2
*
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
*
Fixes to the Solaris ECFPoller: Extra trace logging and a misplaced event
Manuel Teira Paz
2009-03-17
1
-4
/
+10
*
Add PLAIN auth client handling for Windows; fixes QPID-1733
Stephen D. Huston
2009-03-16
1
-0
/
+139
*
Changes to build DLLs instead of static libs on Windows; primarily added deco...
Stephen D. Huston
2009-03-12
117
-957
/
+1314
*
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
*
Update versions to 0.5
Martin Ritchie
2009-03-11
1
-1
/
+1
*
QPID-1725: Revised some lock scopes in management and link registry to avoid ...
Gordon Sim
2009-03-11
3
-27
/
+32
*
QPID-1724: Allow replication events to be shared across multiple federations ...
Gordon Sim
2009-03-10
4
-21
/
+71
*
Really close the potential race on the client between sending
Andrew Stitcher
2009-03-10
1
-5
/
+3
*
Changes in Solaris ECF based poller, to meet the new Poller architecture
Manuel Teira Paz
2009-03-10
1
-51
/
+183
*
Cluster authentication settings default to empty.
Alan Conway
2009-03-10
1
-1
/
+1
*
QPID-1723 - Fixed broken accounting in the headers exchange.
Ted Ross
2009-03-10
1
-18
/
+27
*
Add missing #includes to build with gcc 4.4.
Alan Conway
2009-03-10
3
-1
/
+5
*
qpid/sys/solaris/SystemInfo.cpp
Manuel Teira Paz
2009-03-10
1
-2
/
+21
*
QPID-1722 Replace use of non thread safe gethostbyname()
Andrew Stitcher
2009-03-09
1
-16
/
+21
[next]