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
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-11-16async_hooks: add trace events to async_hooksAndreas Madsen
2017-11-16src: use unique pointer for tracing_agentFranziska Hinkelmann
2017-11-14src: fix compiler warning in process.ppidcjihrig
2017-11-14src: explicitly register built-in modulesYihong Wang
2017-11-12src: cancel pending delayed platform tasks on exitAnna Henningsen
2017-11-12src: prepare v8 platform for multi-isolate supportAnna Henningsen
2017-11-10src: add process.ppidcjihrig
2017-11-03cli: add --stack-trace-limit to NODE_OPTIONSAnna Henningsen
2017-11-02src: add CollectExceptionInfo & errors.SystemErrorJames M Snell
2017-11-02src: add 'dynamic' process.release.lts propertyRod Vagg
2017-11-02build,src: Add CloudABI as a POSIX-like runtime environment.Ed Schouten
2017-10-30src: add `InternalCallbackScope` util constructorAnna 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-21src: fix NewContext for --without-intlTimothy Gu
2017-10-19async_hooks: skip runtime checks when disabledAndreas Madsen
2017-10-12src: add internalBindings for binding isolationBradley Farias
2017-10-11module: resolve and instantiate loader pipeline hooksguybedford
2017-10-09src: use more appropriate context-entered checkAnna Henningsen
2017-10-07src: fix ^ in stack trace with vm's columnOffsetTimothy Gu
2017-10-04src: do not add .domain to promises in VM contextsTimothy Gu
2017-09-28src: add help for NODE_PENDING_DEPRECATION envThomas Corbière
2017-09-28http2: make --expose-http2 flag a non-opJames M Snell
2017-09-27src: clear async id stack if bootstrap throwsTrevor Norris
2017-09-26async_hooks: consistent internal namingAndreas Madsen
2017-09-24src: add --pending-deprecation to NODE_OPTIONSThomas Corbière
2017-09-21src: prepare platform for upstream V8 changesAnna Henningsen
2017-09-20domain: remove `.dispose()`Anna Henningsen
2017-09-20n-api: remove n-api module loading flagGabriel Schulhof
2017-09-14src: move DomainEnter,DomainExit to node.ccAnna Henningsen
2017-09-14src: remove virtually unused ExecScopeAnna Henningsen
2017-09-14src: refactor async callback handlingAnna Henningsen
2017-09-14src: refactor `#include` handlingAnna Henningsen
2017-09-10intl: unexpose Intl.v8BreakIteratorBen Noordhuis
2017-09-09src: add support to pass flags to dlopenEzequiel Garcia
2017-09-07module: Allow runMain to be ESMBradley Farias
2017-08-24perf_hooks: implementation of the perf timing APIJames M Snell
2017-08-19src: minor cleanup for node_revertJames M Snell
2017-08-17src: Node implementation of v8::PlatformMatt Loring
2017-08-17tracing: Update to use new Platform tracing apisMatt Loring
2017-08-15async_wrap: unroll unnecessarily DRY codeTrevor Norris
2017-08-13src: mention that node options are space-separatedGabriel Schulhof
2017-08-12n-api: add napi_get_node_versionAnna Henningsen
2017-08-11src: use local isolate instead of args.GetIsolateDaniel Bevenius
2017-08-04http2: introducing HTTP/2James M Snell
2017-07-10src: whitelist v8 options with '_' or '-'Sam Roberts
2017-07-07src: document --abort-on-uncaught-exceptionSam Roberts
2017-07-06async_hooks: C++ Embedder API overhaulAndreas Madsen
2017-07-05src: --abort-on-uncaught-exception in NODE_OPTIONSSam Roberts