summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/read_concern_args.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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