157 Commits (3f5f847ed131799da2e8424bf39acf3be55ad683)

Author SHA1 Message Date
Timothy Gu 806857712f
src: do not add .domain to promises in VM contexts 8 years ago
Timothy Gu 2f8ddb2734
inspector: reimplement JS binding 8 years ago
Greg Alexander ccfcd8873c
crypto: better crypto error messages 8 years ago
Andreas Madsen 3a69ef55e0
async_hooks: consistent internal naming 8 years ago
Anna Henningsen 150b8f7fda
src: minor c++ refactors to module_wrap 8 years ago
Anna Henningsen b605b15346
async_hooks: support promise resolve hook 8 years ago
Anna Henningsen 602fd36d95
domain: remove `.dispose()` 8 years ago
Gabriel Schulhof a8c0a43a22 n-api: remove n-api module loading flag 8 years ago
Anna Henningsen a564c1eb20
src: remove virtually unused ExecScope 8 years ago
Anna Henningsen be6d807bbf
src: make in_makecallback() getter const 8 years ago
Anna Henningsen 290315ace7
src: refactor `#include` handling 8 years ago
James M Snell dcc41fd662 src: remove unused perf_hooks uv handles 8 years ago
Mike Kaufman 35a526c1d4
http2,async-wrap: introduce AliasedBuffer class 8 years ago
Timothy Gu d932e80231
vm: support parsing a script in a specific context 8 years ago
Anna Henningsen f91897e741 src: remove unused persistent properties from env 8 years ago
Trevor Norris 244ada3c71
async_hooks: emitAfter correctly on fatalException 8 years ago
James M Snell 67269fd7f3 perf_hooks: implementation of the perf timing API 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
Trevor Norris 94369d8017
async_hooks: improve comments and function names 8 years ago
Anna Henningsen e46ae99a2a
http2: use per-environment buffers 8 years ago
Anna Henningsen 1419533df9
src: remove unused http2_socket_buffer from env 8 years ago
Jan Krems 5fd2f03b16
inspector: allow require in Runtime.evaluate 9 years ago
James M Snell 545797b9e4 http2: use static allocated arrays 8 years ago
James M Snell e71e71b513 http2: introducing HTTP/2 8 years ago
Anna Henningsen 727b2911ec
src,dns: refactor cares_wrap to avoid global state 8 years ago
Anna Henningsen af1a551965
async_hooks: proper id stacking for Promises 8 years ago
Trevor Norris a2fdb76677
async_wrap: use kTotals to enable PromiseHook 8 years ago
Anna Henningsen cc2dd93ea5
async_wrap: expose enable/disablePromiseHook API 8 years ago
XadillaX 27de36926b
dns: add resolveAny support 8 years ago
Anna Henningsen 8f39881b74
async_hooks: use resource objects for Promises 8 years ago
Trevor Norris 1e44fd960f
async_wrap: run destroy in uv_timer_t 8 years ago
Matt Loring 849f22309a
async_wrap,src: wrap promises directly 8 years ago
Matt Loring 920278bd37
async_wrap,src: promise hook integration 8 years ago
XadillaX 2b541471db
dns: fix `resolve` failed starts without network 8 years ago
Trevor Norris c0bde73f1b
src: implement native changes for async_hooks 8 years ago
Trevor Norris d9f3ec8e09
crypto: use named FunctionTemplate 9 years ago
Trevor Norris 0432c6e91e
async_wrap: use double, not int64_t, for async id 8 years ago
Josh Gavant dd6e3f69a7 src: fix comments re PER_ISOLATE macros 8 years ago
Eugene Ostroukhov 3f48ab3042 inspector: do not add 'inspector' property 8 years ago
Michaël Zasso 719247ff95
src: remove debugger dead code 8 years ago
Anna Henningsen e5a25cbc85
src: expose `node::AddPromiseHook` 8 years ago
Ben Noordhuis 5ef6000afd src: don't call uv_run() after 'exit' event 8 years ago
Daniel Bevenius ec53921d2e src: make AtExit callback's per Environment 8 years ago
James M Snell 7139b93a8b url: add ToObject method to native URL class 8 years ago
Anna Henningsen 1fde98bb4f
v8: expose new V8 serialization API 8 years ago
Brian White 6a5ab5d550 fs: include more fs.stat*() optimizations 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Anna Henningsen 6d16048da6 src: drop the NODE_ISOLATE_SLOT macro 8 years ago
Brian White f385f77f1d process: improve memoryUsage() performance 8 years ago