summaryrefslogtreecommitdiff
path: root/src/mongo/util/ntservice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-1/+1
* SERVER-40463 String utils output StringData instead of std::stringHenrik Edin2019-04-101-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-29341 Set KeepAlive params on windows and macSara Golemon2017-09-011-3/+3
* SERVER-6065 NT Service stop does not exit cleanlyMark Benvenuto2017-02-101-8/+5
* SERVER-27603 Rename mongo::inShutdown() to mongo::globalInShutdownDeprecated(...Andy Schwerin2017-01-151-2/+3
* SERVER-23103 Remove the ntservice mockAndrew Morrow2016-06-161-4/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+8
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-1/+1
* SERVER-24104 Replace direct uses of stdx::chrono::durations with MongoDB dura...Andy Schwerin2016-05-171-1/+1
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-211-1/+1
* SERVER-19856: Register for PRESHUTDOWN notifications on Windows Vista+Mark Benvenuto2015-08-131-9/+34
* SERVER-19099 Use std:: to back stdx polyfillsAndrew Morrow2015-07-061-2/+4
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-13/+18
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-7/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-462/+445
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-1/+1
* SERVER-17820: Handle long running exitCleanly in Service StopMark Benvenuto2015-04-031-5/+30
* SERVER-17570: Fix NT Service shutdown race conditionMark Benvenuto2015-03-181-12/+9
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-16106: Windows Service - Process SERVICE_CONTROL_SHUTDOWN correctlyMark Benvenuto2015-01-091-0/+5
* SERVER-16694 Include exit.h in ntservice.cppKaloian Manassiev2014-12-301-0/+1
* SERVER-16085: Windows service: net stop MongoDB gives an error even after sto...Mark Benvenuto2014-11-181-2/+7
* SERVER-15604 log component kControlMatt Kangas2014-10-271-1/+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-21/+22
* SERVER-14668 Remove unused includes in client.h and curop.hKaloian Manassiev2014-08-281-1/+3
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-6771: Windows Service: 'net stop mongodb' gives System error 109 has o...Mark Benvenuto2014-08-071-47/+87
* SERVER-9634 typo fixesVeres Lajos2014-06-091-1/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13515 Check canonicalized version of logpath in Windows service startupShaun Verch2014-04-091-4/+6
* SERVER-11144 Change new config file option structureShaun Verch2013-12-241-10/+16
* SERVER-8510 Remove implicit boolean integer comparisons for command line optionsShaun Verch2013-10-041-1/+1
* SERVER-8510 Use new option parser in mongod and mongos and move parsing into ...Shaun Verch2013-09-051-1/+2
* SERVER-7252 Produce correct commandline for Windows service for --install, --...Andy Schwerin2012-12-051-67/+73
* Fix missing fassert number, SERVER-7332.Andy Schwerin2012-10-231-1/+1
* Refactor the ntservice module, to separate parameter processing from service ...Andy Schwerin2012-10-231-85/+95
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-2/+2
* Revert "SERVER-6771 don't exit until SCM is done with us"Tad Marshall2012-08-171-11/+15
* SERVER-6771 don't exit until SCM is done with usTad Marshall2012-08-161-15/+11
* SERVER-6073 call ::_exit() instead of dbexit() after Windows service changeTad Marshall2012-06-121-7/+6
* Replace ::exit with ::_exit.Andy Schwerin2012-05-211-11/+11
* SERVER-1877 accept Windows service options with single dashTad Marshall2012-05-061-7/+17
* ntservice needs to call exitCleanly(), not dbexit().Andy Schwerin2012-04-251-1/+4
* Fix Windows compileTad Marshall2012-04-251-1/+1
* SERVER-1589 add Windows Service support to mongos.exeTad Marshall2012-02-271-75/+152
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+408