summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbcommands_generic.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-7772 repl_startEric Milkie2013-03-111-1/+0
* SERVER-8522 store more lines in RamLogEliot Horowitz2013-02-121-2/+4
* SERVER-7572 Remove includes of security header filesSpencer T Brody2012-12-231-1/+0
* SERVER-7856: record allocator and build flags in buildinfoScott Hernandez2012-12-181-9/+5
* SERVER-7572 Change a bunch of commands to not require auth in old authorizati...Spencer T Brody2012-12-071-0/+1
* SERVER-7778 : new parameter management system for runtime (command line later)Eliot Horowitz2012-11-271-158/+0
* SERVER-7122 Assign required privileges to generic commandsSpencer T Brody2012-11-261-3/+65
* SERVER-1752 Move BtreeCursor class definition to its own header file.Aaron2012-11-111-1/+0
* SERVER-7344 add interpreterVersion to shell and buildInfoTad Marshall2012-10-171-4/+12
* fix a lot of copyright noticesEliot Horowitz2012-10-151-0/+1
* SERVER-7332 Censor command line explicitly, change CmdLine::store to take a v...Andy Schwerin2012-10-151-0/+16
* SERVER-6718 new parameter to control replication index prefetching behaviorEric Milkie2012-08-081-1/+5
* Buildbot fix compileSpencer T Brody2012-06-121-1/+2
* Clean up ReplicaSetMonitor when the whole set has been down for a long time. ...Spencer T Brody2012-06-121-0/+6
* Do not call dbexit() from within logRotate or initLogging().Andy Schwerin2012-04-301-1/+1
* Remove the tryToLock parameter from dbexit.Andy Schwerin2012-04-241-1/+1
* Clean some query related includes.Aaron2012-04-061-1/+0
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-5/+5
* SERVER-4615: Added db.hostInfo() commandBen Becker2012-02-291-0/+37
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+432