summaryrefslogtreecommitdiff
path: root/src/mongo/executor/network_interface_tl.cpp
AgeCommit message (Expand)Author
2020-03-06SERVER-46694 Make hedging_metrics_server_status.js determinsticCheahuychou Mao
2020-03-05SERVER-46607 ignore MaxTimeMSExpire error on hedged readsMisha Tyulenev
2020-03-05SERVER-46566 increment hedging metrics countersMisha Tyulenev
2020-03-03SERVER-46472 add maxTimeMSForHedgedReadsMisha Tyulenev
2020-02-28SERVER-46463 add logging for hedged readsMisha Tyulenev
2020-02-27SERVER-45432 Basic support for operation hedgingMisha Tyulenev
2020-02-27SERVER-45117 template AlarmState weak_ptrLouis Williams
2020-02-26SERVER-45117 Guard NetworkInterfaceTL::setAlarm() more aggressivelyBen Caimano
2020-02-25SERVER-46331 Check for SocketException error on response object in NetworkInt...Janna Golden
2020-02-21SERVER-46306 Make cancelCommand integration tests wait for the command to acq...Cheahuychou Mao
2020-02-21SERVER-45567 removing util/log.h where I canGabriel Russell
2020-02-19SERVER-45114 Connect AsyncDBClient exhaust functionality throughoutJanna Golden
2020-02-19SERVER-45464 Kill canceled operations remotelyCheahuychou Mao
2020-02-13SERVER-45869 automatically converted structured loggingGabriel Russell
2020-02-10SERVER-45982 Separate RequestState concept from NetworkInterfaceTL::CommandStateBen Caimano
2020-01-21SERVER-43606 Enforce connection reuse in response to remote interruptionBen Caimano
2020-01-14SERVER-45261 create more state in NiTL ctorJason Carey
2019-09-17SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano
2019-09-10SERVER-43119 FailPoint cleanupBilly Donahue
2019-07-29SERVER-42303 NITL schedules out-of-line immediately and never againBen Caimano
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-06-06SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey
2019-05-29SERVER-41318 Return SemiFutures for ConnectionPoolBen Caimano
2019-05-08SERVER-41056 Fix NiTL::shutdown() without startup()Jason Carey
2019-05-01SERVER-40721 Add SubBatonJason Carey
2019-04-26SERVER-40819 Use ConnectionPool shared_ptr for full lifetime managementBen Caimano
2019-04-19SERVER-40464 skip auth option for connection poolsJason Carey
2019-04-05SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interfaceBen Caimano
2019-04-05SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano
2019-04-03Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh
2019-04-03Revert "SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interface"Benety Goh
2019-04-02SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interfaceBen Caimano
2019-04-02SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano
2019-02-27SERVER-39513 NetworkInterface::setAlarm should be cancellableBen Caimano
2019-02-26SERVER-39962 Fix parameter hiding in NiTLJason Carey
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2019-02-12SERVER-39466 Make transport::Reactor inherit from OutOfLineExecutorBen Caimano
2019-02-05SERVER-39146 Refactor BatonJason Carey
2019-01-15SERVER-38073 Adjust error message for timeout in _onAcquireConnJonathan Ma
2018-12-20SERVER-35688 Make ConnectionPool support transport::ConnectSSLModeMathias Stearn
2018-12-07SERVER-38183 add tryGet to exec connpoolJason Carey
2018-11-15SERVER-35682 kill existing SharedPromise typeMathias Stearn
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-09-06SERVER-36900 Add a `unique_function` utility.ADAM David Alan Martin
2018-07-30SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn
2018-07-29SERVER-35056 Flush ready callbacks on NetworkInterfaceTL shutdownBen Caimano
2018-07-26SERVER-35684 Remove `promise.getFuture()`ADAM David Alan Martin
2018-06-08SERVER-35179 Make NiTL actually refreshJason Carey
2018-05-25SERVER-35234 makePromiseFuture<T>()Mathias Stearn
2018-05-16SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams