summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/oplog_application_checks.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55501 Avoid element-wise iteration and copy when appending to an objec...Dan Larkin-York2021-04-281-1/+2
* SERVER-36263 Bypassing operation validation in applyOps should require specia...Moustafa Maher2021-03-091-0/+5
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-4/+9
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+2
* SERVER-50292 Refactor user acuisition via externalStateSara Golemon2020-09-021-1/+1
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-1/+2
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-3/+3
* SERVER-40964 Change lookupNSSByUUID to return boost::optional<NamespaceString...Gregory Wlodarek2019-05-071-3/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-1/+1
* SERVER-33881 move checkAuthorization to CommandInvocationBilly Donahue2018-04-051-2/+11
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-32162 Remove non-atomic (push-based replication) support from doTxn.Matthew Russotto2018-01-081-12/+2
* SERVER-32444 Coverity analysis defect 102285: PW.PARAMETER_HIDDENMatthew Russotto2018-01-041-3/+3
* SERVER-32162 Create a doTxn commandMatthew Russotto2017-12-201-0/+266