summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/RdmaConnector.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-4905: Tidy-up remove OutputHandler and directly use FrameHandlerAndrew Stitcher2013-06-101-3/+3
* QPID-4905: Remove unused members in Connector interfaceAndrew Stitcher2013-06-101-10/+0
* NO-JIRA: Remove const qualifier from encode buffer; additional change require...Gordon Sim2012-08-281-3/+3
* NO_JIRA: Small mods to certain log trace and debug messages to improve log me...Kim van der Riet2011-10-311-3/+3
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-261-3/+3
* Rename Rdma send buffer operations.Andrew Stitcher2010-12-231-2/+2
* Changes due to review comments from Doug Ledford:Andrew Stitcher2010-12-231-6/+8
* Plumb rdma protocol version into Rdma::AsynchIOAndrew Stitcher2010-12-231-0/+1
* Delay deleting the Rdma::AsynchIO associated with a Connection to just beforeAndrew Stitcher2010-10-121-69/+55
* Account for seemingly getting reject messages after already getting establishedAndrew Stitcher2010-10-121-1/+7
* Serialise close into the data callbacks:Andrew Stitcher2010-10-121-34/+50
* Stop the client side Rdma code from receiving connection events before the da...Andrew Stitcher2010-09-081-0/+1
* Delay client side Rdma connection disconnect() so that it happens serialisedAndrew Stitcher2010-09-081-3/+8
* Trivial comment fixAndrew Stitcher2010-09-081-5/+5
* Remove write after frees in Rdma::AsynchIO and qpid::client::RdmaConnectorAndrew Stitcher2010-09-081-1/+2
* 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-081-8/+8
* Ensure that we can't shutdown in the middle of writing a bufferAndrew Stitcher2010-06-141-0/+1
* Combine Rdma::Buffer and ibv_sge needed to send itAndrew Stitcher2010-06-141-6/+5
* In Rdma::AsynchIO::stop():Andrew Stitcher2010-06-141-4/+15
* Fix RDMA for upstream changes which now require notification on shutdownAndrew Stitcher2010-05-181-29/+66
* Transfer TCP code changes to RDMA codeAndrew Stitcher2010-05-131-6/+7
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-1/+1
* Deallocate rdma state when closing an rdma connectionAndrew Stitcher2010-02-171-0/+4
* Fix memory error in previous SocketAddress refactoringAndrew Stitcher2010-01-261-4/+4
* Fix a potential RDMA connect failure raceAndrew Stitcher2010-01-211-3/+4
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2010-01-211-56/+16
* Made the getSSF() member functions of Connectors private as they can't be use...Andrew Stitcher2010-01-211-1/+1
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-091-0/+1
* Used new SocketAddress class in rdma codeAndrew Stitcher2009-10-091-13/+2
* Add directory to #includeAlan Conway2009-07-141-4/+4
* Revert "QPID-1879 Don't use a thread for every new client Connection"Andrew Stitcher2009-06-031-14/+47
* Revert "QPID-1879 Removed some code obsoleted by this change"Andrew Stitcher2009-06-031-0/+4
* QPID-1879 Removed some code obsoleted by this changeAndrew Stitcher2009-05-281-4/+0
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2009-05-281-47/+14
* Implement heartbeat timeout on client:Andrew Stitcher2009-01-131-0/+1
* Tidied up a number of TODO itemsAndrew Stitcher2009-01-081-2/+0
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-061-106/+76
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-071-3/+3
* RDMA bugfixes:Andrew Stitcher2008-09-191-1/+2
* Implementation of AMQP over RDMA protocols (Infiniband)Andrew Stitcher2008-09-111-0/+427