summaryrefslogtreecommitdiff
path: root/src/mongo/util/processinfo_win32.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9555 Better OS detection in sconsJonathan Reams2015-03-301-426/+0
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-14992: Checking ntfs.sys version to figure out if it's necessary to ze...agherardi2015-01-091-1/+90
* SERVER-13256 Remove scoped_array from pch.hAndrew Morrow2015-01-051-0/+2
* 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/+1
* SERVER-13910: Warn the user when running a 32-bit build on Win64Mark Benvenuto2014-05-221-0/+6
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* Do not zero-fill newly allocated files on WindowsKaloian Manassiev2014-01-291-1/+10
* Revert "On Windows platforms code was added to zero-fill each newly allocated...Kaloian Manassiev2014-01-271-15/+1
* On Windows platforms code was added to zero-fill each newly allocated data fi...Kaloian Manassiev2014-01-271-1/+15
* Fix Windows OS Version namesMark Benvenuto2013-12-171-1/+7
* SERVER-12033: Add proper NUMA check for WindowsMark Benvenuto2013-12-171-1/+48
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-2/+4
* SERVER-9809 Replace getpid() with ProcessId::getCurrent() and pid_t with Proc...Andy Schwerin2013-06-031-5/+1
* SERVER-9242 Use MONGO_INITIALIZERs to cache blockCheckSupportedTad Marshall2013-04-051-5/+10
* SERVER-7570 changed ProcessInfo::blockInMemory to leverage getPageSize, added...Andrea Lattuada2012-11-131-2/+24
* SERVER-7570 Initialize ProcessInfo::SystemInfo at startup, add pageSize.Andrea Lattuada2012-11-071-1/+2
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-3/+3
* SERVER-1259: Another batch of replacing "verify" with "assert" and getting ri...Andy Schwerin2012-03-261-2/+2
* SERVER-4615 Fix memory in Windows hostInfo()Tad Marshall2012-03-031-0/+1
* SERVER-5147: replace static init with init upon constructionBen Becker2012-02-291-2/+0
* SERVER-4615: Added db.hostInfo() commandBen Becker2012-02-291-1/+103
* SERVER-4863 dynamically detect block-in-memory functionality (needed for Wind...Eric Milkie2012-02-061-2/+25
* win make compiler happy and betterdwight2011-12-261-2/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+102