summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/read_concern_args.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-24/+14
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39672: default to local if no read concern specified for a multi-statm...Lingzhi Deng2019-03-271-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38998 Create serverStatus metrics for readConcernTess Avitabile2019-01-181-1/+6
* SERVER-37560 Add core functionality for speculative majority readsWilliam Schultz2018-12-211-0/+5
* SERVER-37560 Add API for allowing commands to support speculative majority readsWilliam Schultz2018-11-141-0/+10
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33679 Forward declare OperationContext in read_concern_args.hDewal Gupta2018-06-281-1/+11
* SERVER-34038 Make sure that commitTransaction waits for writeConcern after a ...Matthew Russotto2018-05-031-0/+5
* SERVER-34073 Allow creating transactions with readConcerns other than 'snapsh...Tess Avitabile2018-04-131-0/+20
* SERVER-32518 Establish snapshot timestamp for readConcern snapshotTess Avitabile2018-02-051-1/+1
* SERVER-32517 Parse readConcern snapshot and atClusterTimeTess Avitabile2018-01-231-42/+82
* SERVER-31352 Always skip OperationShardingState initialization if readConcern...Kaloian Manassiev2017-10-051-4/+0
* SERVER-31032 Make secondary requests default to 'available' rc-level when bot...Dianna Hohensee2017-09-201-0/+8
* SERVER-30645 testing-only read concern to read at a point-in-timeEric Milkie2017-09-121-1/+15
* SERVER-30592 Place ReadConcernArgs as a decoration on the OperationContextDianna Hohensee2017-08-221-0/+3
* SERVER-30593 Add 'available' as a valid read concern levelDianna Hohensee2017-08-171-2/+14
* SERVER-28150 Add support for readConcern::afterClusterTime for level == localMisha Tyulenev2017-06-211-5/+10
* SERVER-29434 Don't accept empty timestamps for readConcern afterClusterTimeJack Mulrow2017-06-071-0/+5
* Revert "SERVER-29434 Don't accept empty timestamps for readConcern afterClust...Judah Schvimer2017-06-061-5/+0
* SERVER-29434 Don't accept empty timestamps for readConcern afterClusterTimeJack Mulrow2017-06-061-0/+5
* SERVER-27771 add readConcern::afterClusterTimeMisha Tyulenev2017-03-131-4/+44
* SERVER-24858 Tighten assertions around waiting for write concernKaloian Manassiev2016-07-081-0/+4
* SERVER-24494 Implemented parsing for linearizable read concernhari devaraj2016-07-051-4/+6
* Revert "SERVER-24494 Implemented parsing for linearizable read concern."r3.3.9Eric Milkie2016-06-271-6/+4
* SERVER-24494 Implemented parsing for linearizable read concern.hari devaraj2016-06-231-4/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-23010: improved logging readconcern usageScott Hernandez2016-03-271-0/+10
* SERVER-23103 Break circularity between optime and bson_extractAndrew Morrow2016-03-211-0/+1
* SERVER-21140 clean up readConcern parsing validationMathias Stearn2015-11-061-24/+35
* SERVER-21169 Make internal CSRS config server reads retriableKaloian Manassiev2015-10-301-1/+1
* SERVER-20214 Stop supporting majority read concern level with MapReduce and A...Mathias Stearn2015-09-171-3/+3
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-171-9/+4
* SERVER-19554 merge ReplSetMetadata and ReplicationMetadatamatt dannenberg2015-08-121-24/+6
* SERVER-19390 Make read concern args accept optional parametersRandolph Tan2015-08-111-29/+31
* SERVER-19390 Mongod prep for supporting read after optimeRandolph Tan2015-08-061-3/+42
* SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and r...matt dannenberg2015-07-191-1/+2
* SERVER-19205 change all ReadAfterOpTime objects to be ReadConcern objectsmatt dannenberg2015-07-191-0/+127