summaryrefslogtreecommitdiff
path: root/src/node_os.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stray NODE_MODULE() semi-colons.Ben Noordhuis2011-11-091-1/+1
* Remove os.openOSHandleRyan Dahl2011-10-191-18/+0
* Don't check sign of loadavgFedor Indutny2011-10-071-4/+0
* use uv for memory and loadavg functionsFedor Indutny2011-10-071-5/+10
* Remove platform_win32_winsockBert Belder2011-08-021-1/+0
* Include "platform.h", not <platform.h> - conflicts with system headersBen Noordhuis2011-07-261-1/+1
* os.getNetworkInterfaces()Ryan Dahl2011-03-161-0/+7
* Update copyright headersRyan Dahl2011-03-141-0/+21
* Fix dns on windowsBert Belder2011-02-071-0/+20
* Define winsock error numbersBert Belder2011-01-181-3/+4
* Misc. cleanupsBert Belder2011-01-181-1/+2
* Clean up the way windows headers are includedBert Belder2011-01-181-7/+9
* Revert "Implement os.isWindows"Ryan Dahl2011-01-131-6/+0
* Implement os.isWindowsBert Belder2011-01-041-0/+6
* Fix the OS module for win32Bert Belder2011-01-021-1/+20
* Merge remote branch 'origin/master'Bert Belder2011-01-021-2/+94
|\
| * Fix Cygwin compatibility in the os moduleBrian White2010-12-231-12/+10
| * Add more functionality to the os moduleBrian White2010-12-221-4/+97
* | Port GetHostNameBert Belder2010-12-211-1/+9
|/
* Add os module and getHostnameBrian White2010-12-111-0/+34