summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17607 initial OP_COMMAND mongod implementationAdam Midvidy2015-05-181-19/+39
* SERVER-18153 add repl subobject to find/getmore responsesmatt dannenberg2015-04-241-24/+0
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-18/+5
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-4/+0
* SERVER-17663 added Command::appendGetMoreResponseObjectBenety Goh2015-03-251-0/+12
* SERVER-17023 separate command and query pathsDavid Storch2015-03-231-3/+12
* SERVER-6558 Add writeConcern option to findAndModify commandDaniel Alabi2015-03-171-1/+7
* Revert "SERVER-6558 Add writeConcern option to findAndModify command"Daniel Alabi2015-03-161-7/+1
* SERVER-6558 Add writeConcern option to findAndModify commandDaniel Alabi2015-03-161-1/+7
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-16659 Better request/response parsing for cursor commandsJason Rassi2015-01-121-0/+15
* SERVER-16260 Accept Symbol BSON type arg for some commandsMatt Kangas2015-01-081-0/+5
* SERVER-16518 listCollections response changed to cursor object formJason Rassi2014-12-161-0/+12
* StringMap for command mapsEliot Horowitz2014-11-291-6/+9
* SERVER-14507 redact command parameters for LOG(2)Benety Goh2014-11-121-0/+6
* SERVER-14102 implement the explain command on mongosDavid Storch2014-10-011-1/+1
* SERVER-7382 command countersdaveh862014-09-241-0/+14
* SERVER-14668 remove some usages of cc()Hari Khalsa2014-09-041-1/+0
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+21
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+2
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-4/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-2/+4
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-14/+14
* 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