summaryrefslogtreecommitdiff
path: root/src/mongo/db/write_concern_options.cpp
AgeCommit message (Expand)Author
2024-06-11SERVER-62390 Remove wDeadline (#23121)gitpushjoe
2024-06-03SERVER-85791 Automatically chain generic argument structs to all IDL-generate...Patrick Freed
2024-05-24SERVER-84439: Safe handling of magic values in WriteConcern timeout (#22326)Ronald Steinke
2024-04-05SERVER-88214 Use WriteConcernIdl for WriteConcernOptions serialization (#20638)Patrick Freed
2023-12-03SERVER-82900 Removed mongo/stdx/variant.h and switched to std::variantVinod Kumar
2023-11-26SERVER-81512 Removed using namespace fmt::literals from global namespaceVinod Kumar
2023-11-21Revert "SERVER-81512 Removed using namespace fmt::literals from global namesp...auto-revert-processor
2023-11-21SERVER-81512 Removed using namespace fmt::literals from global namespaceVinod Kumar
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2023-03-14SERVER-67874: Remove config server code which upconverts all writeConcern to ...wenqinYe
2023-03-08SERVER-68842 fix w:NaN being interpreted as w:0John Liu
2023-02-11SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.1
2022-12-05SERVER-70360 Set upper limit on wtimeoutVesselina Ratcheva
2022-09-06SERVER-69203 Prevent extra tags copies in deserializeWriteConcernWVesselina Ratcheva
2022-08-18SERVER-68826 Introduce the server_base libraryKaloian Manassiev
2022-08-16SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue
2022-08-12SERVER-67823 Update comments in extractWriteConcernHuayu Ouyang
2022-07-11SERVER-67248 Remove any additional references to 5.x FCV constantsEvelyn Wu
2022-07-06SERVER-67709 rename visit_helperBilly Donahue
2022-03-17SERVER-64577: Disallow wTags write concern in FCV less than 5.3Matt Broadstone
2022-02-01SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone
2022-01-13SERVER-62016 support tagged write concernsMatt Broadstone
2022-01-13SERVER-62422 Consolidate WriteConcernOptions parsing logicMatt Broadstone
2022-01-13SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser
2021-06-04SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher
2021-04-19SERVER-55700 Update kImplicitDefault in WriteConcernOptionsHuayu Ouyang
2020-11-25SERVER-51371 Remove assertion on specific error code in bulk_api_wc.jsGeorge Wangensteen
2020-11-19SERVER-51371 Strict IDL definition for WriteConcernGeorge Wangensteen
2020-03-12SERVER-46674 Compare WriteConcernOptions properly (without converting to BSON)Kevin Pulo
2020-03-05SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo
2020-02-29SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgradeSiyuan Zhou
2020-02-25SERVER-45085 check config replication condition on reconfigPavithra Vetriselvan
2020-02-16SERVER-45623 read/write concern provenanceKevin Pulo
2020-02-03SERVER-45920 Validate writeConcern.wAmirsaman Memaripour
2020-01-29Revert SERVER-45584Amirsaman Memaripour
2020-01-28SERVER-45584 Validate writeConcern.wAmirsaman Memaripour
2020-01-25SERVER-45639 Use safeNumberLong() to parse wTimeout from commandJason Chan
2019-12-20SERVER-44538 Add read/write concern fields to logging/profilingKevin Pulo
2019-11-12SERVER-43854: Make WriteConcernOptions::parse a static function returning Sta...Lingzhi Deng
2019-10-05SERVER-43769: Only get the default write concern from ReplSetConfig if no wri...Lingzhi Deng
2019-10-03SERVER-43252: Only compute WriteConcernResult.writtenTo for CmdGetLastErrorLingzhi Deng
2019-09-26SERVER-43120 SERVER-43121 SERVER-43122 ReadWriteConcernDefaults component, se...Kevin Pulo
2019-04-09SERVER-40476 remove mongoutils::strBilly Donahue
2019-04-03SERVER-39041 Revert "SERVER-38094 Add write concern that waits for majority c...Suganthi Mani
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2019-01-30SERVER-39240 Make WriteConcernOptions timeout constants to be constexprKaloian Manassiev
2019-01-22SERVER-38998 Create serverStatus metrics for writeConcernTess Avitabile
2018-12-06SERVER-37884 Coordinator should make its state durable before sending prepare...Esha Maharishi
2018-11-15SERVER-37646 Create new IDL for config.system.indexBuilds collectionGWlodarek
2018-11-15SERVER-38094 Add write concern that waits for majority commit point but not c...Jack Mulrow