Peter Bright
13d6a1f67f
Basic VC++ compatibility work.
14 years ago
Bert Belder
91ecfbcae8
Remove platform_win32_winsock
14 years ago
Bert Belder
9cec08e490
Batch of ev -> uv changes
14 years ago
isaacs
3935adced0
GH-853 fs.lchown and fs.lchmod
14 years ago
Fedor Indutny
c9b40da368
OpenSSL NPN in node.js
closes #926 .
14 years ago
Theo Schlossnagle
e2d9018535
SSL_OP_CRYPTOPRO_TLSEXT_BUG
fixes #873
14 years ago
Theo Schlossnagle
2a88dd3bc1
TLS: Add secureOptions flag
Also, secureOptions flag was added (and passed through) and allows
the context to have all supported SSL_OP_* set via createCredentials.
All SSL_OP_ flags (outside of ALL) have been added to constants.
14 years ago
Ryan Dahl
55048cdf79
Update copyright headers
14 years ago
Bert Belder
0eb4c2157d
Define winsock error numbers
14 years ago
Bert Belder
e0f47be9d0
Clean up the way windows headers are included
Plus make inclusion order a little more consistent in general
14 years ago
Bert Belder
cd921c2c62
S_IFLNK, S_IFSOCK and SIGCHLD are not available on windows
14 years ago
Peter Dekkers
e48f0d1dd9
Fixed incorrect mask for determining fs.Stats types
15 years ago
Ryan Dahl
aeb7d6d168
Add process.IdleWatcher
With priorities. Will be used for process.nextLoop().
15 years ago
Ryan Dahl
a5df0f6a65
Prefix all source files with node_
15 years ago
Ryan Dahl
0d1ec5fdbe
API: node.fs.read() takes a normal encoding parameter.
Removes node.UTF8, node.RAW, node.ASCII enum versions of the encodings.
node.fs.read() now supports "raws" encoding.
16 years ago
Ryan
227638bac1
Lint
16 years ago
Ryan
241950c1df
Add isDirectory(), isFile(), isSocket(), ... methods to stats object.
Thanks to Felix Geisendörfer for the initial patch.
16 years ago
Ryan
17c6a67f15
Introduce node.stdio
Remove old stdout, stderr, stdin objects.
16 years ago
Ryan
0f76d3e6d8
define signal constants
16 years ago
Ryan
11b2e5dcc4
Remove file access flags that arn't present in macintosh.
16 years ago
Ryan
b260a9108b
Add errno constants. Move all constants to `node.constants` namespace.
16 years ago