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.cpp
Age
Commit message (
Expand
)
Author
2024-09-12
SERVER-92062 SERVER-92063 Log warning when hedging options are specified (#26...
Patrick Freed
2024-06-03
SERVER-85791 Automatically chain generic argument structs to all IDL-generate...
Patrick Freed
2024-04-15
SERVER-89289 Optimize TagSet comparisons
Mark Benvenuto
2024-04-11
SERVER-88214 Use IDL for serializing ReadPreferenceSetting (#20639)
Patrick Freed
2024-04-06
Revert "SERVER-88953 ServerParameter onUpdate handlers accept OperationContex...
auto-revert-processor
2024-04-06
SERVER-88953 ServerParameter onUpdate handlers accept OperationContext (#20690)
Matt Broadstone
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
2024-02-01
SERVER-80296 Refactor command request processing path to reduce BSON parsing ...
Alex Li
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
2023-05-23
SERVER-76919 add gen command fields to queryStats key
Maddie Zechar
2022-08-30
SERVER-68342 Modify ServerParameter to take tenantId
Gabriel Marks
2022-07-27
SERVER-68246 rewrite calls to boost::optional get and is_initialized
Billy Donahue
2022-07-26
SERVER-67824 Rename IDLParserErrorContext to IDLParserContext
Hugh Tong
2021-05-21
SERVER-57117 Verify that 'hedge' option is an object when parsing ReadPrefere...
Mihai Andrei
2020-07-13
SERVER-48936 Add stubs for the donor commands
Luis Osta
2020-03-18
SERVER-38731 Implement ability to specify sync source read preference in init...
Matthew Russotto
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-04-09
SERVER-40476 remove mongoutils::str
Billy Donahue
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
2018-10-19
SERVER-37522 Add a missing quote to error message.
Oleg Pudeyev
2017-05-12
SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSetting
Mathias Stearn
2017-05-12
SERVER-28814 Add and use ReadPreferenceSetting::secondaryPreferredMetadata()
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-07-27
SERVER-19514 Avoid static initialization dependency in TagSet default constru...
Spencer T Brody
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-06-09
SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to grid
Kaloian Manassiev
2015-05-21
SERVER-18587 cleanup ReadPreference and move it to a separate library
Adam Midvidy
2015-05-12
SERVER-18418 Remote command targeter
Kaloian Manassiev