Brian White
a226be4f76
crypto: allow custom generator for DiffieHellman
11 years ago
Fedor Indutny
92b6417098
crypto: introduce .setEngine(engine, [flags])
11 years ago
Fedor Indutny
8e29ce9f13
src: lint c++ code
12 years ago
Ian Babrou
3b17f3b80a
constants: add O_DIRECT
This will allow to speed up file i/o in some cases by usage of right offsets
and buffer sizes.
13 years ago
Bert Belder
600a6468dc
process: use uv_signal instead of ev_signal
13 years ago
Ben Noordhuis
eef57dddf4
core: use proper #include directives
13 years ago
Ben Noordhuis
ff4a9d381d
core: use proper #include directives
13 years ago
Igor Zinkovsky
500c8f45f5
Remove platform files, and use uv platform api
13 years ago
Ben Noordhuis
05de01d707
tls: expose more openssl SSL context options
13 years ago
Roman Shtylman
4d05f56dcd
tls: expose ssl bug workaround constants
The internet is filled with servers which have various bugs and other
ssl handshake issues. These constants can be used with the Agent
secureOptions option to get around such server limitations when performing
https requests
13 years ago
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