summaryrefslogtreecommitdiff
path: root/src/mongo/executor/async_mock_stream_factory.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20077 requestId field of message header should always be a signed integerWaley Chen2016-03-171-1/+1
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-1/+1
* SERVER-21108 add method to check if a stream is still openAdam Midvidy2015-11-101-0/+4
* SERVER-20143 Strand NetworkInterfaceASIOJason Carey2015-11-091-14/+12
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-4/+4
* SERVER-20752 improve NetworkInterfaceASIO loggingAdam Midvidy2015-10-121-1/+1
* Revert "SERVER-20752 improve NetworkInterfaceASIO logging"Adam Midvidy2015-10-091-1/+1
* SERVER-20752 improve NetworkInterfaceASIO loggingAdam Midvidy2015-10-091-1/+1
* SERVER-20681 Add unit tests for AsyncOp timeouts, cancellations, and network ...samantharitter2015-10-081-17/+26
* SERVER-20628 Async mock streams should return error for invalid readssamantharitter2015-10-071-1/+15
* SERVER-20190 cancelCommand() preempts outstanding network events in NetworkIn...Samantha Ritter2015-09-151-12/+61
* SERVER-20348 make AsyncMockStreams fully asynchronoussamantharitter2015-09-111-34/+47
* SERVER-19769 Pool connections in NetworkInterfaceASIOJason Carey2015-09-011-0/+8
* SERVER-20234 Async MockStream's race in unblockJason Carey2015-08-311-6/+2
* SERVER-19420 implement connection hook API in NetworkInterfaceASIOAdam Midvidy2015-08-181-21/+84
* SERVER-19343 use stdx:: instead of std::Adam Midvidy2015-08-071-1/+1
* SERVER-19343 add unit testing infrastructure for NetworkInterfaceASIOAdam Midvidy2015-08-071-0/+184