summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options_server_helpers.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-231-1/+6
| | | | | | This reverts commit 79a8452b2a813b796059e5eab6c18f685283ce08. with new spot fix: printCommandLineOpts when sending to log
* Revert "SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging"Max Hirschhorn2020-03-231-6/+1
| | | | This reverts commit cddfeb0c7cb137d46b14da18a7cfd4905bfab87f.
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-201-1/+6
|
* SERVER-39500 Migrate general server options to IDLSara Golemon2019-02-161-5/+0
|
* SERVER-39501 Migrate windows options to IDLSara Golemon2019-02-141-13/+4
|
* 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-9/+11
|
* SERVER-35979 Split ssl_otions and decouple from main runtimeSara Golemon2018-07-091-2/+0
|
* SERVER-35297 Split server_options and server_status into two pieces.Henrik Edin2018-06-071-0/+86
Similarly to how commands are setup, so embedded can depend on a smaller library with fewer dependencies.