summaryrefslogtreecommitdiff
path: root/src/mongo/db/read_write_concern_defaults.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49189 pass current cachedValue (and time, if causally consistent) to R...Kevin Pulo2020-07-231-6/+7
* SERVER-46154 Pull the InProgressLookup outside of ReadThroughCacheKaloian Manassiev2020-05-171-5/+6
* SERVER-47916 Make InvalidatingLRUCache use an 'epoch' when invalidating evict...Kaloian Manassiev2020-05-071-15/+13
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799 Fix LOGV2 lines in the BatchWriteExecutorKaloian Manassiev2020-04-051-3/+1
* SERVER-46604 Fix destruction order of ThreadPool in OCSPCacheKaloian Manassiev2020-03-041-1/+1
* SERVER-44978 Make the ReadThroughCache lookup asynchronousKaloian Manassiev2020-03-031-6/+14
* SERVER-45798 Infrastructure for Caching OCSP responses for the ClientShreyas Kalyan2020-02-271-6/+3
* SERVER-44978 Remove accidentally added usage of getGlobalServiceContext() fro...Kaloian Manassiev2020-02-261-7/+10
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45623 read/write concern provenanceKevin Pulo2020-02-161-0/+8
* SERVER-44978 Thread-through ServiceContext and ThreadPool to ReadThroughCacheKaloian Manassiev2020-02-151-3/+18
* SERVER-45120 Move 'localSetTime' out of the RWConcernDefault IDLKaloian Manassiev2020-02-141-56/+29
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+4
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-171-1/+1
* Revert "SERVER-43721 Rename DistCache to ReadThroughCache"Gabriel Russell2020-01-161-1/+1
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-161-1/+1
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-23/+19
* SERVER-45282 Unify how mongos and mongod default RWC caches handle deleted de...Jack Mulrow2020-01-081-3/+4
* SERVER-45097 Permit default write concern without w fieldKevin Pulo2020-01-081-1/+1
* SERVER-44890 MongoD RWCDefaults get refreshed through the OpObserverJack Mulrow2019-12-201-2/+54
* SERVER-43720 Make RWCDefaults commands persist the defaultsJack Mulrow2019-12-171-10/+6
* SERVER-43125 test propagation of RWC defaultsKevin Pulo2019-12-131-10/+4
* SERVER-43716 mongos periodic refresh of RWC defaultsKevin Pulo2019-12-131-2/+22
* SERVER-43720 Add default read write concern commands to mongos and config serverJack Mulrow2019-12-121-3/+12
* SERVER-43713 SERVER-43715 Create DistCache abstraction, use it in ReadWriteCo...Kevin Pulo2019-12-091-31/+42
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-6/+18
* SERVER-43120 SERVER-43121 SERVER-43122 ReadWriteConcernDefaults component, se...Kevin Pulo2019-09-261-0/+158