4236 Commits (f68e0d1864b11b15014334dc44e4a11692667573)

Author SHA1 Message Date
Sam Roberts 292033b1f5 constants: define ENGINE_METHOD_RSA 9 years ago
Stefan Budeanu 7c48cb5601 crypto: Improve control of FIPS mode 9 years ago
Ben Noordhuis 33e51fe18c src,tools: remove null sentinel from source array 9 years ago
Ben Noordhuis 96adbe9503 src,tools: drop nul byte from built-in source code 9 years ago
Ben Noordhuis cdc7e025e0 src,tools: allow utf-8 in built-in js source code 9 years ago
Jiho Choi d5c04c34f1 vm: fix `produceCachedData` 9 years ago
Phillip Kovalev 5c14efbbe9 module: return correct exports from linked binding 9 years ago
Andreas Madsen 11c672bc77 async_wrap: add parent uid to init hook 9 years ago
Andreas Madsen c6c7d8b325 async_wrap: make uid the first argument in init 9 years ago
Andreas Madsen c794869e97 async_wrap: add uid to all asyncWrap hooks 9 years ago
Rich Trott 32f6098eef src,test,tools: modify for more stringent linting 9 years ago
Brian White b72dbdbe43 src: remove unnecessary check 9 years ago
Evan Lucas 31ebda24d4 node: set process._eventsCount to 0 on startup 9 years ago
Trevor Norris 95afe28fc5 src: remove TryCatch in MakeCallback 9 years ago
Trevor Norris 5e30478ede src: remove unused TickInfo::in_tick() 9 years ago
Trevor Norris f86a3a2fb5 src: remove unused of TickInfo::last_threw() 9 years ago
Trevor Norris e9192249c8 src: add AsyncCallbackScope 9 years ago
Trevor Norris 575b84ec41 src: fix MakeCallback error handling 9 years ago
Adam Langley 773b9016aa crypto: have fixed NodeBIOs return EOF 9 years ago
Trevor Norris b55e58042c buffer: add encoding parameter to fill() 9 years ago
Jackson Tian 4e46931406 src: deprecate undocumented variables 10 years ago
James M Snell b5b5bb1e3c src: avoid compiler warning in node_revert.cc 9 years ago
James M Snell d387591bbb src: add --security-revert command line flag 9 years ago
Ruben Bridgewater 88307974e6 node: improve process.nextTick performance 9 years ago
Fedor Indutny 1258b0166d deps: sync with upstream bagder/c-ares@2bae2d5 9 years ago
Fedor Indutny 106c6cfe98 crypto: fix memory leak in LoadPKCS12 9 years ago
Fedor Indutny 23196fe9c1 crypto: add `pfx` certs as CA certs too 9 years ago
Daniel Turing dbdbdd4998 dns: add resolvePtr to query plain DNS PTR records 9 years ago
Jackson Tian 9aebb002b0 src: clean up usage of __proto__ 9 years ago
Myles Borins 4897f94ec6 node_contextify: do not incept debug context 9 years ago
Evan Lucas 25751bedfe node: deprecate process.EventEmitter 9 years ago
Brian White 2c357a7e3b tls: add getProtocol() to TLS sockets 9 years ago
Ben Noordhuis 924cc6c633 src: upgrade to new v8::Private api 9 years ago
Phillip Kovalev 71470a8e45 module: pass v8::Object to linked module initialization function 9 years ago
Adam Langley c3d5b2b118 crypto: use SSL_CTX_clear_extra_chain_certs. 9 years ago
Chris911 e20abb715e src: remove no longer relevant comments 9 years ago
Fedor Indutny b4ece1b7ec contextify: use offset/length from Uint8Array 9 years ago
Matteo Collina 137f53c7b7 dgram: support dgram.send with multiple buffers 9 years ago
Adam Langley b8ae0f7b0c crypto: fix build when OCSP-stapling not provided 9 years ago
Adam Langley f8d24c54a8 crypto: use a const SSL_CIPHER 9 years ago
Fedor Indutny ff4006c7b0 tls_wrap: reach error reporting for UV_EPROTO 9 years ago
cjihrig 57003520f8 src: attach error to stack on displayErrors 9 years ago
Fedor Indutny 96934cbb30 vm: introduce `cachedData`/`produceCachedData` 9 years ago
Trevor Norris 54cd2e1e5e buffer: properly retrieve binary length of needle 9 years ago
cjihrig 66cb4bcf0c process: support symbol events 9 years ago
Ben Noordhuis 1e5a02628c src: fix negative values in process.hrtime() 9 years ago
Evan Lucas ff64a4c395 node: allow preload modules with -i 9 years ago
Ben Ripkens 5f57005ec9 v8,src: expose statistics about heap spaces 9 years ago
cjihrig 8bad51977a src: return UV_EAI_NODATA on empty lookup 9 years ago
Ben Noordhuis 761cf2bf6a src: don't check failure with ERR_peek_error() 9 years ago