summaryrefslogtreecommitdiff
path: root/src/node_os.cc
AgeCommit message (Expand)Author
2012-03-10core: use proper #include directivesBen Noordhuis
2011-12-15Remove platform files, and use uv platform apiIgor Zinkovsky
2011-11-09Remove stray NODE_MODULE() semi-colons.Ben Noordhuis
2011-10-19Remove os.openOSHandleRyan Dahl
2011-10-07Don't check sign of loadavgFedor Indutny
2011-10-07use uv for memory and loadavg functionsFedor Indutny
2011-08-02Remove platform_win32_winsockBert Belder
2011-07-26Include "platform.h", not <platform.h> - conflicts with system headersBen Noordhuis
2011-03-16os.getNetworkInterfaces()Ryan Dahl
2011-03-14Update copyright headersRyan Dahl
2011-02-07Fix dns on windowsBert Belder
2011-01-18Define winsock error numbersBert Belder
2011-01-18Misc. cleanupsBert Belder
2011-01-18Clean up the way windows headers are includedBert Belder
2011-01-13Revert "Implement os.isWindows"Ryan Dahl
2011-01-04Implement os.isWindowsBert Belder
2011-01-02Fix the OS module for win32Bert Belder
2011-01-02Merge remote branch 'origin/master'Bert Belder
2010-12-23Fix Cygwin compatibility in the os moduleBrian White
2010-12-22Add more functionality to the os moduleBrian White
2010-12-21Port GetHostNameBert Belder
2010-12-11Add os module and getHostnameBrian White