summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/rdma
Commit message (Expand)AuthorAgeFilesLines
* Allow entry into notifyPendingWrite() if already stopped as it is too hardAndrew Stitcher2010-06-141-2/+2
* Move QueuePair member in Rdma::AsynchIO to ensure that it get destroyed beforeAndrew Stitcher2010-06-142-4/+6
* Combine Rdma::Buffer and ibv_sge needed to send itAndrew Stitcher2010-06-145-51/+49
* Try to avoid getting into a state where we can't send credit because weAndrew Stitcher2010-06-141-1/+10
* Added asserts to ensure that we catch it if xmitCredit isn't saneAndrew Stitcher2010-06-141-0/+7
* Allow stopping even if we've got outstanding write buffers.Andrew Stitcher2010-06-141-1/+1
* In Rdma::AsynchIO::stop():Andrew Stitcher2010-06-141-2/+4
* Only set the draining flag when we delay calling the drained callback.Andrew Stitcher2010-06-141-2/+1
* Trivial code simplificationAndrew Stitcher2010-06-141-3/+1
* Removed unnecessary parameter from Rdma::AsynchIO::dataEvent()Andrew Stitcher2010-06-142-3/+3
* Fix RDMA for upstream changes which now require notification on shutdownAndrew Stitcher2010-05-184-51/+128
* Rearrange RDMA wrapper class code so that the interface and implementationAndrew Stitcher2010-05-136-384/+462
* Allow rdma_disconnect() to fail with EINVAL as it appearsAndrew Stitcher2010-05-132-2/+12
* Fix memory error in previous SocketAddress refactoringAndrew Stitcher2010-01-265-27/+18
* Used new SocketAddress class in rdma codeAndrew Stitcher2009-10-095-31/+21
* Tidied up namespace usageAndrew Stitcher2009-09-092-4/+18
* Add directory to #includeAlan Conway2009-07-148-8/+8
* Stop watching the acceptors dispatch handle before it is deleted in ssl and r...Gordon Sim2009-06-032-1/+6
* Whitespace fixesAndrew Stitcher2009-05-282-16/+16
* Fix compile breakage with different versions of librdma_cmAndrew Stitcher2009-01-271-0/+2
* Added missing ASF licenseGordon Sim2008-12-151-0/+21
* QPID-1438: Before registering the rdma daemon transport plugin checkAndrew Stitcher2008-11-073-2/+11
* Add #include qpid/sys/DispatchHandle.h, needed since DispatchHandle split out...Stephen D. Huston2008-10-211-0/+1
* Removed the state lock from the RdmaIO codeAndrew Stitcher2008-09-232-95/+128
* RDMA bugfixes:Andrew Stitcher2008-09-192-12/+23
* Implementation of AMQP over RDMA protocols (Infiniband)Andrew Stitcher2008-09-118-283/+740
* Add ASL to everywhere, to everything.Aidan Skinner2008-08-288-0/+160
* More RDMA Work in ProgressAndrew Stitcher2008-04-294-147/+66
* Work In Progress:Andrew Stitcher2008-04-288-0/+1481