summaryrefslogtreecommitdiff
path: root/src/mongo/util/processinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-51770 add std::error_code functions to errno_utilBilly Donahue2022-03-161-3/+3
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-47922 pids and names in client metadata in debug buildsGabriel Russell2020-07-231-0/+7
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-6/+12
* SERVER-39863 remove std using namespace directivesBilly Donahue2019-02-281-6/+4
* 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-33643 refactor processInfo to no longer depend on globalRobert Guo2018-03-151-19/+1
* SERVER-32246 loosen permission on pid fileJonathan Reams2017-12-141-0/+13
* SERVER-16725 Incorrect character conversion between UTF-8 and UTF-16Mark Benvenuto2016-09-161-4/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+3
* SERVER-23570 Make SecureAllocator a real allocatorJason Carey2016-04-191-1/+7
* SERVER-22364 threadsafe errno printing, pidfile error fixMatt Cotter2016-02-251-5/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-33/+31
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* 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-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12417: Fix PidFileWiper destructor on WindowsMark Benvenuto2014-01-211-0/+4
* SERVER 10950 Fixed C++11 build failureKyle Erf2013-09-301-1/+1
* SERVER-10034 Invalid --pidfilepath no longer silently ignoredKyle Erf2013-09-271-4/+9
* SERVER-9809 Replace getpid() with ProcessId::getCurrent() and pid_t with Proc...Andy Schwerin2013-06-031-1/+1
* SERVER-7570 Initialize ProcessInfo::SystemInfo at startup, add pageSize.Andrea Lattuada2012-11-071-5/+16
* SERVER-5147: use dcl for hostInfo initBen Becker2012-03-041-0/+3
* SERVER-5147: replace static init with init upon constructionBen Becker2012-02-291-4/+0
* SERVER-4615: Added db.hostInfo() commandBen Becker2012-02-291-0/+4
* remove fstream from pch.hEliot Horowitz2012-01-051-0/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+48