summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/write_commands/write_commands_common.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55182 Move the `create` command to a separate fileKaloian Manassiev2021-03-161-55/+0
* 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-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+0
* SERVER-34216 single-parse write_commandsDaniel Gottlieb2018-04-171-7/+10
* SERVER-33881 move checkAuthorization to CommandInvocationBilly Donahue2018-04-051-3/+6
* SERVER-29731 Auth checks get access to document sequencesMathias Stearn2017-07-131-2/+2
* SERVER-28752 Use IDL for write commands parsingKaloian Manassiev2017-07-061-2/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-5/+4
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-5/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+5
* SERVER-10818 reorganize all the write commmand stuff in a folderGreg Studer2013-11-111-1/+1
* SERVER-10818 properly check auth for index write batchesGreg Studer2013-11-111-0/+49