78 Commits (6cc63797bc63dc0de7888048402127cc10f34f7c)

Author SHA1 Message Date
Refael Ackermann f06c05cf5a src: remove `'` print modifier 8 years ago
Trevor Norris 1e44fd960f
async_wrap: run destroy in uv_timer_t 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 8 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
Michaël Zasso 719247ff95
src: remove debugger dead code 8 years ago
Ben Noordhuis 5ef6000afd src: don't call uv_run() after 'exit' event 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
René Schünemann c7ff96b0f7 async_wrap: close the destroy_ids_idle_handle_ 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
Daniel Bevenius 84eaa4aff3 src: remove unused StringValue macro parameters 9 years ago
Ben Noordhuis 0e6c336031 src: remove unneeded Environment error methods 8 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 334ef4f19d lib,src: drop dependency on v8::Private::ForApi() 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
Ben Noordhuis 642076f2af src: don't set non-primitive values on templates 9 years ago
Brian White b72dbdbe43 src: remove unnecessary check 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
Ben Ripkens 5f57005ec9 v8,src: expose statistics about heap spaces 9 years ago
Trevor Norris 80a66ba6ae async_wrap: new instances get uid 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 212c9c086c src: internalize binding function property names 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 10 years ago
Ben Noordhuis 3aad4fa89a deps: upgrade v8 to 4.4.63.12 10 years ago
Ben Noordhuis 70d1f32f56 deps: update v8 to 4.4.63.9 10 years ago
Ben Noordhuis 543dabb609 timers: improve Timer.now() performance 10 years ago
Trevor Norris c1de6d249e core: implement runtime flag to trace sync io 10 years ago
Trevor Norris 84bf609fd2 async-wrap: don't call init callback unnecessarily 10 years ago
Ben Noordhuis 7e88a9322c src: make accessors immune to context confusion 10 years ago
Chris Dickinson 0af4c9ea74 src: fix domains + --abort-on-uncaught-exception 10 years ago
Ben Noordhuis 38dc0cd8f4 src: switch from QUEUE to intrusive list 10 years ago
Trevor Norris 05f4dff975 asyncwrap: fix constructor condition for early ret 10 years ago