index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
executor
/
network_interface_integration_fixture.cpp
Age
Commit message (
Expand
)
Author
2024-08-20
SERVER-92134 Fix crashes during NetworkInterfaceTL shutdown (#26201)
Patrick Freed
2024-08-14
Revert "SERVER-92134 Fix crashes in NetworkInterfaceTL shutdown" (#26116)
Patrick Freed
2024-08-13
SERVER-92134 Fix crashes in NetworkInterfaceTL shutdown (#25538)
Patrick Freed
2023-10-04
SERVER-81602 remove fmtMessage from LOGV2 statements
Billy Donahue
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-09-11
SERVER-51700: Made WireSpec decorator of ServiceContext instead of Singleton
Erin McNulty
2023-08-17
SERVER-73658 RemoteCommandRequest to use DatabaseName
Mathis Bessa
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-02-11
SERVER-72197 Run clang-format 12.0.1 on the codebase
clang-format 12.0.1
2023-01-31
SERVER-71764 Fix cancellation of hedged operations
Amirsaman Memaripour
2023-01-24
Revert "SERVER-71764 Fix cancellation of hedged operations"
Amirsaman Memaripour
2023-01-18
SERVER-71764 Fix cancellation of hedged operations
Amirsaman Memaripour
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2021-08-16
SERVER-58209 NetworkInterfaceIntegrationFixture waits for in progress requests
Alex Li
2021-02-18
SERVER-54136 Make the authenticate command respect enforceUserClusterSeparation
Ben Caimano
2021-01-05
SERVER-52706 Make tenant migration donor use a separate NetworkInterface and ...
Cheahuychou Mao
2020-11-05
SERVER-51811: No-op wiring of transient SSL params in related methods
Andrew Shuvalov
2020-07-09
SERVER-48205 fixed log messages
Reo Kimura
2020-07-09
SERVER-48205 added log statements to provide context on returned responses
Reo Kimura
2020-04-26
SERVER-47735 change mongo source over to logv2
Billy Donahue
2020-04-22
SERVER-47073 Clean up log lines in mongo/client and mongo/executor
Ben Caimano
2020-04-17
SERVER-44954 Streamable RSM uses exhaust isMaster
jannaerin
2020-03-25
Revert "SERVER-44954 Streamable RSM uses exhaust isMaster"
jannaerin
2020-03-25
SERVER-44954 Streamable RSM uses exhaust isMaster
jannaerin
2020-02-27
SERVER-45432 Basic support for operation hedging
Misha Tyulenev
2020-02-21
SERVER-45567 removing util/log.h where I can
Gabriel Russell
2020-02-19
SERVER-45114 Connect AsyncDBClient exhaust functionality throughout
Janna Golden
2020-02-13
SERVER-45869 automatically converted structured logging
Gabriel Russell
2020-01-21
SERVER-43606 Enforce connection reuse in response to remote interruption
Ben Caimano
2020-01-14
SERVER-45261 create more state in NiTL ctor
Jason Carey
2019-06-10
SERVER-39339 Remove `stdx/memory.h`
ADAM David Alan Martin
2019-06-06
SERVER-41133 Add TE::scheduleRemoteCommandOnAny
Jason Carey
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-07-29
SERVER-35056 Flush ready callbacks on NetworkInterfaceTL shutdown
Ben Caimano
2018-05-16
SERVER-34730 Delete NetworkInterfaceASIO
Jonathan Reams