summaryrefslogtreecommitdiff
path: root/src/mongo/util/processinfo_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16571 Use Actual Memory Constraint vs. Total System Memory When They D...Matt Lord2019-03-081-0/+1
* SERVER-39863 remove std using namespace directivesBilly Donahue2019-02-281-7/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38433 Remove KB2731284 warningMark Benvenuto2018-12-181-68/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-33706 Remove warning message about Windows FS cache configurationXiangyu Yao2018-05-161-33/+0
* SERVER-33643 refactor processInfo to no longer depend on globalRobert Guo2018-03-151-1/+3
* SERVER-29465 Add warning about Windows SystemFileCacheSize for WiredTigerXiangyu Yao2017-11-101-0/+33
* SERVER-31568 Fix Windows Version detectionMark Benvenuto2017-11-021-19/+8
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-201-0/+5
* SERVER-31092 Fix getNumAvailableCores() on Windows to be able to return more ...Henrik Edin2017-09-181-1/+1
* SERVER-24395 Do not display startup warnings when querying for versionMark Benvenuto2016-08-301-4/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23277 Update LDR branch range checkMark Benvenuto2016-03-311-1/+4
* SERVER-22398 Add SystemInfo::numAvailableCoresWaley Chen2016-02-261-0/+15
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-1/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-299/+297
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-6/+5
* SERVER-17745: Improve dirty page estimation in mmapv1 on WindowsMark Benvenuto2015-04-031-4/+55
* SERVER-9555 Better OS detection in sconsJonathan Reams2015-03-301-0/+426