summaryrefslogtreecommitdiff
path: root/src/node_os.cc
Commit message (Expand)AuthorAgeFilesLines
* src: return empty set on ENOSYS for interfacesTimothy J Fontaine2014-01-121-2/+5
* src: os: use Number::New() for CPU infoBen Noordhuis2013-07-231-14/+11
* os: Fix uname() error handling on sunosisaacs2013-04-221-8/+7
* os: unbreak windows buildBen Noordhuis2013-04-151-0/+6
* os: handle 256 character hostnamesBen Noordhuis2013-04-151-5/+6
* os: fix unlikely buffer overflow in os.type()Ben Noordhuis2013-04-151-7/+4
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-12/+12
* src: pass node_isolate to Undefined()Ben Noordhuis2013-01-071-5/+5
* src: pass node_isolate to True() and False()Ben Noordhuis2013-01-071-2/+4
* src: pass node_isolate to Integer::NewBen Noordhuis2013-01-071-6/+7
* os: throw when os.networkInterfaces() failsBert Belder2012-12-031-4/+3
* os: add os.endianness() functionNathan Rajlich2012-11-081-0/+9
* core: use proper #include directivesBen Noordhuis2012-03-101-3/+3
* Remove platform files, and use uv platform apiIgor Zinkovsky2011-12-151-9/+81
* 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