summaryrefslogtreecommitdiff
path: root/src/mongo/executor/network_interface_integration_fixture.cpp
AgeCommit message (Expand)Author
2024-08-20SERVER-92134 Fix crashes during NetworkInterfaceTL shutdown (#26201)Patrick Freed
2024-08-14Revert "SERVER-92134 Fix crashes in NetworkInterfaceTL shutdown" (#26116)Patrick Freed
2024-08-13SERVER-92134 Fix crashes in NetworkInterfaceTL shutdown (#25538)Patrick Freed
2023-10-04SERVER-81602 remove fmtMessage from LOGV2 statementsBilly Donahue
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-09-11SERVER-51700: Made WireSpec decorator of ServiceContext instead of SingletonErin McNulty
2023-08-17SERVER-73658 RemoteCommandRequest to use DatabaseNameMathis Bessa
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-02-11SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.1
2023-01-31SERVER-71764 Fix cancellation of hedged operationsAmirsaman Memaripour
2023-01-24Revert "SERVER-71764 Fix cancellation of hedged operations"Amirsaman Memaripour
2023-01-18SERVER-71764 Fix cancellation of hedged operationsAmirsaman Memaripour
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2021-08-16SERVER-58209 NetworkInterfaceIntegrationFixture waits for in progress requestsAlex Li
2021-02-18SERVER-54136 Make the authenticate command respect enforceUserClusterSeparationBen Caimano
2021-01-05SERVER-52706 Make tenant migration donor use a separate NetworkInterface and ...Cheahuychou Mao
2020-11-05SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov
2020-07-09SERVER-48205 fixed log messagesReo Kimura
2020-07-09SERVER-48205 added log statements to provide context on returned responsesReo Kimura
2020-04-26SERVER-47735 change mongo source over to logv2Billy Donahue
2020-04-22SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano
2020-04-17SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin
2020-03-25Revert "SERVER-44954 Streamable RSM uses exhaust isMaster"jannaerin
2020-03-25SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin
2020-02-27SERVER-45432 Basic support for operation hedgingMisha Tyulenev
2020-02-21SERVER-45567 removing util/log.h where I canGabriel Russell
2020-02-19SERVER-45114 Connect AsyncDBClient exhaust functionality throughoutJanna Golden
2020-02-13SERVER-45869 automatically converted structured loggingGabriel Russell
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-06-10SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin
2019-06-06SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-07-29SERVER-35056 Flush ready callbacks on NetworkInterfaceTL shutdownBen Caimano
2018-05-16SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams