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
/
client
/
read_preference_test.cpp
Age
Commit message (
Expand
)
Author
2024-09-12
SERVER-92062 SERVER-92063 Log warning when hedging options are specified (#26...
Patrick Freed
2024-04-15
SERVER-89289 Optimize TagSet comparisons
Mark Benvenuto
2024-02-04
SERVER-85907 Make replica set endpoint skip readPreference retargeting
Cheahuychou Mao
2024-02-04
Revert "SERVER-85907 Make replica set endpoint skip readPreference retargetin...
Tommaso Tocci
2024-02-02
SERVER-85907 Make replica set endpoint skip readPreference retargeting (#18514)
Cheahuychou Mao
2023-10-07
SERVER-77158 apply performance-move-const-arg clang tidy rule for client
Matt Boros
2023-06-22
SERVER-77044 IWYU Automated changes for up to end ratio 0.4
Daniel Moody
2023-06-15
SERVER-77042 automated IWYU changes up to ratio of 0.3
Daniel Moody
2022-11-17
SERVER-59302 Remove support in client code for commands wrapped with $query
David Storch
2020-02-19
SERVER-46234 Remove the code for computing hedging delay and add maxTimeMSFor...
Cheahuychou Mao
2020-01-25
SERVER-45440 Add support for implicit operation hedging when using readPrefer...
Cheahuychou Mao
2020-01-23
SERVER-45439 Add support for per operation hedging via an explicit read prefe...
Cheahuychou Mao
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
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-05-12
SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSetting
Mathias Stearn
2016-12-12
SERVER-26927 support integer values for maxStalenessSeconds
Misha Tyulenev
2016-11-15
SERVER-26927 Rename maxStalenessMS to maxStalenessSeconds and support doubles
Kaloian Manassiev
2016-07-19
SERVER-24676 implement support for maxStalenessMS in ReplicaSetMonitor
Misha Tyulenev
2016-07-08
SERVER-24675 Add maxStalenessMS to ReadPreferenceSetting
Misha Tyulenev
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2015-10-06
SERVER-20743 Combine target selection and command execution in ShardRegistry.
Andy Schwerin
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-05-21
SERVER-18587 cleanup ReadPreference and move it to a separate library
Adam Midvidy