summaryrefslogtreecommitdiff
path: root/src/mongo/db/write_concern_options_test.cpp
AgeCommit message (Expand)Author
2024-05-24SERVER-84439: Safe handling of magic values in WriteConcern timeout (#22326)Ronald Steinke
2023-12-03SERVER-82900 Removed mongo/stdx/variant.h and switched to std::variantVinod Kumar
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-03-08SERVER-68842 fix w:NaN being interpreted as w:0John Liu
2022-12-05SERVER-70360 Set upper limit on wtimeoutVesselina Ratcheva
2022-07-11SERVER-67248 Remove any additional references to 5.x FCV constantsEvelyn Wu
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
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-11-12SERVER-43854: Make WriteConcernOptions::parse a static function returning Sta...Lingzhi Deng
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2016-07-13SERVER-12703 write concern parsing should error on unrecognized fieldsBenety Goh