136 Commits (348dd66337e152fe40617d1dba0340f18ca425dd)

Author SHA1 Message Date
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
AnnaMag 67af1ad671 src: refactor CopyProperties to remove JS 8 years ago
Ben Noordhuis aa77b767b6 lib,src: support values > 4GB in heap statistics 8 years ago
Trevor Norris b49b496a92
async_wrap: call destroy() callback in uv_idle_t 8 years ago
Fedor Indutny 5a61b99d98 process: add `process.memoryUsage.external` 8 years ago
Ben Noordhuis 63c47e7189 src: remove superfluous env_string string 9 years ago
Daniel Bevenius 84eaa4aff3 src: remove unused StringValue macro parameters 9 years ago
Ben Noordhuis 0e6c336031 src: remove unneeded Environment error methods 9 years ago
Anna Henningsen 4863f6a121
net: make holding the buffer in memory more robust 9 years ago
Ben Noordhuis b4ea3a08f1 src: clean up PER_ISOLATE_STRING_PROPERTIES, v2 9 years ago
Ben Noordhuis a129639eab src: clean up PER_ISOLATE_STRING_PROPERTIES, v1 9 years ago
Daniel Bevenius 561548702e src: renaming ares_task struct to node_ares_task 9 years ago
Ben Noordhuis 781713d5ef src: remove unused isolate member 9 years ago
Ben Noordhuis aac79dfd78 src: use stack-allocated Environment instances 9 years ago
Ben Noordhuis 58cec4e85b src: move env init logic into Environment class 9 years ago
Ben Noordhuis 27e84ddd4e lib,src: clean up ArrayBufferAllocator 9 years ago
Ben Noordhuis c3cd453cba src: make IsolateData creation explicit 9 years ago
Ben Noordhuis 0301ce9f55 src: move IsolateData out of Environment 9 years ago
Pavel Feldman 84ad31fff3 src,lib: v8-inspector support 9 years ago
Ben Noordhuis eff96d32dc src: add include guards to internal headers 9 years ago
Fedor Indutny 6198472d83 stream_base: expose `bytesRead` getter 9 years ago
cjihrig d6e56fd843 os: add userInfo() method 9 years ago