summaryrefslogtreecommitdiff
path: root/lib/os.js
Commit message (Collapse)AuthorAgeFilesLines
* os: rename tmpDir() to tmpdir() for consistencyBen Noordhuis2013-01-301-1/+3
| | | | | Make the casing consistent with the other os.* functions but keep os.tmpDir() around as an alias.
* 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
| | | | Formalize and cleanup handling of deprecated core methods.
* 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
| | | | | | This reverts commit 9e31e0837ec3c5a88ed477bec3980dd4608046be. Use process.platform == 'win32'
* 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