summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-5/+5
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-9/+2
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-4/+26
* SERVER-13643 Kill Command::logTheOp and have Commands log their own opsMathias Stearn2014-04-301-7/+0
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-15/+8
* SERVER-13053 track index builds explicitly instead of using CurOpEric Milkie2014-03-211-2/+3
* SERVER-11995 Have authSchemaUpgrade sent to a mongos upgrade auth schema ever...Andy Schwerin2014-01-101-0/+5
* SERVER-11178: move reindex to use IndexCatalogEliot Horowitz2013-11-051-1/+3
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-0/+9
* SERVER-10399 Fix invalid std::string construction in Command::parseNsAndrew Morrow2013-08-011-1/+7
* SERVER-1891 Add redactForLogging() to Command.Andy Schwerin2013-07-221-0/+11
* SERVER-1891 Consolidate command authorization checking logic.Andy Schwerin2013-07-171-0/+20
* Revert "SERVER-1891 Consolidate command authorization checking logic."Andy Schwerin2013-07-101-20/+0
* SERVER-1891 Consolidate command authorization checking logic.Andy Schwerin2013-07-101-0/+20
* SERVER-9740 Add checkAuthForCommand method to all commands and use that for a...Spencer T Brody2013-07-091-5/+19
* SERVER-9467 Add mongod support for non-counted commandsJason Rassi2013-07-081-0/+6
* Get authorization_manager.h out of commands.h to improve compile time by movi...Spencer T Brody2013-07-021-30/+0
* SERVER-9468 Port Command constructor to accept StringDataJason Rassi2013-06-041-1/+1
* SERVER-8536 reenable index builds for incomplete indexes at startupEric Milkie2013-04-081-0/+4
* SERVER-9093 Make copydb command work on mongos with authSpencer T Brody2013-04-021-26/+0
* SERVER-8471 Remove Command::requiresAuthSpencer T Brody2013-03-121-5/+0
* SERVER-2771 Revert command handlingKristina2013-01-021-3/+0
* SERVER-2771 Command handlingKristina2012-12-261-0/+3
* SERVER-7122 Remove default implementation of addRequiredPrivilegesSpencer T Brody2012-12-201-1/+1
* Set ok:0 when command isn't found in mongos.Spencer T Brody2012-12-181-1/+4
* Set ok:0 when command isn't foundSpencer T Brody2012-12-181-4/+4
* Fix include pathSpencer T Brody2012-12-181-1/+1
* Consolidate duplicate implementations of code to execute commandsSpencer T Brody2012-12-181-1/+22
* Log when command that doesn't work with auth is runSpencer T Brody2012-12-141-0/+1
* SERVER-7122 Make copydb not work with auth on mongosSpencer T Brody2012-12-111-0/+25
* SERVER-7122 Add setParameter option to enable/disable testing commandsSpencer T Brody2012-12-051-0/+2
* SERVER-7122 Begin assigning required privileges to commands.Spencer T Brody2012-11-261-0/+10
* Add method on Command to get the Privileges required to run that command. SER...Spencer T Brody2012-11-071-2/+13
* SERVER-4328 add Command::localGlobally methodDwight2012-02-291-2/+9
* SERVER-4328 eliminated dblock for Lock::Globaldwight2012-01-241-1/+1
* make slaveOverrideOk() constMathias Stearn2011-12-301-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+164