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
/
async_rpc_test.cpp
Age
Commit message (
Expand
)
Author
2024-06-03
SERVER-85791 Automatically chain generic argument structs to all IDL-generate...
Patrick Freed
2024-04-30
SERVER-89351 Merge generic argument and reply fields structs (#21600)
Patrick Freed
2024-04-26
SERVER-88214 Add types to generic_argument.idl (#21574)
Patrick Freed
2024-04-26
Revert "SERVER-88214 Add types to generic_argument.idl (#21502)"
auto-revert-processor
2024-04-26
SERVER-88214 Add types to generic_argument.idl (#21502)
Patrick Freed
2024-04-25
Revert "SERVER-88214 Add types to generic_argument.idl (#20310)"
auto-revert-processor
2024-04-24
SERVER-88214 Add types to generic_argument.idl (#20310)
Patrick Freed
2024-02-01
SERVER-80296 Refactor command request processing path to reduce BSON parsing ...
Alex Li
2023-09-11
SERVER-70895: Reordered arguments in AsyncRPC functions
Erin McNulty
2023-08-14
SERVER-78148 Associate SocketException with offending HostAndPort
Alex Li
2023-08-03
SERVER-79070 Make async_rpc_util::getAllResponsesOrFirstErrorWithCancellation...
George Wangensteen
2023-07-26
SERVER-78524 Fix dangling continuations in async_rpc_util::getAllResponsesOrF...
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-20
SERVER-70192 Rewrite uses of sendCommandToShards in sharding ddl coordinator ...
Alex Li
2023-06-16
SERVER-77896 Enable performance-no-automatic-move clang-tidy check
Steve Gross
2023-06-05
Revert "SERVER-77403 Remove TaskExecutor fulfilling response with CallbackCan...
Alex Li
2023-06-01
SERVER-74466 Attach OperationKey in async_rpc for non hedged requests
Alex Li
2023-05-26
SERVER-77403 Remove TaskExecutor fulfilling response with CallbackCanceled
Alex Li
2023-05-19
SERVER-77228 Improve memory layout of NamespaceStringOrUUID
Matt Broadstone
2023-04-27
SERVER-74493 Make DatabaseName constructors private - test files
mathisbessamdb
2023-03-13
SERVER-72082 Process transaction metadata via the TxnRouter when using AsyncR...
George Wangensteen
2023-02-08
SERVER-73112 Expose function to construct NamespaceString in unit tests
jannaerin
2023-02-07
SERVER-70894 Add an overload for async_rpc::sendCommand that doesn't require ...
Alex Li
2023-02-06
SERVER-70191 Move async_rpc::sendTxnCommand to its own header
George Wangensteen
2023-02-02
SERVER-72174 Delete comments about removing ExtraErrorInfo serialization logi...
Patrick Freed
2023-01-20
SERVER-69977 Extend RemoteCommandRunner API to allow for Generic Passthrough ...
Jason Chan
2023-01-04
SERVER-71230 Add baton support to async rpc senders
George Wangensteen
2022-12-14
SERVER-70193 Add sendTxnCommand to async rpc API
Jason Chan
2022-12-05
SERVER-71075 Add attempted/used targets to AsyncRPCErrorInfo
George Wangensteen
2022-11-14
SERVER-71192 Rewrite targeting and executor shutdown errors for hedged async rpc
George Wangensteen
2022-10-19
SERVER-68650 Improve async RPC API naming conventions and fix use of retry po...
George Wangensteen