summaryrefslogtreecommitdiff
path: root/src/env.h
AgeCommit message (Expand)Author
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-21http2: major update to internalsJames M Snell
2017-11-19domain: re-implement domain over async_hookvladimir
2017-11-19src: use unique_ptr for http2_stateFranziska Hinkelmann
2017-11-18timers: cross JS/C++ border less frequentlyAnna Henningsen
2017-11-17src: rename req-wrap -> req_wrapDaniel Bevenius
2017-11-16async_hooks: add destroy event for gced AsyncResourcesSebastian Mayr
2017-11-14src: turn inspector raw pointer into unique_ptrFranziska Hinkelmann
2017-11-12src: prepare v8 platform for multi-isolate supportAnna Henningsen
2017-11-03src: improve module loader readabilityAnna Henningsen
2017-11-02src: add CollectExceptionInfo & errors.SystemErrorJames M Snell
2017-10-30async_hooks: enable runtime checks by defaultAndreas Madsen
2017-10-29http2: fix several timeout related issuesAnatoli Papirovski
2017-10-25src: destroy inspector agent before contextAli Ijaz Sheikh
2017-10-19async_hooks: skip runtime checks when disabledAndreas Madsen
2017-10-16child_process: add windowsHide optioncjihrig
2017-10-12src: add internalBindings for binding isolationBradley Farias
2017-10-04src: do not add .domain to promises in VM contextsTimothy Gu
2017-10-02inspector: reimplement JS bindingTimothy Gu
2017-09-28crypto: better crypto error messagesGreg Alexander
2017-09-26async_hooks: consistent internal namingAndreas Madsen
2017-09-23src: minor c++ refactors to module_wrapAnna Henningsen
2017-09-23async_hooks: support promise resolve hookAnna Henningsen
2017-09-20domain: remove `.dispose()`Anna Henningsen
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-09-05vm: support parsing a script in a specific contextTimothy Gu
2017-09-01src: remove unused persistent properties from envAnna Henningsen
2017-08-30async_hooks: emitAfter correctly on fatalExceptionTrevor Norris
2017-08-23perf_hooks: implementation of the perf timing APIJames M Snell
2017-08-17http2: minor refactor of passing headers to JSAnna Henningsen
2017-08-17src: use `unordered_set` instead of custom rb treeAnna Henningsen
2017-08-14async_hooks: improve comments and function namesTrevor Norris
2017-08-13http2: use per-environment buffersAnna Henningsen
2017-08-10src: remove unused http2_socket_buffer from envAnna Henningsen
2017-08-07inspector: allow require in Runtime.evaluateJan Krems
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-06-16async_hooks: proper id stacking for PromisesAnna Henningsen
2017-06-10async_wrap: use kTotals to enable PromiseHookTrevor Norris
2017-06-10async_wrap: expose enable/disablePromiseHook APIAnna Henningsen
2017-06-09dns: add resolveAny supportXadillaX
2017-06-08async_hooks: use resource objects for PromisesAnna Henningsen