4753 Commits (1cdb41f287c8e51a5963f5f8eb8d7c8b5809b99d)

Author SHA1 Message Date
Bradley Farias c8a389e19f module: Allow runMain to be ESM 8 years ago
Ben Noordhuis 964beed2f2 src: turn key length exception into CHECK 8 years ago
Daniel Bevenius 1df16c601a src: fix DEBUG_HTTP2 type arguments 8 years ago
Timothy Gu d932e80231
vm: support parsing a script in a specific context 8 years ago
Benjamin Gruenbaum 484bfa2e37 crypto: accept decimal Number in randomBytes 8 years ago
Daniel Bevenius c7c9e20ed0 src: fix compiler warnings in node_perf.cc 8 years ago
Anna Henningsen dd52cad044 doc,lib,src,test: strip executable bits off files 8 years ago
Anna Henningsen f91897e741 src: remove unused persistent properties from env 8 years ago
Chris Young c77e6d3f8c n-api: adds function to adjust external memory 8 years ago
Trevor Norris 244ada3c71
async_hooks: emitAfter correctly on fatalException 8 years ago
Shigeki Ohtsu 4218f1974d crypto: fix error of createCipher in wrap mode 8 years ago
James M Snell f3eb193a30 meta: merge TSC and CTC back into a single body 8 years ago
Anna Henningsen 095c9463dd perf_hooks: fix presumed typo in node_perf.cc 8 years ago
Gabriel Schulhof 7efb8f7619 n-api: implement promise 8 years ago
Anna Henningsen 784c6d40f8
src: use proper errors as coming from StringBytes 8 years ago
Anna Henningsen 86c4655a0f src: fix build on certain platforms 8 years ago
Anna Henningsen 772145674c
http2: ignore invalid headers explicitly 8 years ago
James M Snell 67269fd7f3 perf_hooks: implementation of the perf timing API 8 years ago
Ben Noordhuis e007f66ae2 dns: add `verbatim` option to dns.lookup() 8 years ago
Ben Noordhuis 01160dd6e9 src: replace assert() with CHECK() 8 years ago
James M Snell 58831b2f24 uv: improvements to process.binding('uv') 8 years ago
James M Snell 5e7c69716e src: reduce code duplication 8 years ago
James M Snell 771a03dfe3 src: fixup strings, reduce duplication 8 years ago
Brian White 8935239319 src: remove unnecessary helper function 8 years ago
Shigeki Ohtsu 9dfb2d14cb crypto: warn if counter mode used in createCipher 8 years ago
Gabriel Schulhof 70664bf5a1 n-api: add ability to remove a wrapping 8 years ago
Ben Noordhuis ffed7b6e66
src: detect nul bytes in InternalModuleReadFile() 8 years ago
Anna Henningsen 6a0e3b16f3
src: remove extra copy from Copy() in node_url.cc 8 years ago
James M Snell fd8cf79056 src: miscellaneous cleanups for node_config 8 years ago
James M Snell 35f6e59dfc src: minor cleanup for node_revert 8 years ago
Anna Henningsen 4766fcb96d
http2: minor refactor of passing headers to JS 8 years ago
Anna Henningsen 491cc76871
src: use `unordered_set` instead of custom rb tree 8 years ago
Matt Loring 9e08695f85
src: Node implementation of v8::Platform 8 years ago
Matt Loring 5e5a52fc93
tracing: Update to use new Platform tracing apis 8 years ago
Miroslav Bajtoš a0895ed6c4
inspector: enable async stack traces 8 years ago
James M Snell 949aec5c32 http2: handful of http/2 src cleanups 8 years ago
Trevor Norris 062beb08df
async_hooks: don't abort unnecessarily 8 years ago
Trevor Norris d441c7ffe8
async_wrap: unroll unnecessarily DRY code 8 years ago
Trevor Norris 94369d8017
async_hooks: improve comments and function names 8 years ago
Trevor Norris 64688d8e3a
async_wrap: return undefined if domain is disposed 8 years ago
Gabriel Schulhof 6fe72c82d2 src: mention that node options are space-separated 8 years ago
Anna Henningsen 5ea25d2ebe
http2: name padding buffer fields 8 years ago
Anna Henningsen e46ae99a2a
http2: use per-environment buffers 8 years ago
Anna Henningsen 348dd66337
http2: improve perf of passing headers to C++ 8 years ago
Daniel Bevenius 50235a03ef src: avoid creating local data variable 8 years ago
Anna Henningsen 835c383969
n-api: add napi_get_node_version 8 years ago
Anna Henningsen eb8f574229
src: add comments for cares library init refcount 8 years ago
Anna Henningsen 39c67f43a2
src: remove duplicate loop 8 years ago
Daniel Bevenius c27360ea74
src: use local isolate instead of args.GetIsolate 8 years ago
Eugene Ostroukhov 63fc89a6a0 inspector: support extra contexts 8 years ago