106 Commits (2826e6324c80a3d1221e0ef529be22b6709d05cb)

Author SHA1 Message Date
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 8 years ago
Daniel Bevenius 84eaa4aff3 src: remove unused StringValue macro parameters 8 years ago
Ben Noordhuis 0e6c336031 src: remove unneeded Environment error methods 8 years ago
Anna Henningsen 4863f6a121
net: make holding the buffer in memory more robust 8 years ago
Ben Noordhuis b4ea3a08f1 src: clean up PER_ISOLATE_STRING_PROPERTIES, v2 8 years ago
Ben Noordhuis a129639eab src: clean up PER_ISOLATE_STRING_PROPERTIES, v1 8 years ago
Daniel Bevenius 561548702e src: renaming ares_task struct to node_ares_task 8 years ago
Ben Noordhuis 781713d5ef src: remove unused isolate member 8 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
Trevor Norris 41f333e679 src,http_parser: remove KickNextTick call 9 years ago
Ali Ijaz Sheikh a53b2ac4b1 contextify: tie lifetimes of context & sandbox 9 years ago
Jiho Choi d5c04c34f1 vm: fix `produceCachedData` 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
Ben Noordhuis 924cc6c633 src: upgrade to new v8::Private api 9 years ago
Fedor Indutny 96934cbb30 vm: introduce `cachedData`/`produceCachedData` 9 years ago
Ben Ripkens 5f57005ec9 v8,src: expose statistics about heap spaces 9 years ago
Brian White 18490d3d5a module: always decorate thrown errors 9 years ago
Trevor Norris 83524b3c18 node: fix erroneously named function call 9 years ago
Julien Gilli 425a3545d2 domains: fix handling of uncaught exceptions 9 years ago
Trevor Norris bb1bd76395 async_wrap: call callback in destructor 9 years ago
Trevor Norris 80a66ba6ae async_wrap: new instances get uid 9 years ago
Shigeki Ohtsu 7eee37257f tls,crypto: move NPN protcol data to hidden value 9 years ago
Shigeki Ohtsu 802a2e79e1 tls, crypto: add ALPN Support 10 years ago
Trevor Norris 494227bb03 node: improve GetActiveRequests performance 9 years ago
Trevor Norris aeee956ac7 async_wrap: correctly pass parent to init callback 9 years ago
Jeremy Whitlock 77a10ed05f src: fix --abort-on-uncaught-exception 9 years ago
Trevor Norris 3f476ada1e async_wrap: ensure all objects have internal field 9 years ago
Ben Noordhuis 590ee58e1c src: internalize per-isolate string properties 9 years ago
Trevor Norris 74178a5682 buffer: construct Uint8Array in JS 9 years ago
Fedor Indutny 607bbd3166 http_parser: consume StreamBase instance 9 years ago
Fedor Indutny b266074347 env: introduce `KickNextTick` 9 years ago
Fedor Indutny 291b310e21 stream_base: various improvements 9 years ago
Fedor Indutny c399d176b2 tls: introduce internal `onticketkeycallback` 9 years ago
Fedor Indutny ef65321083 node: do not override `message`/`stack` of error 9 years ago
Ben Noordhuis 70d1f32f56 deps: update v8 to 4.4.63.9 9 years ago
Trevor Norris 63da0dfd3a buffer: implement Uint8Array backed Buffer 10 years ago
Ben Noordhuis 543dabb609 timers: improve Timer.now() performance 9 years ago