summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.cpp
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-2/+2
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-12/+2
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-0/+9
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-15/+8
* SERVER-13053 track index builds explicitly instead of using CurOpEric Milkie2014-03-211-1/+1
* SERVER-11982 connection error when doing sharded cluster upgrade following re...Randolph Tan2014-02-111-0/+3
* Fixup all relative includes refering to parent directoriesAndrew Morrow2014-01-171-1/+1
* SERVER-11995 Have authSchemaUpgrade sent to a mongos upgrade auth schema ever...Andy Schwerin2014-01-101-0/+25
* Remove overly strict assertion from parseNsFullyQualifiedSpencer T Brody2013-11-061-10/+7
* SERVER-11178: move reindex to use IndexCatalogEliot Horowitz2013-11-051-8/+9
* SERVER-10670 Make isAuthEnabled a member rather than static function of Autho...Andy Schwerin2013-10-061-1/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+1
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-3/+16
* SERVER-10399 Fix invalid std::string construction in Command::parseNsAndrew Morrow2013-08-011-0/+7
* SERVER-1891 Add redactForLogging() to Command.Andy Schwerin2013-07-221-2/+11
* SERVER-1891 Add hook for auditing access control checks for commands.Andy Schwerin2013-07-171-0/+5
* SERVER-1891 Consolidate command authorization checking logic.Andy Schwerin2013-07-171-0/+49
* Revert "SERVER-1891 Consolidate command authorization checking logic."Andy Schwerin2013-07-101-49/+0
* SERVER-1891 Consolidate command authorization checking logic.Andy Schwerin2013-07-101-0/+49
* SERVER-9740 Add checkAuthForCommand method to all commands and use that for a...Spencer T Brody2013-07-091-0/+9
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* clean NamespaceString so that it can be the thing passed aroundEliot Horowitz2013-06-261-3/+5
* Whitespace -- CRLF to newlineTad Marshall2013-06-051-261/+261
* SERVER-9468 Port Command constructor to accept StringDataJason Rassi2013-06-041-3/+3
* Clean up includes of authorization headersSpencer T Brody2013-05-221-1/+1
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-1/+1
* SERVER-7772 rename and move header to is_master.hEric Milkie2013-04-161-1/+1
* SERVER-8536 reenable index builds for incomplete indexes at startupEric Milkie2013-04-081-0/+5
* SERVER-8087 Make it possible to declare startup-only and runtime-only server ...Andy Schwerin2013-02-151-2/+3
* SERVER-2771 Revert command handlingKristina2013-01-021-4/+0
* SERVER-2771 Command handlingKristina2012-12-261-0/+4
* Don't call setLastError when commands failSpencer T Brody2012-12-211-10/+2
* Call setLastError when commands failSpencer T Brody2012-12-201-2/+10
* SERVER-7122 Remove default implementation of addRequiredPrivilegesSpencer T Brody2012-12-201-14/+0
* Adjusted file mod'sAlberto Lerner2012-12-181-0/+0
* Set ok:0 when command isn't foundSpencer T Brody2012-12-181-1/+1
* Consolidate duplicate implementations of code to execute commandsSpencer T Brody2012-12-181-0/+13
* Disable test commands by default.Spencer T Brody2012-12-121-1/+1
* Make testCommands enabled by default to unstick the build.Andy Schwerin2012-12-121-1/+1
* Make test commands disabled by default, and enable them on all testsSpencer T Brody2012-12-111-2/+1
* SERVER-7122 Add setParameter option to enable/disable testing commandsSpencer T Brody2012-12-051-0/+11
* SERVER-7122 Assign required privileges to some random commandsSpencer T Brody2012-11-281-0/+19
* SERVER-7122 Begin assigning required privileges to commands.Spencer T Brody2012-11-261-1/+2
* Add method on Command to get the Privileges required to run that command. SER...Spencer T Brody2012-11-071-5/+21
* SERVER-1259 removing some of the verify calls with error messages before repl...Eliot Horowitz2012-03-261-2/+2
* SERVER-4328 add Command::localGlobally methodDwight2012-02-291-0/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+209