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
Commit message (
Expand
)
Author
Age
Files
Lines
*
QPID-2706 Patch from Chuck Rolke
Ted Ross
2010-06-29
8
-20
/
+7
*
Move all shared lib prefix/postfix/suffix settings from tests/CMakeLists.txt ...
Stephen D. Huston
2010-06-29
3
-13
/
+11
*
added a case for SEC_ERROR_EXPIRED_CERTIFICATE: in getErrorString()
Rajith Muditha Attapattu
2010-06-29
1
-0
/
+1
*
QPID-2689: Install and package Visual Studio debugging symbols (.pdb) files,
Andrew Stitcher
2010-06-28
2
-168
/
+191
*
QPID-2589 - Patch from Chuck Rolke
Ted Ross
2010-06-25
1
-6
/
+74
*
QPID-2589 - Patch from Chuck Rolke
Ted Ross
2010-06-25
23
-378
/
+498
*
QPID-2698: recognise special property names for amqp 0-10 specific message- a...
Gordon Sim
2010-06-25
4
-3
/
+98
*
Fix regression in r956882, sporadic failures of client_test.cpp:testBadClient...
Alan Conway
2010-06-24
3
-18
/
+11
*
Fix test bug causing occasional failure of cluster_test.
Alan Conway
2010-06-24
1
-1
/
+1
*
QPID-2589 - Patch from Chuck Rolke
Ted Ross
2010-06-24
17
-1
/
+779
*
Ensure spout example waits for all messages to be sent before detaching session
Gordon Sim
2010-06-24
1
-0
/
+1
*
QPID-2691: ensure ttl adjustment uses correct expiration on cloned message
Gordon Sim
2010-06-24
4
-5
/
+10
*
Make verify_cluster_objects more informative.
Alan Conway
2010-06-23
1
-9
/
+16
*
Make management+cluster test more aggressive.
Alan Conway
2010-06-23
3
-13
/
+11
*
Fixed scripts that referred to README instead of README.txt.
Jonathan Robie
2010-06-23
5
-32
/
+13
*
Changed README to README.txt throughout the project for consistency. Removed ...
Jonathan Robie
2010-06-23
5
-0
/
+0
*
small clean up: Remove use of obsolete Dispatcher class.
Andrew Stitcher
2010-06-23
1
-8
/
+4
*
QPID-2388: Do not unmask signals whilst waiting for IO to happen
Andrew Stitcher
2010-06-23
2
-18
/
+2
*
QPID-2688: ensure that unacked messages are requeued before autodeletion occu...
Gordon Sim
2010-06-22
3
-9
/
+37
*
Fix bad assertion introduced in prevoius commit r956882
Alan Conway
2010-06-22
2
-4
/
+7
*
Don't hold QueueRegistry lock while iterating over queues to purge them of ex...
Gordon Sim
2010-06-22
1
-1
/
+17
*
Fix cluster broker crashes when management is active.
Alan Conway
2010-06-22
12
-427
/
+188
*
Fix version info
Alan Conway
2010-06-18
7
-30
/
+11
*
Refer to FailoverUpdatesImpl as the struct it is, not a class. Removes compil...
Stephen D. Huston
2010-06-17
1
-1
/
+1
*
Consistent comparison of unsigned values; clarify usage as well as removing p...
Stephen D. Huston
2010-06-17
1
-1
/
+2
*
Change warning C4996 from level 1 to level 4. This is the "warning C4996: 'st...
Stephen D. Huston
2010-06-17
2
-1
/
+9
*
Allow libraries to be independently versioned in the autotools build.
Alan Conway
2010-06-17
9
-41
/
+52
*
Bug 603835 - cluster_tests.test_management failing.
Alan Conway
2010-06-16
6
-37
/
+53
*
remove assertion for condition that is in fact valid (the callback could have...
Gordon Sim
2010-06-16
1
-2
/
+0
*
Nix a compile warning on Windows about converting int to bool.
Stephen D. Huston
2010-06-16
1
-1
/
+1
*
QPID-2589 - Patch from Chuck Rolke
Ted Ross
2010-06-15
36
-92
/
+1879
*
QPID-2670: copy-on-write when tagging message for loop detection
Gordon Sim
2010-06-15
6
-4
/
+29
*
This change is a partial fix for the problem of long cluster failovers. This...
Michael Goulish
2010-06-15
1
-1
/
+3
*
Added qpid-cpp-benchmark to EXTRA_DIST.
Alan Conway
2010-06-14
1
-0
/
+1
*
QPID-2667 - Documentation update from Chuck Rolke
Ted Ross
2010-06-14
1
-8
/
+9
*
Allow entry into notifyPendingWrite() if already stopped as it is too hard
Andrew Stitcher
2010-06-14
1
-2
/
+2
*
Move QueuePair member in Rdma::AsynchIO to ensure that it get destroyed before
Andrew Stitcher
2010-06-14
2
-4
/
+6
*
Ensure that we can't shutdown in the middle of writing a buffer
Andrew Stitcher
2010-06-14
1
-0
/
+1
*
Combine Rdma::Buffer and ibv_sge needed to send it
Andrew Stitcher
2010-06-14
7
-63
/
+60
*
Try to avoid getting into a state where we can't send credit because we
Andrew Stitcher
2010-06-14
1
-1
/
+10
*
Added asserts to ensure that we catch it if xmitCredit isn't sane
Andrew Stitcher
2010-06-14
1
-0
/
+7
*
Allow stopping even if we've got outstanding write buffers.
Andrew Stitcher
2010-06-14
1
-1
/
+1
*
In Rdma::AsynchIO::stop():
Andrew Stitcher
2010-06-14
2
-6
/
+19
*
Only set the draining flag when we delay calling the drained callback.
Andrew Stitcher
2010-06-14
1
-2
/
+1
*
Trivial code simplification
Andrew Stitcher
2010-06-14
1
-3
/
+1
*
Removed unnecessary parameter from Rdma::AsynchIO::dataEvent()
Andrew Stitcher
2010-06-14
2
-3
/
+3
*
Rename tests qpid_* to qpid-* for consistency.
Alan Conway
2010-06-14
8
-47
/
+42
*
Fixed a bug in which QMF error return codes were being sent back as 7 - Excep...
Ted Ross
2010-06-11
1
-20
/
+12
*
Fix ordering problem with of dependencies of make check.
Alan Conway
2010-06-11
1
-1
/
+2
*
QPID-2666: Fix for init script problem where config file has "log-to-file" se...
Kim van der Riet
2010-06-11
1
-1
/
+1
[next]