summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/write_commands/write_commands_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-8/+10
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-7/+0
* SERVER-34216 single-parse write_commandsDaniel Gottlieb2018-04-171-54/+65
* SERVER-33881 move checkAuthorization to CommandInvocationBilly Donahue2018-04-051-69/+49
* SERVER-29731 Auth checks get access to document sequencesMathias Stearn2017-07-131-29/+20
* SERVER-28752 Use IDL for write commands parsingKaloian Manassiev2017-07-061-11/+68
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-47/+40
* SERVER-18227 Fix minor typosMathias Stearn2015-05-151-9/+9
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-141-12/+16
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-4/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-2/+4
* SERVER-10818 properly check auth for index write batchesGreg Studer2013-11-111-0/+99