summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-27415 Deduplicate `Command::execCommand`ADAM David Alan Martin2017-01-031-0/+18
* Revert "SERVER-27415 Deduplicate `Command::execCommand`"ADAM David Alan Martin2016-12-191-18/+0
* SERVER-27415 Deduplicate `Command::execCommand`ADAM David Alan Martin2016-12-191-0/+18
* SERVER-27391 Deduplicate `Command::registerError`ADAM David Alan Martin2016-12-141-0/+14
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-3/+3
* SERVER-27223 Make Command::parseNs() more efficientJames Wahlin2016-12-021-11/+1
* Revert "SERVER-27223 Make Command::parseNs() more efficient"James Wahlin2016-12-011-1/+11
* SERVER-27223 Make Command::parseNs() more efficientJames Wahlin2016-12-011-11/+1
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-09-261-9/+16
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-16/+16
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-261-2/+3
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-2/+2
* SERVER-24762 Add cursor options to AggregationRequestJames Wahlin2016-07-071-42/+0
* SERVER-23889 Make ClusterPlanCache* commands correctly validate the namespaceKaloian Manassiev2016-06-031-14/+16
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+6
* SERVER-24111 Move WriteConcernErrorDetail under mongo/rpcKaloian Manassiev2016-05-101-2/+2
* SERVER-23480 make Command::parseNsCollectionRequired and oplog.cpp's parseNs ...Esha Maharishi2016-04-211-7/+8
* SERVER-22421 writeConcernError backwards compatibility for user management co...Judah Schvimer2016-04-121-0/+23
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-4/+9
* SERVER-23429 Get rid of Command::htmlHelp and _webCommandsKaloian Manassiev2016-03-301-76/+2
* SERVER-23407 Get rid of public fields in the Command classKaloian Manassiev2016-03-301-12/+24
* SERVER-23412 Get rid of Command::logIfSlowKaloian Manassiev2016-03-301-7/+0
* SERVER-23405 Get rid of Command::getStatusFromCommandKaloian Manassiev2016-03-291-14/+5
* SERVER-23103 Make libcommand not depend on libcuropAndrew Morrow2016-03-211-37/+0
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-6/+1
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-4/+4
* SERVER-20609 use getFields instead of calling getField 4xAdam Midvidy2015-10-301-2/+4
* SERVER-20995 Linking to command does not need command implementationsAndrew Morrow2015-10-191-37/+2
* SERVER-20748 Handle epoch mismatch explicitly in cluster find commandSpencer T Brody2015-10-161-2/+3
* SERVER-20283 Update connPoolStats command to include multiple connection poolssamantharitter2015-10-131-33/+0
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-081-0/+6
* SERVER-20636 Move Command::testCommandsEnabled to its own library.Max Hirschhorn2015-10-071-3/+1
* Revert "SERVER-20360: break out logicalOp vs networkOp"Martin Bligh2015-10-071-6/+0
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-071-0/+6
* SERVER-19855 Include config server optime even on command failure responses f...Spencer T Brody2015-09-241-7/+8
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-5/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-456/+445
* SERVER-19034 log command errors at log level 1Adam Midvidy2015-06-181-15/+15
* SERVER-18236 fix exception safety in generateErrorResponseAdam Midvidy2015-06-161-0/+4
* SERVER-18947 Remove unused catalog manager codeKaloian Manassiev2015-06-151-6/+5
* SERVER-18292 move runCommands to commands.cppAdam Midvidy2015-06-051-3/+122
* SERVER-18153 add repl subobject to find/getmore responsesmatt dannenberg2015-04-241-22/+0
* SERVER-17606 add message parsers for OP_COMMAND/OP_COMMANDREPLYAdam Midvidy2015-04-221-1/+1
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-8/+16
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-2/+2
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-6/+0
* SERVER-7775 add killOp commandAdam Midvidy2015-04-061-2/+2
* SERVER-17663 added Command::appendGetMoreResponseObjectBenety Goh2015-03-251-0/+11
* SERVER-6558 Add writeConcern option to findAndModify commandDaniel Alabi2015-03-171-0/+10
* Revert "SERVER-6558 Add writeConcern option to findAndModify command"Daniel Alabi2015-03-161-10/+0