Alexis Campailla
c5d49ba9c2
test: test-os fix win32 localhost assumption
The test is expecting an invalid result for the loopback
interface network mask, but this issue was fixed in
libuv commit 1d5c61a8b31257733c41fb507762d3eb56eecb2d
Closes #5262 #6673
11 years ago
Alexis Campailla
ceea1e845a
test: test-os win32 adhere standard tmp resolution
The test is making the wrong assumptions about the
value of os.tmpdir() on Windows
11 years ago
Trevor Norris
76ada45342
test: add mac to test-os
Fix test from 30701d6
.
12 years ago
Ben Kelly
8a407f58b9
os: Include netmask in os.networkInterfaces()
re #3765 and #5432
fixes #4743
12 years ago
Ben Noordhuis
3fe6aba558
os: rename tmpDir() to tmpdir() for consistency
Make the casing consistent with the other os.* functions but keep
os.tmpDir() around as an alias.
12 years ago
Nathan Rajlich
5e4e87ade5
os: add os.endianness() function
12 years ago
isaacs
a11bf99ce0
Fix #3407 os.tmpDir()
13 years ago
Mustansir Golawala
7ee15457ed
os: add cross platform EOL character
13 years ago
Igor Zinkovsky
500c8f45f5
Remove platform files, and use uv platform api
13 years ago
Ryan Dahl
850609ea2d
Remove separation of libuv tests
13 years ago
Ben Noordhuis
37bb37d151
os: rename getNetworkInterfaces() to networkInterfaces()
13 years ago
Colton Baker
87286cc737
Fixed a lot of jslint errors.
Fixes #1831
13 years ago
Ryan Dahl
4e1d6fca8e
Mark tests which are broken in libuv
14 years ago
Ben Noordhuis
5c38163787
Fixes #1197 . Fix failing os.getNetworkInterfaces() test in test-os.js
14 years ago
isaacs
a7ce79124e
Add arch/platform to os module
14 years ago
Scott McWhirter
90348a616d
Add os.cpus() and os.uptime() support for sunos
14 years ago
Ryan Dahl
2f98451561
Revert "Add os.cpus() and os.uptime() support for sunos"
Cherry-pick fail. Breaks linux. Will land again shortly.
This reverts commit e8cf98c841
.
This reverts commit d953856d87
.
This reverts commit 752bbd6b42
.
14 years ago
Scott McWhirter
e8cf98c841
Add os.cpus() and os.uptime() support for sunos
14 years ago
Ryan Dahl
19e53512b8
os.getNetworkInterfaces()
14 years ago
Ryan Dahl
55048cdf79
Update copyright headers
14 years ago
Brian White
d75c338dd6
Add more functionality to the os module
14 years ago