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
/
pinned_connection_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-09-27
SERVER-79202 Prevent PinnedConnectionExecutor from destroying itself
George Wangensteen
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-07-07
SERVER-78554 PinnedConnectionTaskExecutor destroys unhealthy stream before no...
George Wangensteen
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-05-17
SERVER-77085 Ensure PinnedConnectionTaskExecutor sends requests to the networ...
George Wangensteen
2023-05-11
SERVER-71123 implement IWYU tool and add required human changes
Daniel Moody
2023-04-10
SERVER-75725 Control TaskExecutorCursor's connection-pinning behavior with a ...
George Wangensteen
2023-04-05
SERVER-73613 Let TaskExecutorCursor Pin Connections When Requested
George Wangensteen
2023-03-29
SERVER-75443 PinnedConnectionTaskExecutor::join waits for in-progress request...
George Wangensteen
2023-03-26
SERVER-73611 Add RPC functionality to PinnedConnectionTaskExecutor
George Wangensteen