3902 Commits (e572542de591a35ca803fcd6deb721d3151d4875)

Author SHA1 Message Date
Ben Noordhuis a673c9ae2d tls: fix assert in context._external accessor 9 years ago
Fedor Indutny 97e95d04c2 crypto: PBKDF2 works with `int` not `ssize_t` 9 years ago
cjihrig 7c3b844f78 src: return UV_EAI_NODATA on empty lookup 9 years ago
Myles Borins 9c51f3f37e Working on v4.4.1 9 years ago
Myles Borins 83ca8fa313 2016-03-08, Version 4.4.0 'Argon' (LTS) 9 years ago
Evan Lucas ab5c01b7a8 node: set process._eventsCount to 0 on startup 9 years ago
Adam Langley b7c2b23d55 crypto: have fixed NodeBIOs return EOF 9 years ago
Trevor Norris 288f4c2206 buffer: properly retrieve binary length of needle 9 years ago
Matt Loring 0164e12a6c tools: add --prof-process flag to node binary 9 years ago
Rich Trott 3ca6d750b9 src: force line buffering for stderr 9 years ago
Fedor Indutny b3050a5c2f crypto: fix memory leak in LoadPKCS12 9 years ago
Fedor Indutny 689e1faaf1 crypto: add `pfx` certs as CA certs too 9 years ago
Jackson Tian a1e0710cb1 src: clean up usage of __proto__ 9 years ago
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() 10 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