summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-40928 mongocryptd --help output list incorrect default portMark Benvenuto2019-06-101-1/+1
|
* SERVER-39499 Migrate base server options to IDLSara Golemon2019-02-161-0/+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-14/+17
|
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-0/+2
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-8/+8
|
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
| | | | Also update generators.
* SERVER-11538: Create mongoclient library to avoid pulling in mongocommonShaun Verch2013-11-041-23/+16
|
* SERVER-11538: Create library for socket code and fix dependencies of ↵Shaun Verch2013-11-041-539/+0
| | | | libserver_options.a
* SERVER-11271 Consistent capitalization of keyfile optionsAndreas Nilsson2013-10-241-4/+4
|
* SERVER-11226 fix --keyFile to work with relative path when --fork'dmatt dannenberg2013-10-241-1/+3
|
* SERVER-11144 Use new positional option interface and remove old interfaceShaun Verch2013-10-241-3/+0
|
* SERVER-11144 Use new chaining interface in optionsShaun Verch2013-10-231-193/+115
|
* SERVER-11160 improved comments describing missing syslog.h facility namesBenety Goh2013-10-151-3/+6
|
* SERVER-11160 detect missing facilitynames in platform agnostic mannerBenety Goh2013-10-151-11/+5
|
* SERVER=11160 added compatibility syslog symbols under solarisBenety Goh2013-10-131-0/+53
|
* SERVER-7454 skip syslogFacility parsing on windowsmatt dannenberg2013-10-111-0/+2
|
* SERVER-8510 Consolidate option parsing into the parser so parsing is implied ↵Shaun Verch2013-10-111-5/+1
| | | | by linking the parser
* SERVER-7454 add syslogFacility flag to specify syslog facilitymatt dannenberg2013-10-111-0/+33
|
* SERVER-8510 Make initializer groups for the four stages of option handlingShaun Verch2013-10-091-1/+1
|
* SERVER-10742 Allow a string of v characters in the verbose optionShaun Verch2013-10-061-5/+53
|
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+271
|
* SERVER-8510 Factored out ssl option registration and storageShaun Verch2013-10-041-50/+0
|
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* SERVER-8510 Use new option parser in mongod and mongos and move parsing into ↵Shaun Verch2013-09-051-0/+293
MONGO_INITIALIZERS