summaryrefslogtreecommitdiff
path: root/src/mongo/executor/network_interface_tl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66260 Modify executor::RemoteCommandRequest to accept an Options argumentDaniel Morilha2022-05-271-3/+3
* SERVER-65292 NetworkInterfaceTL::shutdown may race with the destructordaniel-mdb2022-05-031-4/+24
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-10-281-0/+1
* SERVER-52710: wire up transient SSL parameters up to the NetworkInterfaceAndrew Shuvalov2020-11-201-0/+1
* SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov2020-11-051-1/+1
* SERVER-47437 Synchronize and unify NetworkInterfaceTL state componentsBen Caimano2020-05-181-41/+33
* SERVER-46187 Remove RemoteCommandRequest::expirationDate in favor of dateSche...Spencer T Brody2020-04-241-1/+1
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-221-0/+1
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-04-171-3/+4
* SERVER-47351 Better synchronize NetworkInterfaceTL shutdown with in-flight co...Ben Caimano2020-04-061-1/+2
* SERVER-46821 Allow NetworkingBatons to send work to ASIOReactor after detachBen Caimano2020-04-011-7/+6
* SERVER-46972 Create test-only command for establishing egress to another nodeSara Golemon2020-03-311-0/+5
* Revert "SERVER-46972 Create test-only command for establishing egress to anot...Matthew Saltz2020-03-301-5/+0
* SERVER-46972 Create test-only command for establishing egress to another nodeSara Golemon2020-03-301-0/+5
* Revert "SERVER-44954 Streamable RSM uses exhaust isMaster"jannaerin2020-03-251-3/+3
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-03-251-3/+3
* SERVER-46648 Cancel pending requests upon receiving the first responseCheahuychou Mao2020-03-171-30/+26
* SERVER-46566 increment hedging metrics countersMisha Tyulenev2020-03-051-0/+3
* SERVER-46463 add logging for hedged readsMisha Tyulenev2020-02-281-1/+3
* SERVER-45432 Basic support for operation hedgingMisha Tyulenev2020-02-271-10/+63
* SERVER-45117 Guard NetworkInterfaceTL::setAlarm() more aggressivelyBen Caimano2020-02-261-1/+4
* SERVER-45114 Connect AsyncDBClient exhaust functionality throughoutJanna Golden2020-02-191-16/+62
* SERVER-45464 Kill canceled operations remotelyCheahuychou Mao2020-02-191-8/+7
* SERVER-45982 Separate RequestState concept from NetworkInterfaceTL::CommandStateBen Caimano2020-02-101-28/+76
* SERVER-43606 Enforce connection reuse in response to remote interruptionBen Caimano2020-01-211-8/+55
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-2/+5
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-42303 NITL schedules out-of-line immediately and never againBen Caimano2019-07-291-0/+2
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-061-7/+8
* SERVER-41318 Return SemiFutures for ConnectionPoolBen Caimano2019-05-291-12/+18
* SERVER-41056 Fix NiTL::shutdown() without startup()Jason Carey2019-05-081-1/+9
* SERVER-40819 Use ConnectionPool shared_ptr for full lifetime managementBen Caimano2019-04-261-1/+1
* SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interfaceBen Caimano2019-04-051-12/+2
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-1/+1
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-031-1/+1
* Revert "SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interface"Benety Goh2019-04-031-2/+12
* SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interfaceBen Caimano2019-04-021-12/+2
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-021-1/+1
* SERVER-39513 NetworkInterface::setAlarm should be cancellableBen Caimano2019-02-271-2/+29
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39466 Make transport::Reactor inherit from OutOfLineExecutorBen Caimano2019-02-121-2/+1
* SERVER-39146 Refactor BatonJason Carey2019-02-051-6/+4
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-2/+2
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35056 Flush ready callbacks on NetworkInterfaceTL shutdownBen Caimano2018-07-291-0/+1
* SERVER-35684 Remove `promise.getFuture()`ADAM David Alan Martin2018-07-261-3/+7
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-05-251-1/+1
* SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams2018-05-161-0/+3
* SERVER-34808 appendComnnectionStats should check whether connection pool existsJonathan Reams2018-05-091-1/+1