summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr_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-34596 remove Command::parseNsBilly Donahue2018-05-011-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-1/+1
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-5/+8
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-98/+87
* SERVER-18227 Fix minor typosMathias Stearn2015-05-151-1/+1
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-141-0/+5
* SERVER-5378 out {} parameters position independenceosheroff2014-07-011-11/+13
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-7/+17
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Add required privileges to MapReduce command SERVER-7122Spencer T Brody2012-11-291-0/+29
* Move MapReduce option parsing somewhere it can be accessed by mongos and mong...Spencer T Brody2012-11-291-0/+89