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
/
thread_pool_task_executor.cpp
Age
Commit message (
Expand
)
Author
2024-08-27
SERVER-93649 shared_ptr for all TaskExecutor instances (#26357)
Billy Donahue
2024-03-19
SERVER-87974 Enable modernize-use-override and apply fixes (#20075)
Ivan Fefer
2023-11-29
SERVER-83453 Release TPTE iterators while holding the mutex
Amirsaman Memaripour
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-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-06-21
SERVER-77403 Remove TaskExecutor fulfilling response with CallbackCanceled
Alex Li
2023-06-05
Revert "SERVER-77403 Remove TaskExecutor fulfilling response with CallbackCan...
Alex Li
2023-06-01
SERVER-76621 Clarify ThreadPoolTaskExecutor mutex acquisition rules
Jason Chan
2023-05-26
SERVER-77403 Remove TaskExecutor fulfilling response with CallbackCanceled
Alex Li
2023-02-11
SERVER-72197 Run clang-format 12.0.1 on the codebase
clang-format 12.0.1
2022-07-27
SERVER-68246 rewrite calls to boost::optional get and is_initialized
Billy Donahue
2022-05-18
SERVER-33522 Skip `TaskExecutor::signalEvent` when shutdown is in progress
Amirsaman Memaripour
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2022-01-06
SERVER-58310 Always hold `_mutex` before modifying `CallbackState::callback`
Amirsaman Memaripour
2021-10-28
SERVER-59858 Add observability for tasks scheduled on reactor threads
Amirsaman Memaripour
2021-03-23
SERVER-53230: Rename cancelation -> cancellation everywhere
Tyler Seip
2021-03-05
SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber
Bynn Lee
2021-02-25
Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"
Bynn Lee
2021-02-22
SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber
Bynn Lee
2020-11-17
SERVER-52699 oplog fetcher should be able to handle task executor shutdown ca...
Suganthi Mani
2020-10-09
SERVER-50658 Add support for CancelationTokens to TaskExecutor::scheduleRemot...
Matthew Saltz
2020-05-14
SERVER-48149 Compare exhaust iters before erasing
jannaerin
2020-04-28
SERVER-47815 Ensure all exhaust tasks are erased from task executor queue
jannaerin
2020-04-26
SERVER-47735 change mongo source over to logv2
Billy Donahue
2020-04-24
SERVER-46187 Remove RemoteCommandRequest::expirationDate in favor of dateSche...
Spencer T Brody
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-03-02
SERVER-46395 Add joinAsync() method to ScopedTaskExecutor::Impl.
Max Hirschhorn
2020-02-22
SERVER-44951 Expand TaskExecutor to implement exhaust functionality
Janna Golden
2020-02-21
SERVER-45567 removing util/log.h where I can
Gabriel Russell
2020-02-13
SERVER-45869 automatically converted structured logging
Gabriel Russell
2019-10-30
SERVER-43274 Implement cloners using DBClient with basic functionality and un...
Matthew Russotto
2019-10-17
SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...
Ben Caimano
2019-10-03
SERVER-43317 merge failpoint headers. Rewrite docs.
Billy Donahue
2019-09-17
SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex
Ben Caimano
2019-09-10
SERVER-43119 FailPoint cleanup
Billy Donahue
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-06-06
SERVER-41133 Add TE::scheduleRemoteCommandOnAny
Jason Carey
2019-05-04
SERVER-40765 TaskExecutor inherits from OutOfLineExecutor
A. Jesse Jiryu Davis
2019-05-01
SERVER-40721 Add SubBaton
Jason Carey
2019-04-24
SERVER-40795 Always execute TPTE cbs out of line
Jason Carey
2019-04-11
SERVER-36359 Introduce SemiFuture<T> and ExecutorFuture<T>
Mathias Stearn
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-28
SERVER-40357 expand all calls to MONGO_DISALLOW_COPYING
Billy Donahue
2019-02-27
SERVER-39513 NetworkInterface::setAlarm should be cancellable
Ben Caimano
[next]