summaryrefslogtreecommitdiff
path: root/lib/os.js
Commit message (Expand)AuthorAgeFilesLines
* lib,src: audit process.env in lib/ for setuid binaryJose M. Palacios Diaz2018-02-161-4/+4
* os: migrate node_os.cc to internal/errorsJames M Snell2017-11-021-6/+28
* lib: use destructuring for some constantsWeijia Wang2017-10-161-3/+3
* os: make EOL configurable and read onlyXadillaX2017-08-211-5/+13
* os: add CIDR supportMudit Ameta2017-08-141-1/+17
* os: refactor os structure, add Symbol.toPrimitiveJames M Snell2017-05-011-44/+79
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* os: improve cpus() performanceBrian White2017-03-021-1/+22
* os: improve loadavg() performanceBrian White2017-02-251-1/+7
* lib: add static identifier codes for all deprecationsJames M Snell2017-01-301-2/+4
* benchmark,lib,test: adjust for lintingRich Trott2017-01-061-2/+3
* os: deprecate `tmpDir()` in favour of `tmpdir()`Jeremiah Senkpiel2016-06-301-1/+2
* src: refactor require('constants')James M Snell2016-05-171-0/+6
* os: add userInfo() methodcjihrig2016-04-121-0/+1
* lib: refactor code with startsWith/endsWithJackson Tian2016-03-231-5/+5
* lib: remove unused modulesRich Trott2015-12-251-1/+0
* util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani2015-07-031-2/+4
* os: add homedir()cjihrig2015-06-051-0/+2
* os: refine tmpdir() trailing slash strippingcjihrig2015-05-131-1/+4
* os: remove trailing slash from os.tmpdir()Christian Tellnes2015-04-281-2/+6
* lib: use const to define constantscjihrig2015-01-211-3/+3
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
* lib,src: make os.endianness() inlinableBen Noordhuis2014-11-111-1/+5
* lintisaacs2013-03-281-2/+2
* os: use %SystemRoot% or %windir% in os.tmpdir()Suwon Chae2013-03-281-6/+13
* os: rename tmpDir() to tmpdir() for consistencyBen Noordhuis2013-01-301-1/+3
* os: add os.endianness() functionNathan Rajlich2012-11-081-0/+1
* Add --no-deprecation and --trace-deprecation flagsisaacs2012-06-211-4/+3
* Fix #3407 os.tmpDir()isaacs2012-06-121-0/+9
* os: add cross platform EOL characterMustansir Golawala2012-04-141-0/+2
* Lint all the JavaScripts.isaacs2012-02-181-1/+2
* core: add `NativeModule.prototype.deprecate`Brandon Benvie2012-01-301-2/+1
* util: add internal function _deprecationWarning()Ben Noordhuis2011-12-141-6/+2
* os: rename getNetworkInterfaces() to networkInterfaces()Ben Noordhuis2011-11-011-1/+11
* Add arch/platform to os moduleisaacs2011-04-261-0/+6
* os.getNetworkInterfaces()Ryan Dahl2011-03-161-0/+1
* Update copyright headersRyan Dahl2011-03-141-0/+21
* Revert "Implement os.isWindows"Ryan Dahl2011-01-131-2/+0
* LintRyan Dahl2011-01-061-1/+2
* Implement os.isWindowsBert Belder2011-01-041-1/+2
* Add more functionality to the os moduleBrian White2010-12-221-1/+8
* Add os module and getHostnameBrian White2010-12-111-0/+3