44 Commits (c938735ceea1e610f57aff6853965a41e412299d)

Author SHA1 Message Date
James M Snell 197a465280 zlib: move constants into zlib.constants 9 years ago
James M Snell dcccbfdc79 src: refactor require('constants') 9 years ago
Rich Trott 52f85bebfc src: add O_NOATIME constant 9 years ago
James Reggio fb5f66a9fa src: add SIGINFO to supported signals 9 years ago
Sam Roberts 292033b1f5 constants: define ENGINE_METHOD_RSA 9 years ago
Shigeki Ohtsu 802a2e79e1 tls, crypto: add ALPN Support 10 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
James M Snell 5ba868f024 tls: add --tls-cipher-list command line switch 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
cjihrig 165b70f146 fs: add access() and accessSync() 10 years ago
Isaac Burns 53fc14c569 crypto: wrap ECDH constants in HAVE_OPENSSL 10 years ago
Fedor Indutny 6e453fad87 crypto: introduce ECDH 10 years ago
Fedor Indutny 6adf3ecebb crypto: allow padding in RSA methods 10 years ago
Fedor Indutny 9cbfd6ef51 constants: add O_NONBLOCK constant 11 years ago
Fedor Indutny 7cb38309fe Revert "constants: export O_NONBLOCK" 11 years ago
Fedor Indutny 47ee9a48a8 Revert "src: fix _XOPEN_SOURCE redefinition warning" 11 years ago
Ben Noordhuis 885142a5ed src: fix _XOPEN_SOURCE redefinition warning 11 years ago
Fedor Indutny 00890e43fb constants: export O_NONBLOCK 11 years ago
Fedor Indutny 592be014b6
dgram: introduce `reuseAddr` option 11 years ago
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 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 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 14 years ago
Theo Schlossnagle e2d9018535 SSL_OP_CRYPTOPRO_TLSEXT_BUG 14 years ago
Theo Schlossnagle 2a88dd3bc1 TLS: Add secureOptions flag 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 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 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. 16 years ago
Ryan 227638bac1 Lint 16 years ago
Ryan 241950c1df Add isDirectory(), isFile(), isSocket(), ... methods to stats object. 16 years ago
Ryan 17c6a67f15 Introduce node.stdio 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