summaryrefslogtreecommitdiff
path: root/src/mongo/executor/network_interface_asio_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29700 add operationTime in all connections used by mongosMisha Tyulenev2017-07-191-0/+1
* SERVER-29319 Replace RequestBuilderInterface with OpMsgRequestMathias Stearn2017-06-191-1/+0
* SERVER-28652 Log the size of connection pools when we make new egress connect...samantharitter2017-04-071-2/+4
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-101-2/+4
* SERVER-28259 Log time elapsed during connect for NetworkInterfaceASIO connect...samantharitter2017-03-091-1/+3
* Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardCo...Randolph Tan2017-03-091-4/+2
* SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardConnection...Randolph Tan2017-03-081-2/+4
* SERVER-27388 Add NetworkInterfaceExceededTimeLimitJason Carey2016-12-131-4/+5
* SERVER-26966 Remove dead legacy find/getMore up and downconversionCharlie Swanson2016-11-111-20/+5
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-4/+6
* SERVER-25542 network_interface_asio_test.exe: net().getNumTimedOutOps() == ti...Waley Chen2016-08-251-1/+0
* SERVER-25267 SERVER-25265 Integrate compression with networking codeJonathan Reams2016-08-091-0/+8
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-34/+40
* SERVER-25167 Increase logging on connection failure in NetworkInterfaceASIO.Andy Schwerin2016-07-291-3/+3
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-2/+2
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-5/+6
* SERVER-25006 asio indicateUsed != indicateSuccessJason Carey2016-07-151-0/+21
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-38/+33
* SERVER-23279 network_interface_asio_test::getNumCanceledOps() unexpected valueWaley Chen2016-03-231-2/+2
* SERVER-21775 NetworkInterface should make stats available to callersWaley Chen2016-03-211-1/+1
* SERVER-21775 NetworkInterface should make stats available to callersWaley Chen2016-03-211-1/+12
* SERVER-20077 requestId field of message header should always be a signed integerWaley Chen2016-03-171-3/+3
* SERVER-22433 Add more detailed logging to NetworkInterfaceASIOsamantharitter2016-02-181-19/+18
* SERVER-21854 Add request id to RemoteCommandRequestKaloian Manassiev2015-12-111-1/+2
* SERVER-21504 NetworkInterfaceASIO logging tweaksAdam Midvidy2015-11-181-6/+10
* SERVER-20853 Don't copy objects out of Message to build RemoteCommandResponseMathias Stearn2015-11-171-7/+5
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-2/+2
* SERVER-20546 Abort if connections are returned to connection pool in an unkno...samantharitter2015-11-041-2/+2
* SERVER-20752 improve NetworkInterfaceASIO loggingAdam Midvidy2015-10-121-3/+18
* Revert "SERVER-20752 improve NetworkInterfaceASIO logging"Adam Midvidy2015-10-091-13/+3
* SERVER-20752 improve NetworkInterfaceASIO loggingAdam Midvidy2015-10-091-3/+13
* SERVER-20624 always initialize messageId and responseTo on outgoing requests ...Adam Midvidy2015-09-241-0/+2
* SERVER-20556 bump the generation count of AsyncOp after removing it from _inP...Adam Midvidy2015-09-221-7/+11
* SERVER-20465 Cancel AsyncOp timeouts when operation completessamantharitter2015-09-181-0/+6
* SERVER-20465 Control AsyncOp access amongst threads and callbackssamantharitter2015-09-181-0/+7
* SERVER-20477 reset AsyncOp state before returning it to the poolAdam Midvidy2015-09-171-0/+2
* SERVER-19342 extend NIA with metadata hooksAdam Midvidy2015-09-171-12/+33
* SERVER-20190 don't invariant if we fail during connection setupAdam Midvidy2015-09-161-2/+3
* SERVER-20190 add signalWorkAvailable to new exit point in startCommandAdam Midvidy2015-09-161-4/+2
* SERVER-20190 cancelCommand() preempts outstanding network events in NetworkIn...Samantha Ritter2015-09-151-28/+41
* SERVER-19769 Fixups for Connection PoolingJason Carey2015-09-091-2/+6
* SERVER-19769 Pool connections in NetworkInterfaceASIOJason Carey2015-09-011-3/+35
* SERVER-19275 downconvert find/getMore in NetworkInterfaceASIOAdam Midvidy2015-09-011-29/+51
* SERVER-20011 wrap NetworkConnectionHook calls in std::terminateAdam Midvidy2015-08-211-3/+6
* SERVER-19420 implement connection hook API in NetworkInterfaceASIOAdam Midvidy2015-08-181-0/+44
* SERVER-19720 don't compare error codes against ErrorCodes::OK due to MSVCAdam Midvidy2015-08-141-2/+2
* SERVER-19697 AsyncCommand responses return proper elapsed timesamantharitter2015-08-141-29/+22
* SERVER-19320 NetworkInterfaceASIO won't send or receive empty messagessamantharitter2015-08-141-7/+0
* SERVER-19720 harmonize handling of std::error_code and ErrorCodes in NetworkI...Adam Midvidy2015-08-131-9/+12