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.cpp
Age
Commit message (
Expand
)
Author
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-09-11
SERVER-70895: Reordered arguments in AsyncRPC functions
Erin McNulty
2023-08-17
SERVER-73658 RemoteCommandRequest to use DatabaseName
Mathis Bessa
2023-08-14
SERVER-78148 Associate SocketException with offending HostAndPort
Alex Li
2023-07-27
SERVER-77537 Make DatabaseName::db() private - async rpc
Sophia Tan
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-20
SERVER-70192 Rewrite uses of sendCommandToShards in sharding ddl coordinator ...
Alex Li
2023-06-01
SERVER-74466 Attach OperationKey in async_rpc for non hedged requests
Alex Li
2023-05-24
Revert "SERVER-70192 Rewrite uses of sendCommandToShards in sharding ddl coor...
Benety Goh
2023-05-23
SERVER-70192 Rewrite uses of sendCommandToShards in sharding ddl coordinator ...
Alex Li
2023-04-26
SERVER-75529 Reduce the width of NamespaceString
Matt Broadstone
2023-02-11
SERVER-72197 Run clang-format 12.0.1 on the codebase
clang-format 12.0.1
2023-01-04
SERVER-71230 Add baton support to async rpc senders
George Wangensteen
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