summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/sys/rdma/rdma_wrap.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-3650: Avoid unaligned memory accessAndrew Stitcher2014-06-111-0/+11
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-241-2/+9
* QPID-3227: assert if application or reserved header overflows send buffer.Kenneth Anthony Giusti2011-04-291-0/+2
* QPID-3227: account for extra header bytes when computing data size for send b...Kenneth Anthony Giusti2011-04-271-3/+5
* QPID-3007: Unique management identifier for connections.Alan Conway2011-02-011-0/+1
* Rename Rdma send buffer operations.Andrew Stitcher2010-12-231-2/+2
* Changes due to review comments from Doug Ledford:Andrew Stitcher2010-12-231-3/+0
* 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