Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/env.h
AgeCommit message (Expand)Author
2017-12-13src: turn inspector raw pointer into unique_ptrFranziska Hinkelmann
2017-12-08http2: major update to internalsJames M Snell
2017-11-14src: improve module loader readabilityAnna Henningsen
2017-10-31http2: fix several timeout related issuesAnatoli Papirovski
2017-10-31src: destroy inspector agent before contextAli Ijaz Sheikh
2017-10-24child_process: add windowsHide optioncjihrig
2017-10-24async_hooks: skip runtime checks when disabledAndreas Madsen
2017-10-23src: do not add .domain to promises in VM contextsTimothy Gu
2017-10-23inspector: reimplement JS bindingTimothy Gu
2017-10-18src: add internalBindings for binding isolationBradley Farias
2017-10-04crypto: better crypto error messagesGreg Alexander
2017-10-04async_hooks: consistent internal namingAndreas Madsen
2017-09-25src: minor c++ refactors to module_wrapAnna Henningsen
2017-09-25async_hooks: support promise resolve hookAnna Henningsen
2017-09-20n-api: remove n-api module loading flagGabriel Schulhof
2017-09-20src: refactor `#include` handlingAnna Henningsen
2017-09-20vm: support parsing a script in a specific contextTimothy Gu
2017-09-20http2,async-wrap: introduce AliasedBuffer classMike Kaufman
2017-09-20src: remove unused perf_hooks uv handlesJames M Snell
2017-09-20src: make in_makecallback() getter constAnna Henningsen
2017-09-20src: remove virtually unused ExecScopeAnna Henningsen
2017-09-12src: remove unused persistent properties from envAnna Henningsen
2017-09-12perf_hooks: implementation of the perf timing APIJames M Snell
2017-09-12async_hooks: improve comments and function namesTrevor Norris
2017-09-12async_hooks: emitAfter correctly on fatalExceptionTrevor Norris
2017-09-12http2: minor refactor of passing headers to JSAnna Henningsen
2017-09-12src: use `unordered_set` instead of custom rb treeAnna Henningsen
2017-08-14http2: use per-environment buffersAnna Henningsen
2017-08-14src: remove unused http2_socket_buffer from envAnna Henningsen
2017-08-14http2: use static allocated arraysJames M Snell
2017-08-14http2: introducing HTTP/2James M Snell
2017-08-10inspector: allow require in Runtime.evaluateJan Krems
2017-08-01src,dns: refactor cares_wrap to avoid global stateAnna Henningsen
2017-07-18dns: add resolveAny supportXadillaX
2017-07-11async_hooks: proper id stacking for PromisesAnna Henningsen
2017-07-11async_wrap: use kTotals to enable PromiseHookTrevor Norris
2017-07-11async_wrap: expose enable/disablePromiseHook APIAnna Henningsen
2017-07-11async_hooks: use resource objects for PromisesAnna Henningsen
2017-06-05async_wrap: run destroy in uv_timer_tTrevor Norris
2017-05-28async_wrap,src: wrap promises directlyMatt Loring
2017-05-28async_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