summaryrefslogtreecommitdiff
path: root/src/mongo/util/processinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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