summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod_options.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-53120 remove unimplemented function parseMongodReplicationOptionsBenety Goh2020-12-011-4/+0
| | | | This function declaration was added in commit f87a84b76554b6b7e80c7bea7906630fa26c6b04 but was never implemented.
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
|
* SERVER-39538 Convert replication setParameters to IDLJonathan Reams2019-02-261-1/+0
|
* SERVER-39502 Migrate mongod options to IDLSara Golemon2019-02-161-0/+5
|
* 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-32951 Add lib for embedded options where we can have a different set ↵Henrik Edin2018-02-141-11/+0
| | | | of startup options. Also reduce dependencies on embedded.
* SERVER-32569 allow config servers and shard replica sets to start in ↵Misha Tyulenev2018-01-211-0/+2
| | | | non-cluster mode
* SERVER-29176: Implement --clusterIpSourceWhitelistADAM David Alan Martin2017-07-121-2/+4
|
* SERVER-24914 SERVER-24915 improve getting cwd at server startupKevin Pulo2016-08-161-1/+1
|
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-39/+37
|
* SERVER-15031 Add compile-time flag to control which ReplicationCoordinator ↵Spencer T Brody2014-10-021-0/+3
| | | | is used
* SERVER-14395 Clean up StorageEngine initialization and shutdownMathias Stearn2014-07-091-4/+0
| | | | | | | | | | | * Added StorageEngine::cleanShutdown() and commented that the destructor will never be called. * MMapV1StorageEngine specific operations were pulled into its constructor and cleanShutdown implementation. * StorageEngines are now constructed at a point where it is safe to spawn threads.
* SERVER-14420 Get rid of global replSettings objectSpencer T Brody2014-07-091-0/+4
|
* SERVER-13372 Canonicalize dur, nodur, journal, nojournal and ↵Shaun Verch2014-03-271-0/+15
| | | | storage.journaling.enabled
* SERVER-11538: Create library for socket code and fix dependencies of ↵Shaun Verch2013-11-041-0/+3
| | | | libserver_options.a
* SERVER-11144 Swap meaning of prevalidation return value and add commentShaun Verch2013-10-241-0/+5
|
* SERVER-11144 Do not call _exit directly in any options handling functionsShaun Verch2013-10-231-1/+1
|
* SERVER-11090 Remove old unused Module classShaun Verch2013-10-091-2/+0
|
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-0/+23
|
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* SERVER-8510 Use new options parser in SNMP moduleShaun Verch2013-09-051-0/+2
|
* SERVER-8510 Use new option parser in mongod and mongos and move parsing into ↵Shaun Verch2013-09-051-0/+30
MONGO_INITIALIZERS