3889 Commits (888be773c684558ffbf63d34d3ae8b9f576eebd6)

Author SHA1 Message Date
Adam Langley 488821e611 crypto: use SSL_CTX_clear_extra_chain_certs. 9 years ago
Adam Langley e896c6bbbf crypto: fix build when OCSP-stapling not provided 9 years ago
Adam Langley 9c3302bb97 crypto: use a const SSL_CIPHER 9 years ago
Fedor Indutny 03944fe3e8 tls_wrap: reach error reporting for UV_EPROTO 9 years ago
Chris911 1878cd5905 src: remove no longer relevant comments 9 years ago
cjihrig d7e9bb7bde process: support symbol events 9 years ago
Ben Noordhuis 39b2503650 src: remove __builtin_bswap16 call 9 years ago
Ben Noordhuis 37ff7c5e57 src: remove unused BITS_PER_LONG macro 9 years ago
Bryon Leung aa8a10c8c3 src: add BE support to StringBytes::Encode() 9 years ago
Myles Borins 692eadaab0 Working on v4.3.3 9 years ago
Myles Borins c23f608796 2016-03-02, Version 4.3.2 'Argon' (LTS) 9 years ago
Myles Borins d4422862d9 Working on v4.3.2 9 years ago
Myles Borins ef37a465c5 2016-02-16, Version 4.3.1 'Argon' (LTS) 9 years ago
Myles Borins 1b070e48e0 node_contextify: do not incept debug context 9 years ago
Fedor Indutny 9d4a226dad crypto: clear error stack in ECDH::Initialize 9 years ago
Rich Trott 5990ba2a0a src: remove redeclarations of variables 9 years ago
Fedor Indutny aefb20a94f tls: copy client CAs and cert store on CertCb 9 years ago
Ben Noordhuis 667f7a7ab3 debugger: guard against call from non-node context 9 years ago
Ben Noordhuis c41ed59dbc src: don't check failure with ERR_peek_error() 9 years ago
James M Snell 8e592bb5c7 src: repair lts flag 9 years ago
James M Snell 452cf9e3a6 Working on v4.3.1 9 years ago
James M Snell 58db386a1b 2016-02-09, Version 4.3.0 'Argon' (LTS) 9 years ago
James M Snell 49ae2e0334 src: avoid compiler warning in node_revert.cc 9 years ago
James M Snell 0eae95eae3 deps: update http-parser to version 2.5.1 9 years ago
James M Snell da3750f981 src: add --security-revert command line flag 9 years ago
Myles Borins 1c4ea61981 Working on v4.2.7 9 years ago
Myles Borins 6b0352d79a 2016-01-21, Version 4.2.6 "Argon" (LTS) Release 9 years ago
cjihrig 1408f7abb1 module,src: do not wrap modules with -1 lineOffset 9 years ago
Myles Borins 8a0cc6442d Working on v4.2.6 9 years ago
Myles Borins e6ca04cfd5 2016-01-20, Version 4.2.5 "Argon" (LTS) Release 9 years ago
Fedor Indutny 4d37472ea7 tls_wrap: clear errors on return 9 years ago
Martin Bark 8ce6843fe4 os: fix crash in GetInterfaceAddresses 9 years ago
Fedor Indutny d19da6638d crypto: load PFX chain the same way as regular one 9 years ago
cjihrig 3080bdc7d7 src: define Is* util functions with macros 9 years ago
cjihrig b421119984 util: determine object types in C++ 9 years ago
Ben Noordhuis 0ae90ecd3d module,repl: remove repl require() hack 9 years ago
cjihrig 1bf84b9d41 util,src: allow lookup of hidden values 9 years ago
Martin von Gagern d47f6ba768 src: fix deprecation message for ErrnoException 9 years ago
Fedor Indutny 5b695d0343 tls_wrap: inherit from the `AsyncWrap` first 9 years ago
Yazhong Liu 03e9495cc2 node: remove unused variables in AppendExceptionLine 9 years ago
cjihrig 5ba08fbf76 src: fix line numbers on core errors 9 years ago
Fedor Indutny 0efc35e6d8 tls_wrap: slice buffer properly in `ClearOut` 9 years ago
Rod Vagg 06113b8711 node: s/doNTCallbackX/nextTickCallbackWithXArgs/ 9 years ago
Ben Noordhuis 70974e9362 src: use GetCurrentProcessId() for process.pid 9 years ago
cjihrig c96eca164f src: don't print garbage errors 9 years ago
yorkie 5bf56882e1 fs,doc: use `target` instead of `destination` 9 years ago
Stefan Budeanu b7c3fb7f75 crypto: disable crypto.createCipher in FIPS mode 9 years ago
Trevor Norris 55336810ee async_wrap: call callback in destructor 9 years ago
Trevor Norris a8b45e9e96 async_wrap: new instances get uid 9 years ago
Trevor Norris 49f16d77c4 async_wrap: allow some hooks to be optional 9 years ago