summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10596 Globalize formerly per-thread Pool of JS ScopesMathias Stearn2013-08-271-1/+0
* SERVER-9242 Do not show warnings for mongod --helpTad Marshall2013-04-301-1/+0
* SERVER-4739 use a thread for logRotate signal instead of a signal handlerEric Milkie2013-04-181-15/+28
* SERVER-8751 Bump pdfile minor version on new index plugin creationMathias Stearn2013-03-051-3/+23
* Missing write intent in doDBUpgrade()Mathias Stearn2013-03-051-1/+1
* SERVER-8674 Update hyperlinks to point to dochubJason Rassi2013-03-011-2/+2
* SERVER-8344 disable noIndexBuildRetry parameterEric Milkie2013-02-261-1/+2
* SERVER-8521: clear temp collections when a database is opened, not server sta...Eliot Horowitz2013-02-141-24/+0
* SERVER-8521: remove Database::_openAllFilesEliot Horowitz2013-02-141-9/+2
* SERVER-7452 tests and SERVER-7907 fix typo and testsSteve Briskin2013-02-121-1/+1
* SERVER-8344 disable IndexRebuilder at startupEric Milkie2013-02-121-2/+0
* SERVER-8344 Rebuild indexes before listeningKristina2013-02-111-1/+1
* SERVER-7434 Do not spawn a thread in grandparent process when using --forkAndy Schwerin2013-02-011-13/+21
* SERVER-2771 --noIndexBuildRetry does not take a paramEric Milkie2013-01-251-2/+1
* Revert "Revert "SERVER-7907 - turn on oplog for config server""Eliot Horowitz2012-12-211-0/+3
* Revert "SERVER-7907 - turn on oplog for config server"Greg Studer2012-12-211-3/+0
* SERVER-7776: fix preemption mechanism, heap-allocated handles and handle scopesBen Becker2012-12-211-2/+2
* SERVER-7572 Remove almost all remaining references to AuthenticationInfoSpencer T Brody2012-12-211-3/+1
* SERVER-7572 Remove doauth argument from Client::ContextSpencer T Brody2012-12-211-1/+1
* SERVER-7453: change noMoveParanoia to default; added moveParanoia flag and ma...Scott Hernandez2012-12-211-3/+18
* SERVER-7907 - turn on oplog for config serverEliot Horowitz2012-12-211-0/+3
* SERVER-7572 Update auth checking of serverStatus sub-sectionsSpencer T Brody2012-12-201-3/+2
* SERVER-7856: record allocator and build flags in buildinfoScott Hernandez2012-12-181-4/+6
* SERVER-7122 Put failPoint command behind --enableTestCommands flag instead of...Spencer T Brody2012-12-141-5/+0
* SERVER-7451 - add node startup info to local db at startupEliot Horowitz2012-12-101-0/+30
* Fix 32-bit Windows compileTad Marshall2012-12-081-1/+1
* SERVER-6716 Add Windows unhandled exception filter to mongosTad Marshall2012-12-071-93/+6
* Merge branch 'master' of github.com:mongodb/mongoDwight2012-11-121-12/+14
|\
| * SERVER-2771 Retry index builds on startupKristina2012-11-121-12/+14
| * Revert "SERVER-2771 Retry index builds on startup"Kristina2012-11-121-14/+12
| * SERVER-2771 Retry index builds on startupKristina2012-11-121-12/+14
* | tell people to use replica setse in the help...Dwight2012-11-091-2/+2
|/
* SERVER-7556 Break FailPoint library into smaller piecesRandolph Tan2012-11-051-1/+1
* SERVER-7335 Warn if readahead is set to > 256KBMathias Stearn2012-11-051-0/+42
* split serverStatus().mem into Metrics so don't need mmap in mongosEliot Horowitz2012-10-261-0/+18
* rewrite sererStatus caommands to be modularEliot Horowitz2012-10-261-2/+39
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-4/+4
* SERVER-7332 Split command line processing from server startup in mongod.Andy Schwerin2012-10-231-46/+50
* Refactor the ntservice module, to separate parameter processing from service ...Andy Schwerin2012-10-231-13/+16
* SERVER-7332 Split command line processing from startup in db.cpp, part 1.schwerin@10gen.com2012-10-151-47/+37
* SERVER-7332 In db.cpp, construct command line options configuration in a sepa...schwerin@10gen.com2012-10-151-9/+17
* SERVER-7332 Censor command line explicitly, change CmdLine::store to take a v...Andy Schwerin2012-10-151-1/+8
* SERVER-7352 do not try to exit cleanly in Windows exception handlerTad Marshall2012-10-151-7/+4
* SERVER-4314 Migrate to Boost Filesystem v3, away from deprecated v2.Sven-Hendrik Haase2012-10-111-7/+2
* SERVER-2771 preliminary code cleanup; no functional changeEric Milkie2012-10-101-0/+1
* SERVER-5211 Separate of CmdLine::store into two functions.Andy Schwerin2012-10-101-1/+5
* SERVER-5175 Need "failpoints" system to facilitate testing core serverRandolph Tan2012-10-091-0/+4
* SERVER-7031 don't shut down in Windows on CTRL_LOGOFF_EVENTTad Marshall2012-10-021-3/+2
* try to unify these warnings and clarify a bit too re: ttl collectionsDwight2012-09-291-8/+6
* Call runGlobalInitializersOrDie() at the top of the main() functions in mongo...Andy Schwerin2012-09-261-4/+8