summaryrefslogtreecommitdiff
path: root/src/mongo/db/write_concern_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67874: Remove config server code which upconverts all writeConcern to ...wenqinYe2023-03-141-3/+5
* SERVER-68842 fix w:NaN being interpreted as w:0John Liu2023-03-081-0/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-70360 Set upper limit on wtimeoutVesselina Ratcheva2022-12-051-1/+8
* SERVER-69203 Prevent extra tags copies in deserializeWriteConcernWVesselina Ratcheva2022-09-061-1/+1
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-7/+1
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-1/+1
* SERVER-67823 Update comments in extractWriteConcernHuayu Ouyang2022-08-121-3/+5
* SERVER-67248 Remove any additional references to 5.x FCV constantsEvelyn Wu2022-07-111-10/+0
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-8/+7
* SERVER-64577: Disallow wTags write concern in FCV less than 5.3Matt Broadstone2022-03-171-1/+65
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-50/+26
* SERVER-62016 support tagged write concernsMatt Broadstone2022-01-131-4/+10
* SERVER-62422 Consolidate WriteConcernOptions parsing logicMatt Broadstone2022-01-131-129/+36
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+1
* 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