The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / src / node_os.cc @ 0544a586

History | View | Annotate | Download (6.81 KB)

# Date Author Comment
ff4a9d38 03/09/2012 06:14 PM Ben Noordhuis

core: use proper #include directives

500c8f45 12/15/2011 09:01 PM Igor Zinkovsky

Remove platform files, and use uv platform api

cdcb1118 11/09/2011 10:34 AM Ben Noordhuis

Remove stray NODE_MODULE() semi-colons.

88af0c86 10/19/2011 07:28 PM Ryan Dahl

Remove os.openOSHandle

Unused.

4561d9e0 10/07/2011 04:32 AM Fedor Indutny

Don't check sign of loadavg

Fixes #1838

69845538 10/07/2011 04:31 AM Fedor Indutny

use uv for memory and loadavg functions

91ecfbca 08/02/2011 12:38 PM Bert Belder

Remove platform_win32_winsock

a7bdaabf 07/26/2011 04:05 PM Ben Noordhuis

Include "platform.h", not <platform.h> - conflicts with system headers

Fixes #1003.

19e53512 03/16/2011 07:34 PM Ryan Dahl

os.getNetworkInterfaces()

55048cdf 03/14/2011 08:37 PM Ryan Dahl

Update copyright headers

61af4207 02/07/2011 06:30 PM Bert Belder

Fix dns on windows

0eb4c215 01/17/2011 10:58 PM Bert Belder

Define winsock error numbers

c99962e4 01/17/2011 10:58 PM Bert Belder

Misc. cleanups

casts, unused vars, function ordering, /* within comment, etc.

e0f47be9 01/17/2011 10:58 PM Bert Belder

Clean up the way windows headers are included

Plus make inclusion order a little more consistent in general

9bcfc074 01/13/2011 11:32 PM Ryan Dahl

Revert "Implement os.isWindows"

This reverts commit 9e31e0837ec3c5a88ed477bec3980dd4608046be.

Use process.platform == 'win32'

9e31e083 01/04/2011 09:38 PM Bert Belder

Implement os.isWindows

c3ffbf21 01/02/2011 05:44 PM Bert Belder

Fix the OS module for win32

33118df8 01/02/2011 04:57 PM Bert Belder

Merge remote branch 'origin/master'

Conflicts:
src/node_net.cc
src/node_os.cc

8275d7cd 12/23/2010 12:52 PM Brian White

Fix Cygwin compatibility in the os module

d75c338d 12/22/2010 02:01 PM Brian White

Add more functionality to the os module

86518c3b 12/20/2010 06:17 PM Bert Belder

Port GetHostName

f1762ff8 12/11/2010 03:51 AM Brian White

Add os module and getHostname