summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-6558 Add writeConcern option to findAndModify commandDaniel Alabi2015-03-161-0/+10
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-16659 Better error detection when parsing cursor cmd requestsJason Rassi2015-01-151-5/+7
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-16659 Better request/response parsing for cursor commandsJason Rassi2015-01-121-0/+40
* logCommandAuthzCheck doesn't need to allocate a NamespaceString when not neededEliot Horowitz2015-01-091-1/+1
* SERVER-16260 Accept Symbol BSON type arg for some commandsMatt Kangas2015-01-081-0/+12
* SERVER-13256 Move string utils from goodies.h to str.hAndrew Morrow2015-01-051-1/+1
* SERVER-16518 listCollections response changed to cursor object formJason Rassi2014-12-161-0/+11
* SERVER-16362: Defer audit doc creation and redaction until we have to log it.Amalia Hawkins2014-12-031-3/+2
* StringMap for command mapsEliot Horowitz2014-11-291-9/+9
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1