summaryrefslogtreecommitdiff
path: root/lib/os.js
AgeCommit message (Expand)Author
2019-01-16os: add fallback for undefined CPUsMinwoo Jung
2019-01-14os: improve networkInterfaces() performanceBrian White
2019-01-06lib: move DEP0023 to end of lifecjihrig
2018-12-20os: move process.binding('os') to internalBindingbriete
2018-12-19process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-11-14os: do not call into JS to push values to an array in GetCPUInfoJoyee Cheung
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-05util: make util binding internalcjihrig
2018-09-03os: don't use getCheckedFunction() in userInfo()cjihrig
2018-08-22os: add os.{get,set}Priority()cjihrig
2018-08-20os: destructure ERR_SYSTEM_ERROR properlycjihrig
2018-08-20os: improve networkInterfaces performanceRuben Bridgewater
2018-04-22lib: remove unnecessary assignment of exportsDaniel Bevenius
2018-04-05errors: improve SystemError messagesJoyee Cheung
2018-02-16lib,src: audit process.env in lib/ for setuid binaryJose M. Palacios Diaz
2017-11-02os: migrate node_os.cc to internal/errorsJames M Snell
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-08-21os: make EOL configurable and read onlyXadillaX
2017-08-14os: add CIDR supportMudit Ameta
2017-05-01os: refactor os structure, add Symbol.toPrimitiveJames M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-02os: improve cpus() performanceBrian White
2017-02-25os: improve loadavg() performanceBrian White
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2017-01-06benchmark,lib,test: adjust for lintingRich Trott
2016-06-30os: deprecate `tmpDir()` in favour of `tmpdir()`Jeremiah Senkpiel
2016-05-17src: refactor require('constants')James M Snell
2016-04-12os: add userInfo() methodcjihrig
2016-03-23lib: refactor code with startsWith/endsWithJackson Tian
2015-12-25lib: remove unused modulesRich Trott
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani
2015-06-05os: add homedir()cjihrig
2015-05-13os: refine tmpdir() trailing slash strippingcjihrig
2015-04-28os: remove trailing slash from os.tmpdir()Christian Tellnes
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2014-11-11lib,src: make os.endianness() inlinableBen Noordhuis
2013-03-28lintisaacs
2013-03-28os: use %SystemRoot% or %windir% in os.tmpdir()Suwon Chae
2013-01-30os: rename tmpDir() to tmpdir() for consistencyBen Noordhuis
2012-11-08os: add os.endianness() functionNathan Rajlich
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs
2012-06-12Fix #3407 os.tmpDir()isaacs
2012-04-14os: add cross platform EOL characterMustansir Golawala
2012-02-18Lint all the JavaScripts.isaacs
2012-01-30core: add `NativeModule.prototype.deprecate`Brandon Benvie
2011-12-14util: add internal function _deprecationWarning()Ben Noordhuis
2011-11-01os: rename getNetworkInterfaces() to networkInterfaces()Ben Noordhuis