summaryrefslogtreecommitdiff
path: root/src/mongo/executor/network_interface_tl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75830 Remove NetworkInterfaceTL::_mutexGeorge Wangensteen2023-04-261-4/+0
* SERVER-75725 Control TaskExecutorCursor's connection-pinning behavior with a ...George Wangensteen2023-04-101-2/+4
* SERVER-73610 Introduce Connection-Leasing from ConnectionPool and NetworkInte...George Wangensteen2023-03-151-0/+30
* SERVER-70191 Share HostAndPort alphabetization code for test between async_rp...George Wangensteen2023-02-131-7/+0
* SERVER-71764 Fix cancellation of hedged operationsAmirsaman Memaripour2023-01-311-8/+23
* Revert "SERVER-71764 Fix cancellation of hedged operations"Amirsaman Memaripour2023-01-241-23/+8
* SERVER-71764 Fix cancellation of hedged operationsAmirsaman Memaripour2023-01-181-8/+23
* SERVER-71958 Fix race condition in NetworkInterfaceTLAlex Li2023-01-121-1/+6
* SERVER-71086 Refactor hedged-read-determination code to be shared between asy...George Wangensteen2022-11-141-2/+2
* SERVER-64965 Count the number of operations that fail due to timing out waiti...Reo Kimura2022-09-201-0/+3
* SERVER-65103 Use case-insensitive comparator for sorting hedging targets in t...Celina Tala2022-09-141-0/+6
* 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