summaryrefslogtreecommitdiff
path: root/lib/os.js
AgeCommit message (Collapse)Author
2012-02-18Lint all the JavaScripts.isaacs
2012-01-30core: add `NativeModule.prototype.deprecate`Brandon Benvie
Formalize and cleanup handling of deprecated core methods.
2011-12-14util: add internal function _deprecationWarning()Ben Noordhuis
2011-11-01os: rename getNetworkInterfaces() to networkInterfaces()Ben Noordhuis
2011-04-26Add arch/platform to os moduleisaacs
2011-03-16os.getNetworkInterfaces()Ryan Dahl
2011-03-14Update copyright headersRyan Dahl
2011-01-13Revert "Implement os.isWindows"Ryan Dahl
This reverts commit 9e31e0837ec3c5a88ed477bec3980dd4608046be. Use process.platform == 'win32'
2011-01-06LintRyan Dahl
2011-01-04Implement os.isWindowsBert Belder
2010-12-22Add more functionality to the os moduleBrian White
2010-12-11Add os module and getHostnameBrian White