summaryrefslogtreecommitdiff
path: root/src/mongo/db/write_concern_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25064 Make mongos upgrade w:1 to w:majority for auth writesKaloian Manassiev2016-07-171-1/+3
* SERVER-12703 write concern parsing should error on unrecognized fieldsBenety Goh2016-07-131-17/+47
* SERVER-24858 Tighten assertions around waiting for write concernKaloian Manassiev2016-07-081-1/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+34
* SERVER-22628 Sharding secondary throttle parsing into separate classKaloian Manassiev2016-02-171-54/+8
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-6/+10
* SERVER-20891 User-initiated writes to the config server must use w:majority w...Spencer T Brody2015-10-131-0/+4
* SERVER-19934 waitForWriteConcern should take write concern parameterKaloian Manassiev2015-10-071-1/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-140/+111
* SERVER-18436 Basic skeleton of replica set catalog managerSpencer T Brody2015-06-101-2/+3
* SERVER-18798 Move FindAndModifyRequest to the request/response libraryKaloian Manassiev2015-06-031-2/+1
* SERVER-18418 Remote command targeterKaloian Manassiev2015-05-121-3/+19
* SERVER-5218 Batch oplog writes always wait for journal.Siyuan Zhou2015-04-301-0/+2
* Revert "SERVER-5218 Batch oplog writes always wait for journal."Siyuan Zhou2015-04-291-2/+0
* SERVER-5218 Batch oplog writes always wait for journal.Siyuan Zhou2015-04-291-0/+2
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+1
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-1/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-161-0/+103
* Revert "SERVER-14041 enhance secondaryThrottle parameter"Randolph Tan2014-07-151-103/+0
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-151-0/+103
* SERVER-12978 more validation of write concern optionsGreg Studer2014-03-121-6/+18
* SERVER-12596 writeConcern {} and writeConcern {wtimeout: 1000} treated like {...Randolph Tan2014-02-131-0/+4
* SERVER-12274 refactor validation out of waiting for write concernGreg Studer2014-01-141-0/+34
* SERVER-11875 Convert internal writes to use write commandsRandolph Tan2014-01-061-0/+39