summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/rdma/rdma_wrap.h
Commit message (Expand)AuthorAgeFilesLines
* Only delete Rdma server side connections when the client disconnects -Andrew Stitcher2010-09-081-0/+4
* Use structures with much less dynamic allocation to hold rdma buffersAndrew Stitcher2010-09-081-4/+5
* Refactored Rdma write buffers to be controlled by the rdma_wrapper layerAndrew Stitcher2010-09-081-6/+17
* Move rdma recv buffers to a single large allocation rather than piecemeal all...Andrew Stitcher2010-09-081-0/+5
* Move the RDMA buffer tracking/destruction into the QueuePair class fromAndrew Stitcher2010-09-081-0/+2
* Combine Rdma::Buffer and ibv_sge needed to send itAndrew Stitcher2010-06-141-5/+24
* Rearrange RDMA wrapper class code so that the interface and implementationAndrew Stitcher2010-05-131-312/+52
* Allow rdma_disconnect() to fail with EINVAL as it appearsAndrew Stitcher2010-05-131-2/+8
* Fix memory error in previous SocketAddress refactoringAndrew Stitcher2010-01-261-2/+2
* Used new SocketAddress class in rdma codeAndrew Stitcher2009-10-091-5/+4
* Add directory to #includeAlan Conway2009-07-141-1/+1
* QPID-1438: Before registering the rdma daemon transport plugin checkAndrew Stitcher2008-11-071-0/+2
* Implementation of AMQP over RDMA protocols (Infiniband)Andrew Stitcher2008-09-111-124/+50
* Add ASL to everywhere, to everything.Aidan Skinner2008-08-281-0/+20
* Work In Progress:Andrew Stitcher2008-04-281-0/+550