summaryrefslogtreecommitdiff
path: root/src/mongo/base/initializer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-021-21/+17
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-12/+20
* SERVER-33629 Deinitialization support for MONGO_INITIALIZER. Done via the Glo...Henrik Edin2018-03-121-4/+46
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-50/+49
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-1/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-8510 Remove configuration variable manager and add option group for co...Shaun Verch2013-09-051-1/+1
* SERVER-9768 create non-dying entry point for running initializers, for use by...Eric Milkie2013-05-231-15/+11
* Handle exceptions in initializers more gracefullyAndrew Morrow2013-05-021-1/+7
* fix C++ driver compileEric Milkie2012-11-051-0/+1
* SERVER-5112 Introduce runGlobalInitializers(), macros and tools for global in...Andy Schwerin2012-09-251-0/+38
* SERVER-5112 Initializer type and test.Andy Schwerin2012-09-251-0/+47