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_thread_pool.cpp
Age
Commit message (
Expand
)
Author
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2021-09-08
SERVER-59782 migrate makeGuard calls to ScopeGuard
Billy Donahue
2020-04-26
SERVER-47735 change mongo source over to logv2
Billy Donahue
2020-03-24
SERVER-47040 LOGV2_FATAL also fasserts
Henrik Edin
2020-02-21
SERVER-45567 removing util/log.h where I can
Gabriel Russell
2020-02-20
SERVER-45869 more automatically converted structured
Gabriel Russell
2019-09-17
SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex
Ben Caimano
2019-04-05
SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)
Ben Caimano
2019-04-03
Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"
Benety Goh
2019-04-02
SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)
Ben Caimano
2019-03-13
SERVER-40111 Switch ThreadPool classes from try-catch to noexcept
Ben Caimano
2019-02-27
SERVER-39513 NetworkInterface::setAlarm should be cancellable
Ben Caimano
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2019-01-11
SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-type
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2017-06-18
SERVER-27244 Status usage compile-time facilities.
ADAM David Alan Martin
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2016-05-17
SERVER-24104 Replace stdx::duration with mongo::Duration.
Andy Schwerin
2015-11-17
SERVER-21436 NetworkInterfaceThreadPool for sharding
Jason Carey