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
AgeCommit message (Expand)Author
2018-02-19src: use uv_os_getpid() to get process idcjihrig
2018-02-18process: fix reading zero-length env vars on win32Anna Henningsen
2018-01-19trace_events: stop tracing agent in process.exit()Andreas Madsen
2018-01-19src: introduce internal C++ SetImmediate() mechanismAnna Henningsen
2018-01-19timers: cross JS/C++ border less frequentlyAnna Henningsen
2018-01-19src: rename async-wrap -> async_wrapDaniel Bevenius
2018-01-19async_hooks: add trace events to async_hooksAndreas Madsen
2018-01-19src: use unique pointer for tracing_agentFranziska Hinkelmann
2018-01-19src: explicitly register built-in modulesYihong Wang
2018-01-16src: add helper for addons to get the event loopAnna Henningsen
2018-01-16src: add process.ppidcjihrig
2018-01-16cli: add --stack-trace-limit to NODE_OPTIONSAnna Henningsen
2017-12-20src: fix typo in NODE_OPTIONS whitelistEvan Lucas
2017-12-20src: inspector context name = program title + pidBen Noordhuis
2017-12-20src: abstract getpid() operationBen Noordhuis
2017-11-14src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-11-02src: add 'dynamic' process.release.lts propertyRod Vagg
2017-10-31src: add `InternalCallbackScope` util constructorAnna Henningsen
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-23http2: expose http2 by default, add NODE_NO_HTTP2James M Snell
2017-10-18src: add internalBindings for binding isolationBradley Farias
2017-10-18src: use more appropriate context-entered checkAnna Henningsen
2017-10-18src: prepare platform for upstream V8 changesAnna Henningsen
2017-10-18module: resolve and instantiate loader pipeline hooksguybedford
2017-10-11src: fix ^ in stack trace with vm's columnOffsetTimothy Gu
2017-10-04src: add help for NODE_PENDING_DEPRECATION envThomas Corbière
2017-10-04src: clear async id stack if bootstrap throwsTrevor Norris
2017-10-04async_hooks: consistent internal namingAndreas Madsen
2017-09-25src: add --pending-deprecation to NODE_OPTIONSThomas Corbière
2017-09-20n-api: remove n-api module loading flagGabriel Schulhof
2017-09-20src: refactor `#include` handlingAnna Henningsen
2017-09-20src: refactor async callback handlingAnna Henningsen
2017-09-20src: remove virtually unused ExecScopeAnna Henningsen
2017-09-20src: move DomainEnter,DomainExit to node.ccAnna Henningsen
2017-09-12module: Allow runMain to be ESMBradley Farias
2017-09-12perf_hooks: implementation of the perf timing APIJames M Snell
2017-09-12async_wrap: unroll unnecessarily DRY codeTrevor Norris
2017-09-12src: minor cleanup for node_revertJames M Snell
2017-09-12src: Node implementation of v8::PlatformMatt Loring
2017-09-12tracing: Update to use new Platform tracing apisMatt Loring
2017-08-14http2: introducing HTTP/2James M Snell
2017-08-13src: mention that node options are space-separatedGabriel Schulhof
2017-08-13src: use local isolate instead of args.GetIsolateDaniel Bevenius
2017-08-12n-api: add napi_get_node_versionAnna Henningsen
2017-08-02src: fix process.abort() interaction with V8Anna Henningsen
2017-07-19async_hooks: C++ Embedder API overhaulAndreas Madsen
2017-07-19src: whitelist v8 options with '_' or '-'Sam Roberts
2017-07-19src: document --abort-on-uncaught-exceptionSam Roberts
2017-07-19src: --abort-on-uncaught-exception in NODE_OPTIONSSam Roberts