Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-22os: Fix uname() error handling on sunosisaacs
2013-04-16os: unbreak windows buildBen Noordhuis
2013-04-15os: handle 256 character hostnamesBen Noordhuis
2013-04-15os: fix unlikely buffer overflow in os.type()Ben Noordhuis
2013-02-26src, test: downgrade to v8 3.14 apiBen Noordhuis
2013-01-07src: pass node_isolate to Undefined()Ben Noordhuis
2013-01-07src: pass node_isolate to True() and False()Ben Noordhuis
2013-01-07src: pass node_isolate to Integer::NewBen Noordhuis
2012-12-04os: throw when os.networkInterfaces() failsBert Belder
2012-11-09os: add os.endianness() functionNathan Rajlich
2012-03-10core: use proper #include directivesBen Noordhuis
2011-12-16Remove platform files, and use uv platform apiIgor Zinkovsky
2011-11-09Remove stray NODE_MODULE() semi-colons.Ben Noordhuis
2011-10-20Remove 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-27Include "platform.h", not <platform.h> - conflicts with system headersBen Noordhuis
2011-03-17os.getNetworkInterfaces()Ryan Dahl
2011-03-15Update copyright headersRyan Dahl
2011-02-08Fix 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-14Revert "Implement os.isWindows"Ryan Dahl
2011-01-05Implement os.isWindowsBert Belder
2011-01-03Fix the OS module for win32Bert Belder
2011-01-03Merge 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