summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/generic.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30969 Ping is a pre-auth commandSamantha Ritter2017-09-081-0/+3
* SERVER-29687 Don't include sock.h from options headerAndrew Morrow2017-08-231-0/+1
* SERVER-30147 Move Command::appendOperationTime to LogicalTimeKaloian Manassiev2017-08-071-48/+47
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-16/+7
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-20/+20
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-10/+10
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-171-4/+4
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-10/+0
* SERVER-28380 Clear ramlog before looking for stopReplProducer failpoint log m...Spencer T Brody2017-03-201-0/+56
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-9/+9
* SERVER-16363 Remove all volatile storage types from server source codeMark Benvenuto2016-12-291-1/+1
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-141-1/+0
* SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams2016-10-031-2/+2
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-151-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+5
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+28
* SERVER-23407 Get rid of public fields in the Command classKaloian Manassiev2016-03-301-29/+29
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-211-1/+1
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-27/+0
* SERVER-20995 Linking to command does not need command implementationsAndrew Morrow2015-10-191-0/+485