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-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
2017-07-18src: add missing new line to printed messageTimothy Gu
2017-06-21src: don't set --icu_case_mapping flag on startupBen Noordhuis
2017-06-21inspector,cluster: fix inspect port assignmentcornholio
2017-06-10src: check whether inspector is doing ioSam Roberts
2017-06-07inspector: allow --inspect=host:port from jsSam Roberts
2017-06-07src: remove process._inspectorEnbalecjihrig
2017-06-05src: added newline in help messageJosh Ferge
2017-06-05inspector: refactor to rename and comment methodsSam Roberts
2017-06-05inspector: bind to random port with --inspect=0Ben Noordhuis
2017-05-29src: reduce duplicate code in SafeGetenv()cjihrig
2017-05-29inspector: --debug* deprecation and invalidationRefael Ackermann
2017-05-28async_hooks: implement C++ embedder APIAnna Henningsen
2017-05-28src: fix InspectorStarted macro guardDaniel Bevenius
2017-05-28src: add linux getauxval(AT_SECURE) in SafeGetenvDaniel Bevenius
2017-05-28async_wrap,src: promise hook integrationMatt Loring
2017-05-28src: allow --tls-cipher-list in NODE_OPTIONSSam Roberts
2017-05-28inspector: document bad usage for --inspect-portSam Roberts
2017-05-28src: redirect-warnings to file, not pathSam Roberts