index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
write_concern_options_test.cpp
Age
Commit message (
Expand
)
Author
2024-05-24
SERVER-84439: Safe handling of magic values in WriteConcern timeout (#22326)
Ronald Steinke
2023-12-03
SERVER-82900 Removed mongo/stdx/variant.h and switched to std::variant
Vinod Kumar
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-03-08
SERVER-68842 fix w:NaN being interpreted as w:0
John Liu
2022-12-05
SERVER-70360 Set upper limit on wtimeout
Vesselina Ratcheva
2022-07-11
SERVER-67248 Remove any additional references to 5.x FCV constants
Evelyn Wu
2022-03-17
SERVER-64577: Disallow wTags write concern in FCV less than 5.3
Matt Broadstone
2022-02-01
SERVER-62609 Represent the w parameter of WriteConcernOptions as a variant
Matt Broadstone
2022-01-13
SERVER-62016 support tagged write concerns
Matt Broadstone
2022-01-13
SERVER-62422 Consolidate WriteConcernOptions parsing logic
Matt Broadstone
2020-02-03
SERVER-45920 Validate writeConcern.w
Amirsaman Memaripour
2020-01-29
Revert SERVER-45584
Amirsaman Memaripour
2020-01-28
SERVER-45584 Validate writeConcern.w
Amirsaman Memaripour
2020-01-25
SERVER-45639 Use safeNumberLong() to parse wTimeout from command
Jason Chan
2019-11-12
SERVER-43854: Make WriteConcernOptions::parse a static function returning Sta...
Lingzhi Deng
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2016-07-13
SERVER-12703 write concern parsing should error on unrecognized fields
Benety Goh