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
/
task_executor.cpp
Age
Commit message (
Expand
)
Author
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-08-14
SERVER-78148 Associate SocketException with offending HostAndPort
Alex Li
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-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-08-30
SERVER-65413 Remove stale TODO in TaskExecutor
Matthew Saltz
2021-07-08
SERVER-58112: Add explicit synchronization to TaskExecutor's exhaust command ...
Tyler Seip
2021-03-23
SERVER-53230: Rename cancelation -> cancellation everywhere
Tyler Seip
2021-03-17
SERVER-54996 Change FailPoint::pauseWhileSetAndNotCanceled() to throw on canc...
Blake Oler
2021-02-18
SERVER-51283: Provide a futures API for scheduleExhaustRemoteCommand
Tyler Seip
2021-01-14
SERVER-52903: Add an upper bound for how long a tenant migration donor can bl...
Andrew Shuvalov
2020-11-18
SERVER-52916 Add futurized TaskExecutor::sleepUntil
Matthew Saltz
2020-10-09
SERVER-50658 Add support for CancelationTokens to TaskExecutor::scheduleRemot...
Matthew Saltz
2020-08-01
SERVER-49800 fix use-after-move violations in service arch
Benety Goh
2020-02-22
SERVER-44951 Expand TaskExecutor to implement exhaust functionality
Janna Golden
2019-06-06
SERVER-41133 Add TE::scheduleRemoteCommandOnAny
Jason Carey
2019-05-04
SERVER-40765 TaskExecutor inherits from OutOfLineExecutor
A. Jesse Jiryu Davis
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
2017-03-07
SERVER-27938 Rename all OperationContext variables to opCtx
Maria van Keulen
2015-07-09
SERVER-19001 Minor changes to TaskExecutor::CallbackHandle etc.
Andy Schwerin
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-06-11
SERVER-18623 Make ReplicationExecutor implement the TaskExecutor interface
Spencer T Brody
2015-06-09
SERVER-18623 Wire in TaskExecutor interface and make it compile
Spencer T Brody
2015-06-05
SERVER-18623 TaskExecutor interface
Spencer T Brody