summaryrefslogtreecommitdiff
path: root/src/mongo/db/write_concern.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-47043 Read concern set to default when it should be localMarcos José Grillo Ramírez2020-03-241-1/+3
* SERVER-45623 improve diagnosability of default writeConcernKevin Pulo2020-02-201-1/+4
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-3/+4
* 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-33355 Support readConcern level snapshot reads on secondariesJames Wahlin2018-03-031-7/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* SERVER-27176 Improve performance of command writeConcern parsingJames Wahlin2016-12-061-2/+7
* SERVER-25204 Allow writeConcern w:1 for 'local' on CSRS config serversKaloian Manassiev2016-07-251-2/+4
* SERVER-24858 Tighten assertions around waiting for write concernKaloian Manassiev2016-07-081-3/+1
* SERVER-22694 removed setupSynchronousCommit() and goingToWaitUntilDurable()Judah Schvimer2016-04-251-8/+0
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-1/+2
* SERVER-21604 v3.0 mongos fails to ping config.mongos if config servers are v3.2Randolph Tan2015-11-251-2/+5
* SERVER-20945 do not require majority write concern for CSRS local dbMisha Tyulenev2015-10-201-2/+3
* SERVER-19934 waitForWriteConcern should take write concern parameterKaloian Manassiev2015-10-071-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-67/+68
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-1/+5
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+1
* SERVER-6558 Attach write concern to operation context.Siyuan Zhou2015-03-271-4/+2
* SERVER-6558 Add writeConcern option to findAndModify commandDaniel Alabi2015-03-171-0/+17
* Revert "SERVER-6558 Add writeConcern option to findAndModify command"Daniel Alabi2015-03-161-17/+0
* SERVER-6558 Add writeConcern option to findAndModify commandDaniel Alabi2015-03-161-0/+17
* SERVER-15195 Implement getHostsWrittenTo in ReplicationCoordinatorImplSpencer T Brody2014-09-141-1/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-161-1/+4
* SERVER-12899 append "waited" field to all fsync GLE calls for 2.4 compatibilityGreg Studer2014-03-041-1/+1
* SERVER-12274 refactor validation out of waiting for write concernGreg Studer2014-01-141-4/+9
* SERVER-11875 Convert internal writes to use write commandsRandolph Tan2014-01-061-21/+2
* SERVER-11977 support for non-client opTime in mongod GLEGreg Studer2013-12-091-4/+15
* SERVER-11665: add timing in writeConcern result for sync timeEliot Horowitz2013-12-031-0/+2
* SERVER-11665: refactor waitForWriteConcernEliot Horowitz2013-12-031-10/+49
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9468 Pull out bulk of CmdGetLastError::run() into helperJason Rassi2013-07-101-0/+32