summaryrefslogtreecommitdiff
path: root/src/env-inl.h
AgeCommit message (Expand)Author
2017-11-29process: add flag for uncaught exception abortAnna Henningsen
2017-11-27src: add optional keep-alive object to SetImmediateAnna Henningsen
2017-11-21src: remove async_hooks destroy timer handleAnna Henningsen
2017-11-21src: introduce internal C++ SetImmediate() mechanismAnna Henningsen
2017-11-19domain: re-implement domain over async_hookvladimir
2017-11-19src: use unique_ptr for http2_stateFranziska Hinkelmann
2017-11-19src: use std::unique_ptr in base-object-inl.hFranziska Hinkelmann
2017-11-18timers: cross JS/C++ border less frequentlyAnna Henningsen
2017-11-14src: turn inspector raw pointer into unique_ptrFranziska Hinkelmann
2017-11-12src: prepare v8 platform for multi-isolate supportAnna Henningsen
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-30async_hooks: enable runtime checks by defaultAndreas Madsen
2017-10-25src: destroy inspector agent before contextAli Ijaz Sheikh
2017-10-19async_hooks: skip runtime checks when disabledAndreas Madsen
2017-10-12src: add internalBindings for binding isolationBradley Farias
2017-09-26async_hooks: consistent internal namingAndreas Madsen
2017-09-19n-api: remove n-api module loading flagGabriel Schulhof
2017-09-14src: remove virtually unused ExecScopeAnna Henningsen
2017-09-14src: make in_makecallback() getter constAnna Henningsen
2017-09-14src: refactor `#include` handlingAnna Henningsen
2017-09-13src: remove unused perf_hooks uv handlesJames M Snell
2017-09-13http2,async-wrap: introduce AliasedBuffer classMike Kaufman
2017-08-30async_hooks: emitAfter correctly on fatalExceptionTrevor Norris
2017-08-23perf_hooks: implementation of the perf timing APIJames M Snell
2017-08-14async_hooks: don't abort unnecessarilyTrevor Norris
2017-08-14async_hooks: improve comments and function namesTrevor Norris
2017-08-13http2: use per-environment buffersAnna Henningsen
2017-08-13src: avoid creating local data variableDaniel Bevenius
2017-08-11inspector: support extra contextsEugene Ostroukhov
2017-08-10src: remove unused http2_socket_buffer from envAnna Henningsen
2017-08-04http2: use static allocated arraysJames M Snell
2017-08-04http2: introducing HTTP/2James M Snell
2017-08-01src,dns: refactor cares_wrap to avoid global stateAnna Henningsen
2017-07-27src: replace ASSERT with CHECKBen Noordhuis
2017-06-06src: remove `'` print modifierRefael Ackermann
2017-06-02async_wrap: run destroy in uv_timer_tTrevor Norris
2017-05-21dns: fix `resolve` failed starts without networkXadillaX
2017-05-10src: implement native changes for async_hooksTrevor Norris
2017-05-10crypto: use named FunctionTemplateTrevor Norris
2017-05-10async_wrap: use double, not int64_t, for async idTrevor Norris
2017-05-10src: fix comments re PER_ISOLATE macrosJosh Gavant
2017-04-29src: remove debugger dead codeMichaël Zasso
2017-04-19src: don't call uv_run() after 'exit' eventBen Noordhuis
2017-03-14fs: include more fs.stat*() optimizationsBrian White
2017-03-10meta: restore original copyright headerJames M Snell
2016-12-23async_wrap: close the destroy_ids_idle_handle_René Schünemann
2016-12-11lib,src: support values > 4GB in heap statisticsBen Noordhuis
2016-12-01async_wrap: call destroy() callback in uv_idle_tTrevor Norris
2016-09-23src: remove unused StringValue macro parametersDaniel Bevenius
2016-09-11src: remove unneeded Environment error methodsBen Noordhuis