Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/os.js
AgeCommit message (Expand)Author
2021-06-01os: add os.devNullLuigi Pinca
2021-04-26lib: fix and improve os typingsAkhil Marsonya
2021-04-18typings: add JSDoc to os module functionsDavid Brownman
2021-03-03lib: remove use of array destructuringAntoine du Hamel
2021-02-19doc,lib: prepare for stricter multi-line array lintingRich Trott
2020-12-01os: refactor to use more primordialsAntoine du Hamel
2020-10-07lib: use Number.parseInt from primordialsMichaël Zasso
2020-10-04lib: replace Float64Array global with primordialsSebastien Ahkrin
2020-03-09src: create a getter for kernel versionJuan José Arboleda
2020-02-06os: move tmpDir() to EOLJames M Snell
2019-12-14lib: replace Symbol.toPrimitive to SymbolToPrimitive primordialsSebastien Ahkrin
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-23lib: refactor Error.captureStackTrace() usageRuben Bridgewater
2019-02-21src: simplify loop arithmetic in `GetCPUInfo`Gireesh Punathil
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-18process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-11-13os: 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-06util: make util binding internalcjihrig
2018-09-03os: don't use getCheckedFunction() in userInfo()cjihrig
2018-08-23os: 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-04errors: 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-17lib: 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-26os: improve loadavg() performanceBrian White
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2017-01-07benchmark,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-13os: add userInfo() methodcjihrig
2016-03-23lib: refactor code with startsWith/endsWithJackson Tian
2015-12-26lib: remove unused modulesRich Trott
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani
2015-06-06os: add homedir()cjihrig
2015-05-13os: refine tmpdir() trailing slash strippingcjihrig