Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove stray NODE_MODULE() semi-colons. | Ben Noordhuis | 2011-11-09 | 1 | -1/+1 |
* | Remove os.openOSHandle | Ryan Dahl | 2011-10-19 | 1 | -18/+0 |
* | Don't check sign of loadavg | Fedor Indutny | 2011-10-07 | 1 | -4/+0 |
* | use uv for memory and loadavg functions | Fedor Indutny | 2011-10-07 | 1 | -5/+10 |
* | Remove platform_win32_winsock | Bert Belder | 2011-08-02 | 1 | -1/+0 |
* | Include "platform.h", not <platform.h> - conflicts with system headers | Ben Noordhuis | 2011-07-26 | 1 | -1/+1 |
* | os.getNetworkInterfaces() | Ryan Dahl | 2011-03-16 | 1 | -0/+7 |
* | Update copyright headers | Ryan Dahl | 2011-03-14 | 1 | -0/+21 |
* | Fix dns on windows | Bert Belder | 2011-02-07 | 1 | -0/+20 |
* | Define winsock error numbers | Bert Belder | 2011-01-18 | 1 | -3/+4 |
* | Misc. cleanups | Bert Belder | 2011-01-18 | 1 | -1/+2 |
* | Clean up the way windows headers are included | Bert Belder | 2011-01-18 | 1 | -7/+9 |
* | Revert "Implement os.isWindows" | Ryan Dahl | 2011-01-13 | 1 | -6/+0 |
* | Implement os.isWindows | Bert Belder | 2011-01-04 | 1 | -0/+6 |
* | Fix the OS module for win32 | Bert Belder | 2011-01-02 | 1 | -1/+20 |
* | Merge remote branch 'origin/master' | Bert Belder | 2011-01-02 | 1 | -2/+94 |
|\ | |||||
| * | Fix Cygwin compatibility in the os module | Brian White | 2010-12-23 | 1 | -12/+10 |
| * | Add more functionality to the os module | Brian White | 2010-12-22 | 1 | -4/+97 |
* | | Port GetHostName | Bert Belder | 2010-12-21 | 1 | -1/+9 |
|/ | |||||
* | Add os module and getHostname | Brian White | 2010-12-11 | 1 | -0/+34 |