summaryrefslogtreecommitdiff
path: root/src/mongo/db/write_concern_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-041-9/+9
* SERVER-55700 Update kImplicitDefault in WriteConcernOptionsHuayu Ouyang2021-04-191-2/+2
* SERVER-51371 Remove assertion on specific error code in bulk_api_wc.jsGeorge Wangensteen2020-11-251-2/+2
* SERVER-51371 Strict IDL definition for WriteConcernGeorge Wangensteen2020-11-191-9/+65
* SERVER-46674 Compare WriteConcernOptions properly (without converting to BSON)Kevin Pulo2020-03-121-0/+6
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-0/+6
* SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgradeSiyuan Zhou2020-02-291-1/+0
* SERVER-45085 check config replication condition on reconfigPavithra Vetriselvan2020-02-251-0/+1
* SERVER-45623 read/write concern provenanceKevin Pulo2020-02-161-0/+9
* SERVER-45920 Validate writeConcern.wAmirsaman Memaripour2020-02-031-1/+9
* Revert SERVER-45584Amirsaman Memaripour2020-01-291-8/+1
* SERVER-45584 Validate writeConcern.wAmirsaman Memaripour2020-01-281-1/+8
* SERVER-45639 Use safeNumberLong() to parse wTimeout from commandJason Chan2020-01-251-1/+1
* SERVER-44538 Add read/write concern fields to logging/profilingKevin Pulo2019-12-201-2/+6
* SERVER-43854: Make WriteConcernOptions::parse a static function returning Sta...Lingzhi Deng2019-11-121-22/+25
* SERVER-43769: Only get the default write concern from ReplSetConfig if no wri...Lingzhi Deng2019-10-051-25/+5
* SERVER-43252: Only compute WriteConcernResult.writtenTo for CmdGetLastErrorLingzhi Deng2019-10-031-1/+1
* SERVER-43120 SERVER-43121 SERVER-43122 ReadWriteConcernDefaults component, se...Kevin Pulo2019-09-261-7/+24
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39041 Revert "SERVER-38094 Add write concern that waits for majority c...Suganthi Mani2019-04-031-6/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39240 Make WriteConcernOptions timeout constants to be constexprKaloian Manassiev2019-01-301-7/+7
* SERVER-38998 Create serverStatus metrics for writeConcernTess Avitabile2019-01-221-0/+3
* SERVER-37884 Coordinator should make its state durable before sending prepare...Esha Maharishi2018-12-061-0/+3
* SERVER-37646 Create new IDL for config.system.indexBuilds collectionGWlodarek2018-11-151-0/+6
* SERVER-38094 Add write concern that waits for majority commit point but not c...Jack Mulrow2018-11-151-0/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+11
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-241-0/+5
* SERVER-33355 Support readConcern level snapshot reads on secondariesJames Wahlin2018-03-031-1/+1
* SERVER-28641 remove requirement that non-internal writes against config serve...Esha Maharishi2017-04-061-5/+0
* SERVER-27176 Improve performance of command writeConcern parsingJames Wahlin2016-12-061-4/+7
* 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