summaryrefslogtreecommitdiff
path: root/src/mongo/client/read_preference.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49970 Prefer the VectorClock's ConfigTime to configOpTime when queryin...Pierlauro Sciarelli2020-09-011-3/+21
* SERVER-48936 Add stubs for the donor commandsLuis Osta2020-07-131-0/+6
* SERVER-38731 Implement ability to specify sync source read preference in init...Matthew Russotto2020-03-181-28/+6
* SERVER-45439 Add support for per operation hedging via an explicit read prefe...Cheahuychou Mao2020-01-231-7/+22
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-121-6/+47
* SERVER-28814 Add and use ReadPreferenceSetting::secondaryPreferredMetadata()Mathias Stearn2017-05-121-5/+11
* SERVER-26927 support integer values for maxStalenessSecondsMisha Tyulenev2016-12-121-12/+11
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-1/+2
* SERVER-22620 prefer config servers with recent opTimeMisha Tyulenev2016-08-091-1/+3
* SERVER-24676 implement support for maxStalenessMS in ReplicaSetMonitorMisha Tyulenev2016-07-191-0/+6
* SERVER-24675 Add maxStalenessMS to ReadPreferenceSettingMisha Tyulenev2016-07-081-3/+7
* SERVER-20743 Combine target selection and command execution in ShardRegistry.Andy Schwerin2015-10-061-4/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-112/+119
* SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to gridKaloian Manassiev2015-06-091-0/+5
* SERVER-18236 hang slaveOk/secondaryOk and readPreference off OpCtxAdam Midvidy2015-06-031-2/+2
* SERVER-18587 cleanup ReadPreference and move it to a separate libraryAdam Midvidy2015-05-211-16/+35
* SERVER-18418 Remote command targeterKaloian Manassiev2015-05-121-0/+124