index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
base
/
init.h
Age
Commit message (
Expand
)
Author
2020-12-08
SERVER-40811 make initializers throwy
Billy Donahue
2019-06-14
SERVER-41733 remove make_string_vector.{cpp,h}
Billy Donahue
2019-06-14
Revert "SERVER-41733 remove make_string_vector.{cpp,h}"
Benety Goh
2019-06-14
SERVER-41733 remove make_string_vector.{cpp,h}
Billy Donahue
2019-05-16
SERVER-40811 reduce GlobalInitializerRegisterer constructors
Billy Donahue
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-04-30
SERVER-32645 Create a shim helper framework.
ADAM David Alan Martin
2018-04-30
Revert "SERVER-32645 Create a shim helper framework."
Kyle Suarez
2018-04-27
SERVER-32645 Create a shim helper framework.
ADAM David Alan Martin
2018-03-26
SERVER-30170 Embedded can now shutdown and re-initialize.
Henrik Edin
2018-03-12
SERVER-33629 Deinitialization support for MONGO_INITIALIZER. Done via the Glo...
Henrik Edin
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2014-05-19
SERVER-13256: Remove pch - qualify std in headers
Mark Benvenuto
2014-05-16
SERVER-13264 Move Apache-licensed files to AGPL
Ian Whalen
2013-09-05
SERVER-8510 Remove configuration variable manager and add option group for co...
Shaun Verch
2013-03-08
SERVER-8897 Don't use non-portable variadic comma elision
Andrew Morrow
2012-10-23
Fix up some hitherto unused parts of the mongo init system.
Andy Schwerin
2012-10-09
SERVER-5175 Need "failpoints" system to facilitate testing core server
Randolph Tan
2012-09-25
SERVER-5112 Introduce runGlobalInitializers(), macros and tools for global in...
Andy Schwerin