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-2859: Save the agent's name to the configuration file.
Kenneth Anthony Giusti
2010-09-15
2
-20
/
+61
*
Removed spurious comment
Ted Ross
2010-09-15
1
-1
/
+1
*
Adds a parameter to several examples to allow connection options to be specif...
Jonathan Robie
2010-09-14
6
-10
/
+19
*
Fixed a thread safety issue in which the managementObjects map was used in an...
Ted Ross
2010-09-14
2
-55
/
+66
*
Break deadlock caused when ClusterTimer::drop is called concurrently with Tim...
Alan Conway
2010-09-09
2
-6
/
+8
*
Fix to allow compilation with libibverbs 1.1.2
Andrew Stitcher
2010-09-08
2
-2
/
+2
*
Stop the client side Rdma code from receiving connection events before the da...
Andrew Stitcher
2010-09-08
3
-0
/
+6
*
Delay client side Rdma connection disconnect() so that it happens serialised
Andrew Stitcher
2010-09-08
1
-3
/
+8
*
Delay daemon side Rdma connection disconnect() so that it happens serialised
Andrew Stitcher
2010-09-08
3
-1
/
+23
*
Avoid Rdma::AsynchIO leaking when stopped without being drained and
Andrew Stitcher
2010-09-08
1
-1
/
+3
*
Only delete Rdma server side connections when the client disconnects -
Andrew Stitcher
2010-09-08
2
-12
/
+16
*
Reordered members of RdmaIOHandler to ensure correct destruction order
Andrew Stitcher
2010-09-08
1
-4
/
+5
*
Improve daemon handling of unexpected RDMA disconnects from client
Andrew Stitcher
2010-09-08
1
-21
/
+48
*
Trivial comment fix
Andrew Stitcher
2010-09-08
1
-5
/
+5
*
Rearrange drain queue code so that it does't call the callback unless there
Andrew Stitcher
2010-09-08
1
-3
/
+8
*
Coalesce checking for the drained and stopped conditions into a single
Andrew Stitcher
2010-09-08
2
-17
/
+22
*
Reorder some code for improved intellegibility
Andrew Stitcher
2010-09-08
1
-15
/
+10
*
Remove write after frees in Rdma::AsynchIO and qpid::client::RdmaConnector
Andrew Stitcher
2010-09-08
2
-2
/
+4
*
Dispose the queue pair before acknowledging channel events when destroying
Andrew Stitcher
2010-09-08
1
-3
/
+6
*
Use structures with much less dynamic allocation to hold rdma buffers
Andrew Stitcher
2010-09-08
2
-18
/
+22
*
Refactored Rdma write buffers to be controlled by the rdma_wrapper layer
Andrew Stitcher
2010-09-08
4
-56
/
+67
*
Move rdma recv buffers to a single large allocation rather than piecemeal all...
Andrew Stitcher
2010-09-08
5
-10
/
+53
*
Remove use of dubious auto_ptr
Andrew Stitcher
2010-09-08
1
-5
/
+2
*
Make sure that we fail connection correctly if connect fails.
Andrew Stitcher
2010-09-08
1
-11
/
+26
*
Stop using references to intrusive_ptr in Rdma code
Andrew Stitcher
2010-09-08
3
-28
/
+28
*
Move the RDMA buffer tracking/destruction into the QueuePair class from
Andrew Stitcher
2010-09-08
4
-9
/
+7
*
Changed RDMA testing server not to use the lower level Rdma buffers
Andrew Stitcher
2010-09-08
1
-11
/
+35
*
Add heartbeat value to the simpler init() case. Applications that use this i...
Ted Ross
2010-09-07
1
-0
/
+1
*
QPID-2841: set the TTL in agent heartbeat messages.
Kenneth Anthony Giusti
2010-09-01
4
-6
/
+24
*
QPID-2827 - QPID Cpp WinSDK does not contain 64-bit libraries
Ted Ross
2010-08-31
1
-1
/
+1
*
QPID-2827 - QPID Cpp WinSDK does not contain 64-bit libraries
Ted Ross
2010-08-30
39
-240
/
+3236
*
Check exit status of qpid-route, avoid hung test if it fails.
Alan Conway
2010-08-27
1
-1
/
+1
*
Give timer tasks a name for logging purposes.
Alan Conway
2010-08-26
12
-21
/
+21
*
Check for and abort invalid catchup connections.
Alan Conway
2010-08-23
4
-3
/
+14
*
QPID-664: allow the key in options map for an address to be quoted
Gordon Sim
2010-08-23
1
-1
/
+1
*
QPID-2805 - The windows resource version for qmfengine dll is hard coded to a...
Ted Ross
2010-08-20
1
-3
/
+3
*
QPID-2785 - QpidTypes.pdb is not installed
Ted Ross
2010-08-20
1
-0
/
+1
*
QPID-2798 - C++ Messaging Client .NET binding fails to clone managed objects ...
Ted Ross
2010-08-20
16
-255
/
+145
*
Make the count check a bit clearer and remove extraneous blank lines at end o...
Stephen D. Huston
2010-08-20
1
-3
/
+1
*
QPID-2807: Allow per message acknowledgement
Gordon Sim
2010-08-20
10
-1
/
+113
*
QPID-2817: on close, wait for at most the heartbeat interval (if specified) f...
Gordon Sim
2010-08-20
3
-1
/
+30
*
Fix compile error on windows
Gordon Sim
2010-08-20
1
-1
/
+1
*
Added -c count parameter - exits after reading c messages.
Jonathan Robie
2010-08-19
1
-1
/
+14
*
Fix locking in receiver impl; protect session member against concurrent fetch...
Gordon Sim
2010-08-16
1
-2
/
+7
*
Fix qpiddevel selinux policy to work with valgrind.
Alan Conway
2010-08-13
1
-0
/
+4
*
QPID-2792 - Added C++ example agent.
Ted Ross
2010-08-13
5
-2
/
+229
*
QPID-2793 - Added doxygen text
Ted Ross
2010-08-13
1
-0
/
+77
*
QPID-2793 - Python and Ruby bindings for the C++ QMFv2 API
Ted Ross
2010-08-12
14
-22
/
+1187
*
Added some missing typecasts and type-check clauses.
Ted Ross
2010-08-12
1
-1
/
+4
*
QPID-2792 - QMF Clients in C++ following the ABI-stable pattern of the new me...
Ted Ross
2010-08-12
45
-2
/
+5507
[next]