summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbcommands_generic.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20995 Linking to command does not need command implementationsAndrew Morrow2015-10-191-487/+0
* SERVER-17410: listCommands returns unordered listUpendra Gowda2015-07-071-6/+11
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-323/+375
* SERVER-18099 Refactor buildinfo/version reportingJonathan Reams2015-04-301-1/+3
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-1/+1
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-1/+1
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-1/+1
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-5/+1
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-11/+49
* SERVER-18080 Move cluster commands out of mongoscoreKaloian Manassiev2015-04-171-52/+0
* SERVER-17570: Fix NT Service shutdown race conditionMark Benvenuto2015-03-181-2/+18
* SERVER-17405 Don't throw MsgAssertionException when getLog is given a non-str...alabid2015-02-271-1/+8
* SERVER-17330 remove server.h and dependencies; all dead codeEric Milkie2015-02-191-1/+0
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* StringMap for command mapsEliot Horowitz2014-11-291-1/+1
* SERVER-15318 copydb should not use exhaust flag when used against mongosRandolph Tan2014-11-251-14/+0
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1
* SERVER-16105 do not hold any locks when exiting via shutdown commandEric Milkie2014-11-121-2/+2
* SERVER-15380 Tune MONGO_LOG_DEFAULT_COMPONENT declarationsMatt Kangas2014-10-281-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15317 Remove extraneous references to deprecated repl headers outside ...Andy Schwerin2014-09-191-2/+0
* SERVER-14925 Shutdown command should exit cleanlyMathias Stearn2014-08-201-4/+3
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14527 Call setLastError explicitly on wire write failures in mongod.Andy Schwerin2014-07-141-2/+2
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-14211 Remove dead LRUishMap classShaun Verch2014-06-161-1/+0
* SERVER-4905: add flag to disable mongo's builtin log rotationMark Benvenuto2014-06-061-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-11/+11
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-11/+11
* SERVER-13256: Remove exit functions from pchMark Benvenuto2014-05-071-0/+1
* SERVER-13643 Kill Command::logTheOp and have Commands log their own opsMathias Stearn2014-04-301-3/+0
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-11/+19
* SERVER-13429 Use logging system in mongod signal handlers, test exit logging.Andy Schwerin2014-04-011-0/+15
* SERVER-11834 Remove lockType field from listCommands outputSpencer T Brody2014-01-141-1/+0
* SERVER-12156 Split version.h/cpp into version and version_reporting.Andy Schwerin2013-12-231-1/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-3/+4
* SERVER-7140 startup info is now printed on log rotateKyle Erf2013-10-031-1/+5
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-4/+4
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10172 Refactor RamLog to make it thread-safe.Andy Schwerin2013-07-121-8/+6
* Get authorization_manager.h out of commands.h to improve compile time by movi...Spencer T Brody2013-07-021-0/+1
* 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
* Remove unused readOnly method from "features" command objectSpencer T Brody2013-05-101-1/+0
* SERVER-4739 use a thread for logRotate signal instead of a signal handlerEric Milkie2013-04-171-2/+1
* SERVER-7772 rename and move header to is_master.hEric Milkie2013-04-161-1/+0
* SERVER-7772 move repl_block into repl and rename to write_concernEric Milkie2013-03-141-24/+25
* SERVER-8471 Remove Command::requiresAuthSpencer T Brody2013-03-121-3/+0