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.cpp
Age
Commit message (
Expand
)
Author
2024-06-11
SERVER-62390 Remove wDeadline (#23121)
gitpushjoe
2024-06-03
SERVER-85791 Automatically chain generic argument structs to all IDL-generate...
Patrick Freed
2024-05-24
SERVER-84439: Safe handling of magic values in WriteConcern timeout (#22326)
Ronald Steinke
2024-04-05
SERVER-88214 Use WriteConcernIdl for WriteConcernOptions serialization (#20638)
Patrick Freed
2023-12-03
SERVER-82900 Removed mongo/stdx/variant.h and switched to std::variant
Vinod Kumar
2023-11-26
SERVER-81512 Removed using namespace fmt::literals from global namespace
Vinod Kumar
2023-11-21
Revert "SERVER-81512 Removed using namespace fmt::literals from global namesp...
auto-revert-processor
2023-11-21
SERVER-81512 Removed using namespace fmt::literals from global namespace
Vinod Kumar
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2023-03-14
SERVER-67874: Remove config server code which upconverts all writeConcern to ...
wenqinYe
2023-03-08
SERVER-68842 fix w:NaN being interpreted as w:0
John Liu
2023-02-11
SERVER-72197 Run clang-format 12.0.1 on the codebase
clang-format 12.0.1
2022-12-05
SERVER-70360 Set upper limit on wtimeout
Vesselina Ratcheva
2022-09-06
SERVER-69203 Prevent extra tags copies in deserializeWriteConcernW
Vesselina Ratcheva
2022-08-18
SERVER-68826 Introduce the server_base library
Kaloian Manassiev
2022-08-16
SERVER-68848 explicit IDLParserContext unary ctor
Billy Donahue
2022-08-12
SERVER-67823 Update comments in extractWriteConcern
Huayu Ouyang
2022-07-11
SERVER-67248 Remove any additional references to 5.x FCV constants
Evelyn Wu
2022-07-06
SERVER-67709 rename visit_helper
Billy Donahue
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
2022-01-13
SERVER-27209 Eliminate dangerous BSONElement string extraction methods
Matt Kneiser
2021-06-04
SERVER-56694 implicit default majority write concern should set usedDefault=f...
Moustafa Maher
2021-04-19
SERVER-55700 Update kImplicitDefault in WriteConcernOptions
Huayu Ouyang
2020-11-25
SERVER-51371 Remove assertion on specific error code in bulk_api_wc.js
George Wangensteen
2020-11-19
SERVER-51371 Strict IDL definition for WriteConcern
George Wangensteen
2020-03-12
SERVER-46674 Compare WriteConcernOptions properly (without converting to BSON)
Kevin Pulo
2020-03-05
SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...
Kevin Pulo
2020-02-29
SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgrade
Siyuan Zhou
2020-02-25
SERVER-45085 check config replication condition on reconfig
Pavithra Vetriselvan
2020-02-16
SERVER-45623 read/write concern provenance
Kevin Pulo
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-12-20
SERVER-44538 Add read/write concern fields to logging/profiling
Kevin Pulo
2019-11-12
SERVER-43854: Make WriteConcernOptions::parse a static function returning Sta...
Lingzhi Deng
2019-10-05
SERVER-43769: Only get the default write concern from ReplSetConfig if no wri...
Lingzhi Deng
2019-10-03
SERVER-43252: Only compute WriteConcernResult.writtenTo for CmdGetLastError
Lingzhi Deng
2019-09-26
SERVER-43120 SERVER-43121 SERVER-43122 ReadWriteConcernDefaults component, se...
Kevin Pulo
2019-04-09
SERVER-40476 remove mongoutils::str
Billy Donahue
2019-04-03
SERVER-39041 Revert "SERVER-38094 Add write concern that waits for majority c...
Suganthi Mani
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2019-01-30
SERVER-39240 Make WriteConcernOptions timeout constants to be constexpr
Kaloian Manassiev
2019-01-22
SERVER-38998 Create serverStatus metrics for writeConcern
Tess Avitabile
2018-12-06
SERVER-37884 Coordinator should make its state durable before sending prepare...
Esha Maharishi
2018-11-15
SERVER-37646 Create new IDL for config.system.indexBuilds collection
GWlodarek
2018-11-15
SERVER-38094 Add write concern that waits for majority commit point but not c...
Jack Mulrow
[next]