summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23480 make Command::parseNsCollectionRequired and oplog.cpp's parseNs ...Esha Maharishi2016-04-211-1/+2
* SERVER-22421 writeConcernError backwards compatibility for user management co...Judah Schvimer2016-04-121-0/+5
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-1/+21
* SERVER-23414 Get rid of Command::runAgainstRegisteredKaloian Manassiev2016-03-301-6/+0
* SERVER-23429 Get rid of Command::htmlHelp and _webCommandsKaloian Manassiev2016-03-301-7/+10
* SERVER-23407 Get rid of public fields in the Command classKaloian Manassiev2016-03-301-27/+36
* SERVER-23412 Get rid of Command::logIfSlowKaloian Manassiev2016-03-301-2/+0
* SERVER-23405 Get rid of Command::getStatusFromCommandKaloian Manassiev2016-03-291-13/+0
* SERVER-23103 Make libcommand not depend on libcuropAndrew Morrow2016-03-211-4/+0
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-11/+0
* SERVER-21459 reserve bytes in ReplyBuilder buffer to avoid excessive reallocingAdam Midvidy2015-11-171-0/+4
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-2/+2
* SERVER-20609 use getFields instead of calling getField 4xAdam Midvidy2015-10-301-1/+3
* SERVER-20995 Linking to command does not need command implementationsAndrew Morrow2015-10-191-2/+4
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-081-0/+4
* SERVER-20636 Move Command::testCommandsEnabled to its own library.Max Hirschhorn2015-10-071-2/+25
* Revert "SERVER-20360: break out logicalOp vs networkOp"Martin Bligh2015-10-071-4/+0
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-071-0/+4
* SERVER-19855 Include config server optime even on command failure responses f...Spencer T Brody2015-09-241-1/+2
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-0/+10
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-2/+2
* SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and r...matt dannenberg2015-07-191-6/+6
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+16
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-350/+358
* SERVER-18236 SERVER-18292 send impersonated users and roles via metadata objectAdam Midvidy2015-06-161-4/+0
* SERVER-18292 move runCommands to commands.cppAdam Midvidy2015-06-051-2/+35
* SERVER-18236 hang slaveOk/secondaryOk and readPreference off OpCtxAdam Midvidy2015-06-031-3/+0
* SERVER-18664 make commands always return {ok: 0.0, errmsg: ..., code: ...} st...Adam Midvidy2015-06-031-1/+22
* 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