summaryrefslogtreecommitdiff
path: root/src/mongo/db/write_concern.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-4/+18
* SERVER-43769: Only get the default write concern from ReplSetConfig if no wri...Lingzhi Deng2019-10-051-2/+12
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43252: Only compute WriteConcernResult.writtenTo for CmdGetLastErrorLingzhi Deng2019-10-031-6/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-0/+1
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38978 coordinateCommitTransaction should send abortTransaction over th...Esha Maharishi2019-01-241-1/+2
* SERVER-37856 Fix coverity analysis defect 105090: Wrong operator usedEsha Maharishi2018-12-051-3/+3
* SERVER-34212 Config servers should only upconvert writeConcern to majority fo...Esha Maharishi2018-10-221-8/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-2/+2
* SERVER-33355 Support readConcern level snapshot reads on secondariesJames Wahlin2018-03-031-7/+4
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-31184 Cleanup usages of global service context objectsKaloian Manassiev2017-10-101-4/+5
* SERVER-28269 Set _canAcceptNonLocalWrites at the end of signalDrainComplete()Matthew Russotto2017-09-061-1/+4
* SERVER-28641 remove requirement that non-internal writes against config serve...Esha Maharishi2017-04-061-15/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-15/+15
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-021-1/+1
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-261-1/+1
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-241-1/+1
* SERVER-27176 Improve performance of command writeConcern parsingJames Wahlin2016-12-061-8/+6
* SERVER-27053 Don't acknowledge writes if the term has changed.Spencer T Brody2016-11-171-0/+5
* SERVER-25915 Log when waiting for write concernSpencer T Brody2016-08-311-1/+3
* SERVER-25204 Allow writeConcern w:1 for 'local' on CSRS config serversKaloian Manassiev2016-07-251-6/+5
* SERVER-24939 Pull read concern extract, check and wait to separate utilityKaloian Manassiev2016-07-081-1/+1
* SERVER-24858 Tighten assertions around waiting for write concernKaloian Manassiev2016-07-081-91/+51
* SERVER-24701 Add option to set writeConcern for ShardingCatalogClient write opsRandolph Tan2016-06-241-2/+7
* SERVER-24570 Fix overeager dassert in WriteConcernResult::appendToGeert Bosch2016-06-151-1/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+5
* SERVER-22694 removed setupSynchronousCommit() and goingToWaitUntilDurable()Judah Schvimer2016-04-251-10/+0
* SERVER-23268 remove CatalogManager::ConfigServerMode::SCCCMisha Tyulenev2016-04-211-11/+2
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-27/+21
* SERVER-22663 Remember --shardsvr settingRandolph Tan2016-03-231-1/+1
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-27/+35
* SERVER-21604 v3.0 mongos fails to ping config.mongos if config servers are v3.2Randolph Tan2015-11-251-4/+17
* SERVER-21589 SERVER-21362 disable journal sync in PV0matt dannenberg2015-11-201-1/+2
* SERVER-21362 journal sync in PV0matt dannenberg2015-11-131-2/+1
* SERVER-20694 Do not require w:majority on writes to config replica sets in SC...Andy Schwerin2015-10-281-1/+2
* SERVER-21033 Do not wait for write concern under lockKaloian Manassiev2015-10-211-0/+7
* SERVER-20945 do not require majority write concern for CSRS local dbMisha Tyulenev2015-10-201-7/+12
* SERVER-20891 User-initiated writes to the config server must use w:majority w...Spencer T Brody2015-10-131-5/+16
* SERVER-19934 waitForWriteConcern should take write concern parameterKaloian Manassiev2015-10-071-2/+1
* SERVER-19852 Allow CSRS config servers to accept any legal write concern for ...Andy Schwerin2015-08-121-7/+8