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_cursor_test.cpp
Age
Commit message (
Expand
)
Author
2024-05-28
SERVER-86739: Enable pre-fetching for mongot cursor (#21838)
Will Buerger
2024-04-15
SERVER-88887: Split mongot-specific logic out of task_executor_cursor
Will Buerger
2024-04-13
Revert "SERVER-88887: Split mongot-specific logic out of task_executor_cursor...
auto-revert-processor
2024-04-12
SERVER-88887: Split mongot-specific logic out of task_executor_cursor (#20944)
Will Buerger
2024-04-10
SERVER-89102: Pass TaskExecutorCursor as pointers (#20892)
Will Buerger
2024-03-19
SERVER-87974 Enable modernize-use-override and apply fixes (#20075)
Ivan Fefer
2023-10-05
SERVER-81830 Create Clients with Service, not ServiceContext
George Wangensteen
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-05-24
SERVER-74453 Implement support for getMore against mongot with user-defined l...
Militsa Sotirova
2023-05-17
SERVER-77196 Prevent potential deadlock in TaskExecutorCursorTest
Ben Shteinfeld
2023-05-10
SERVER-73959 Add option to TaskExecutorCursor to not prefetch next batch
Ben Shteinfeld
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
2022-12-14
SERVER-70193 Add sendTxnCommand to async rpc API
Jason Chan
2022-09-16
SERVER-69702 Ensure TaskExecutorCursor's constructed from multi-cursor replie...
George Wangensteen
2022-07-27
SERVER-68246 rewrite calls to boost::optional get and is_initialized
Billy Donahue
2022-07-07
SERVER-65317 `TaskExecutorCursor` should not cancel prefetching getMores
Amirsaman Memaripour
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2022-02-10
SERVER-62531 Add ability for TaskExecutorCursor to parse multiple cursors
Ted Tuckman
2021-09-27
SERVER-59618 add LockerNoopClientObserver and register this ClientObserver in...
Benety Goh
2020-04-14
SERVER-46127 unit tests log to a kTest component
Gabriel Russell
2020-02-27
SERVER-45726 Improve variable names in TaskExecutorCursor
Cheahuychou Mao
2020-02-27
SERVER-45726 Allow empty firstBatch with TaskExecutorCursor
Cheahuychou Mao
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-04-11
SERVER-40414 fix mac os compile
Benety Goh
2019-04-10
SERVER-40414 TaskExecutorCursor
Jason Carey