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
2017-09-10os: 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
2015-04-29os: remove trailing slash from os.tmpdir()Christian Tellnes
2015-01-22lib: use const to define constantscjihrig
2015-01-13Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2014-11-11lib,src: make os.endianness() inlinableBen Noordhuis
2013-03-29lintisaacs
2013-03-28os: use %SystemRoot% or %windir% in os.tmpdir()Suwon Chae
2013-01-30os: rename tmpDir() to tmpdir() for consistencyBen Noordhuis
2012-11-09os: add os.endianness() functionNathan Rajlich
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs
2012-06-13Fix #3407 os.tmpDir()isaacs
2012-04-15os: add cross platform EOL characterMustansir Golawala
2012-02-19Lint 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
2011-04-27Add arch/platform to os moduleisaacs
2011-03-17os.getNetworkInterfaces()Ryan Dahl
2011-03-15Update copyright headersRyan Dahl
2011-01-14Revert "Implement os.isWindows"Ryan Dahl
2011-01-07LintRyan Dahl
2011-01-05Implement os.isWindowsBert Belder
2010-12-22Add more functionality to the os moduleBrian White
2010-12-11Add os module and getHostnameBrian White