summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser/startup_option_init.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
|
* SERVER-35601 startup setting of maxTargetSnapshotHistoryWindowInSeconds ↵Dianna Hohensee2018-06-271-0/+8
| | | | should also set targetSnapshotHistoryWindowInSeconds
* SERVER-24914 SERVER-24915 improve getting cwd at server startupKevin Pulo2016-08-161-1/+9
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-11/+22
|
* SERVER-9032: Validate locale on startupMark Benvenuto2014-06-171-1/+1
| | | | | | On some Linux machines, users may have not have a locale set which will cause boost to fail. Validate that the user has a locale set, and if not, give a useful error message, and exit.
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
| | | | Also update generators.
* SERVER-8510 Make initializer groups for the four stages of option handlingShaun Verch2013-10-091-0/+59