summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Delay client side Rdma connection disconnect() so that it happens serialisedAndrew Stitcher2010-09-081-3/+8
* Delay daemon side Rdma connection disconnect() so that it happens serialisedAndrew Stitcher2010-09-083-1/+23
* Avoid Rdma::AsynchIO leaking when stopped without being drained andAndrew Stitcher2010-09-081-1/+3
* Only delete Rdma server side connections when the client disconnects -Andrew Stitcher2010-09-082-12/+16
* Reordered members of RdmaIOHandler to ensure correct destruction orderAndrew Stitcher2010-09-081-4/+5
* Improve daemon handling of unexpected RDMA disconnects from clientAndrew Stitcher2010-09-081-21/+48
* Trivial comment fixAndrew Stitcher2010-09-081-5/+5
* Rearrange drain queue code so that it does't call the callback unless thereAndrew Stitcher2010-09-081-3/+8
* Coalesce checking for the drained and stopped conditions into a singleAndrew Stitcher2010-09-082-17/+22
* Reorder some code for improved intellegibilityAndrew Stitcher2010-09-081-15/+10
* Remove write after frees in Rdma::AsynchIO and qpid::client::RdmaConnectorAndrew Stitcher2010-09-082-2/+4
* Dispose the queue pair before acknowledging channel events when destroyingAndrew Stitcher2010-09-081-3/+6
* Use structures with much less dynamic allocation to hold rdma buffersAndrew Stitcher2010-09-082-18/+22
* Refactored Rdma write buffers to be controlled by the rdma_wrapper layerAndrew Stitcher2010-09-084-56/+67
* Move rdma recv buffers to a single large allocation rather than piecemeal all...Andrew Stitcher2010-09-085-10/+53
* Remove use of dubious auto_ptrAndrew Stitcher2010-09-081-5/+2
* Make sure that we fail connection correctly if connect fails.Andrew Stitcher2010-09-081-11/+26
* Stop using references to intrusive_ptr in Rdma codeAndrew Stitcher2010-09-083-28/+28
* Move the RDMA buffer tracking/destruction into the QueuePair class fromAndrew Stitcher2010-09-084-9/+7
* Changed RDMA testing server not to use the lower level Rdma buffersAndrew Stitcher2010-09-081-11/+35
* Add heartbeat value to the simpler init() case. Applications that use this i...Ted Ross2010-09-071-0/+1
* QPID-2841: set the TTL in agent heartbeat messages.Kenneth Anthony Giusti2010-09-014-6/+24
* QPID-2827 - QPID Cpp WinSDK does not contain 64-bit librariesTed Ross2010-08-311-1/+1
* QPID-2827 - QPID Cpp WinSDK does not contain 64-bit librariesTed Ross2010-08-3039-240/+3236
* Check exit status of qpid-route, avoid hung test if it fails.Alan Conway2010-08-271-1/+1
* Give timer tasks a name for logging purposes.Alan Conway2010-08-2612-21/+21
* Check for and abort invalid catchup connections.Alan Conway2010-08-234-3/+14
* QPID-664: allow the key in options map for an address to be quotedGordon Sim2010-08-231-1/+1
* QPID-2805 - The windows resource version for qmfengine dll is hard coded to a...Ted Ross2010-08-201-3/+3
* QPID-2785 - QpidTypes.pdb is not installedTed Ross2010-08-201-0/+1
* QPID-2798 - C++ Messaging Client .NET binding fails to clone managed objects ...Ted Ross2010-08-2016-255/+145
* Make the count check a bit clearer and remove extraneous blank lines at end o...Stephen D. Huston2010-08-201-3/+1
* QPID-2807: Allow per message acknowledgementGordon Sim2010-08-2010-1/+113
* QPID-2817: on close, wait for at most the heartbeat interval (if specified) f...Gordon Sim2010-08-203-1/+30
* Fix compile error on windowsGordon Sim2010-08-201-1/+1
* Added -c count parameter - exits after reading c messages.Jonathan Robie2010-08-191-1/+14
* Fix locking in receiver impl; protect session member against concurrent fetch...Gordon Sim2010-08-161-2/+7
* Fix qpiddevel selinux policy to work with valgrind.Alan Conway2010-08-131-0/+4
* QPID-2792 - Added C++ example agent.Ted Ross2010-08-135-2/+229
* QPID-2793 - Added doxygen textTed Ross2010-08-131-0/+77
* QPID-2793 - Python and Ruby bindings for the C++ QMFv2 APITed Ross2010-08-1214-22/+1187
* Added some missing typecasts and type-check clauses.Ted Ross2010-08-121-1/+4
* QPID-2792 - QMF Clients in C++ following the ABI-stable pattern of the new me...Ted Ross2010-08-1245-2/+5507
* Remove misleading "no message store" message.Alan Conway2010-08-121-3/+1
* QPID-2791: batch up data indications and repliesKenneth Anthony Giusti2010-08-122-25/+47
* Updated selinux policy to work on versions lacking aisexec_t.Alan Conway2010-08-123-26/+39
* Fix some compilation errorsGordon Sim2010-08-122-41/+35
* Completed the set of permutations of type-conversion for all signed and unsig...Ted Ross2010-08-122-8/+651
* Revert commits r981517 and r981435 that moved periodic purging of queues onto...Gordon Sim2010-08-115-22/+31
* Fix test race conditions causing cluster_tests.py:management_test to hang.Alan Conway2010-08-101-11/+5