summaryrefslogtreecommitdiff
path: root/src/mongo/db/initialize_server_global_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-1/+3
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Remove C headers from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-15604 log component kControlMatt Kangas2014-10-271-1/+1
* SERVER-15706 Refactor internal user authenticationAndreas Nilsson2014-10-211-0/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-10/+11
* SERVER-14709 SERVER-14896 Add more SSL data to serverStatus. Enforce X.509 cl...Spencer Jackson2014-08-151-1/+1
* SERVER-14374 Include server_options.h as needed and apply the std:: namespace...Andy Schwerin2014-06-271-0/+1
* SERVER-13429 unify signal handling between mongos and mongodMathias Stearn2014-04-011-9/+0
* SERVER-8998 Register an atexit handler to call _exit if a library calls ::exi...Andy Schwerin2013-12-021-0/+18
* SERVER-11431 Change clusterAuthMode with setParameter commandAndreas Nilsson2013-11-141-4/+7
* SERVER-11426 change C++ drive to accept both userSource and db as the DB to a...matt dannenberg2013-10-301-1/+1
* SERVER-11271 Consistent capitalization of keyfile optionsAndreas Nilsson2013-10-241-1/+1
* SERVER-7454 add syslogFacility flag to specify syslog facilitymatt dannenberg2013-10-111-1/+3
* SERVER-10624 Direct js output from servers to console when --logpath not spec...Andrew Schwerin2013-10-111-6/+15
* SERVER-8510 Make initializer groups for the four stages of option handlingShaun Verch2013-10-091-1/+1
* SERVER-10670 Make isAuthEnabled a member rather than static function of Autho...Andy Schwerin2013-10-061-1/+2
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-26/+29
* SERVER-10034 Invalid --pidfilepath no longer silently ignoredKyle Erf2013-09-271-2/+5
* SERVER-8535 Added exception logic to filesystem::exists callKyle Erf2013-09-111-1/+9
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8510 Remove configuration variable manager and add option group for co...Shaun Verch2013-09-051-1/+1
* SERVER-10101 fixed whitespace issuesEric Daniels2013-08-021-5/+1
* SERVER-10347 Auth-enable authentication for clusterAuthMode x509Andreas Nilsson2013-07-301-2/+6
* SERVER-10172 Refactor RamLog to make it thread-safe.Andy Schwerin2013-07-121-0/+5
* SERVER-10084 When --logpath is specified and --logappend is not, rotate away ...Andy Schwerin2013-07-101-1/+40
* SERVER-7455 keyfile replacement, command line parameters and upgradeAndreas Nilsson2013-07-101-3/+12
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-18/+69
* Fork earlier in server startup; will simplify logging initialization.Andy Schwerin2013-07-011-8/+19
* Eliminate unused parameter to initializeServerGlobalState().Andy Schwerin2013-07-011-2/+2
* Revert "SERVER-9518 Make all methods on AuthorizationManager non-static"Spencer T Brody2013-06-051-2/+1
* SERVER-9518 Make all methods on AuthorizationManager non-staticSpencer T Brody2013-06-051-1/+2
* SERVER-9809 Replace getpid() with ProcessId::getCurrent() and pid_t with Proc...Andy Schwerin2013-06-031-4/+5
* SERVER-4739 use a thread for logRotate signal instead of a signal handlerEric Milkie2013-04-171-5/+1
* SERVER-8938 Remove noauth global from code, move into AuthorizationManagerSpencer T Brody2013-03-131-1/+1
* SERVER-7434 Do not spawn a thread in grandparent process when using --forkAndy Schwerin2013-02-011-5/+0
* SERVER-7572 Restructure security filesSpencer T Brody2012-12-231-1/+2
* SERVER-7202 cleanup SSLManager managementEric Milkie2012-12-111-28/+0
* SERVER-7202 SSL certificate validation in both directionsEric Milkie2012-12-111-2/+11
* SERVER-7830 do not require sslPEMKeyPassword cmdline parameterEric Milkie2012-12-041-5/+0
* SERVER-7026 Better output when starting with --forkMathias Stearn2012-11-141-10/+29
* SERVER-4314 Migrate to Boost Filesystem v3, away from deprecated v2.Sven-Hendrik Haase2012-10-111-2/+2
* SERVER-5211 Separate of CmdLine::store into two functions.Andy Schwerin2012-10-101-0/+216