51 Commits (70664bf5a1914e74726cd3d17659cbba8f553f94)

Author SHA1 Message Date
Vse Mozhet Byt 4f87522244 doc, lib, test: do not re-require needlessly 7 years ago
Rich Trott e0af017a32 lib: normalize indentation in parentheses 7 years ago
Rich Trott 0d22858d67 lib: remove excess indentation 7 years ago
Rich Trott a180259e42 test,lib,doc: use function declarations 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
James M Snell a2ae08999b tls: runtime deprecation for tls.createSecurePair() 8 years ago
James M Snell 5de3cf099c lib: add static identifier codes for all deprecations 8 years ago
Jackson Tian 69674f4d3e lib: remove unnecessary parameter for assertCrypto() 8 years ago
Rich Trott 68ba9aa0fb test,lib,benchmark: match function names 8 years ago
James M Snell f293d0b0c8 lib: replace legacy uses of __defineGetter__ 9 years ago
Fedor Indutny cee4c25c92 net: introduce `Socket#connecting` property 9 years ago
James M Snell f429fe1b88 crypto: fail early when loading crypto without openssl 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Michaël Zasso 7ce0e04f44 lib: fix style issues after eslint update 9 years ago
Fedor Indutny 5a2445b0c0 tls_legacy: do not read on OpenSSL's stack 9 years ago
Minwoo Jung ae5bcf9528 lib: use arrow functions instead of bind 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Shigeki Ohtsu 802a2e79e1 tls, crypto: add ALPN Support 10 years ago
Коренберг Марк d8db75730f tls: add `options` argument to createSecurePair 10 years ago
Sakthipriyan Vairamani f32a606e37 lib,src: remove usage of events.EventEmitter 9 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Brian White 5abd4ac079 lib: simplify nextTick() usage 10 years ago
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
Fedor Indutny b9686233fc stream_base: introduce StreamBase 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Fedor Indutny 963f5e8a88 tls: do not hang without `newSession` handler 10 years ago
Jackson Tian e1ce8ba639 net: add remoteFamily for socket 10 years ago
Brian White 03e9f84933 lib: remove unused variables 11 years ago
Fedor Indutny afaff70a9b src: lint after OCSP commits 11 years ago
Fedor Indutny 345c40b661 tls: `getPeerCertificate(detailed)` 11 years ago
Fedor Indutny b3ef289ffb tls: support OCSP on client and server 11 years ago
Fedor Indutny 5d2aef17ee
crypto: move `createCredentials` to tls 11 years ago
Fedor Indutny 75ea11fc08 tls: introduce asynchronous `newSession` 11 years ago
Trevor Norris 25dce6d62d lint: fix a few semicolons 11 years ago
Fedor Indutny 42acbf809b tls: wrap tls inside tls using legacy API 11 years ago
isaacs 1df77a7438 lib: Add missing copyright notices 11 years ago
Fedor Indutny b9a0eb0688 tls, crypto: deduplicate code 11 years ago
isaacs 967b5dbb45 http: Use streams3 directly, not .ondata/end 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Fedor Indutny af80e7bc6e tls: introduce TLSSocket based on tls_wrap binding 12 years ago