summaryrefslogtreecommitdiff
path: root/src/env.h
AgeCommit message (Expand)Author
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
2017-06-02async_wrap: run destroy in uv_timer_tTrevor Norris
2017-05-28async_wrap,src: wrap promises directlyMatt Loring
2017-05-25async_wrap,src: promise hook integrationMatt Loring
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-05-04inspector: do not add 'inspector' propertyEugene Ostroukhov
2017-04-29src: remove debugger dead codeMichaƫl Zasso
2017-04-27src: expose `node::AddPromiseHook`Anna Henningsen
2017-04-19src: don't call uv_run() after 'exit' eventBen Noordhuis
2017-04-12src: make AtExit callback's per EnvironmentDaniel Bevenius
2017-03-29url: add ToObject method to native URL classJames M Snell
2017-03-29v8: expose new V8 serialization APIAnna Henningsen
2017-03-14fs: include more fs.stat*() optimizationsBrian White
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-09src: drop the NODE_ISOLATE_SLOT macroAnna Henningsen