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
2020-05-16cli: add `--trace-atomics-wait` flagAnna Henningsen
2020-05-14src: add support for TLAGus Caplan
2020-04-27module: partial doc removal of --experimental-modulesMyles Borins
2020-03-31src: handle report options on fatalerrorSam Roberts
2020-03-29doc: fix profile type of --heap-prof-nameSyohei YOSHIDA
2020-03-29http: increase default header size from 8KB to 16KBunknown
2020-03-25report: handle on-fatalerror betterHarshitha KP
2020-03-20cli: allow --huge-max-old-generation-size in NODE_OPTIONSAnna Henningsen
2020-03-18lib: add option to disable __proto__Gus Caplan
2020-03-17src,cli: support compact (one-line) JSON reportsSam Roberts
2020-03-15doc,lib,src,test: make --experimental-report a nopcjihrig
2020-03-15src: unconditionally include report featurecjihrig
2020-03-09cli: allow --jitless V8 flag in NODE_OPTIONSAndrew Neitsch
2020-02-13src: allow to reuse env options handlingDenys Otrishko
2020-02-03esm: import.meta.resolve with nodejs: builtinsGuy Bedford
2020-02-01doc: list largepage values in --helpcjihrig
2020-01-28src,lib: make ^C print a JS stack tracelegendecas
2020-01-16module: unflag conditional exportsGuy Bedford
2020-01-10src: fix -Wbraced-scalar-init warningcjihrig
2020-01-02module: unflag resolve selfGuy Bedford
2019-12-26src: port --bash-completion to C++Joyee Cheung
2019-12-22src: make --use-largepages a runtime optionGabriel Schulhof
2019-12-18doc,lib,src,test: rename WASI CLI flagcjihrig
2019-12-17cli: add --trace-exit cli optionlegendecas
2019-12-09http: llhttp opt-in insecure HTTP header parsingSam Roberts
2019-12-05esm: make specifier flag clearly experimentalMyles Borins
2019-12-01http: make maximum header size configurable per-stream or per-serverAnna Henningsen
2019-11-30wasi: introduce initial WASI supportcjihrig
2019-11-20tls: cli option to enable TLS key logging to fileSam Roberts
2019-11-13esm: unflag --experimental-modulesGuy Bedford
2019-11-09module: conditional exports with flagged conditionsGuy Bedford
2019-11-07src: do not use `std::function` for `OnScopeLeave`Anna Henningsen
2019-10-28cli: whitelist new V8 flag in NODE_OPTIONSShelley Vohr
2019-10-25src: allow inspector without v8 platformShelley Vohr
2019-10-25module: resolve self-referencesJan Krems
2019-10-22cli: add --trace-uncaught flagAnna Henningsen
2019-10-11esm: unflag --experimental-exportsGuy Bedford
2019-10-09Revert "esm: remove experimental status from JSON modules"Guy Bedford
2019-10-06dgram: use `uv_udp_try_send()`Anna Henningsen
2019-10-06process: add source-map support to stack tracesbcoe
2019-10-01src: rename --loader to --experimental-loaderAlex Aubuchon
2019-09-25src: add buildflag to force context-aware addonsShelley Vohr
2019-09-20http: remove legacy parserAnna Henningsen
2019-08-28src: allow --interpreted-frames-native-stack in NODE_OPTIONSMatheus Marchini
2019-08-17src: rename --security-reverts to ...-revertSam Roberts
2019-07-24module: implement "exports" proposal for CommonJSJan Krems
2019-07-20policy: add policy-integrity to mitigate policy tamperingBradley Farias
2019-07-19esm: implement "pkg-exports" proposalGuy Bedford
2019-07-15src: add missing option parser template for the DebugOptionsParserSamuel Attard
2019-07-13src: simplify --debug flagscjihrig