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-04-11src: sync access for report and openssl optionsSam Roberts
2020-04-01src: handle report options on fatalerrorSam Roberts
2020-03-30http: increase default header size from 8KB to 16KBunknown
2020-03-26report: handle on-fatalerror betterHarshitha KP
2020-03-24lib: add option to disable __proto__Gus Caplan
2020-03-24src,cli: support compact (one-line) JSON reportsSam Roberts
2020-03-24doc,lib,src,test: make --experimental-report a nopcjihrig
2020-03-24src: unconditionally include report featurecjihrig
2020-02-17src: allow to reuse env options handlingDenys Otrishko
2020-02-17esm: import.meta.resolve with nodejs: builtinsGuy Bedford
2020-02-17src,lib: make ^C print a JS stack tracelegendecas
2020-01-16module: unflag conditional exportsGuy Bedford
2020-01-03module: unflag resolve selfGuy Bedford
2020-01-03src: port --bash-completion to C++Joyee Cheung
2020-01-03src: make --use-largepages a runtime optionGabriel Schulhof
2019-12-18cli: add --trace-exit cli optionlegendecas
2019-12-18src: make debug_options getters publicShelley Vohr
2019-12-10http: llhttp opt-in insecure HTTP header parsingSam Roberts
2019-12-09esm: make specifier flag clearly experimentalMyles Borins
2019-12-01wasi: introduce initial WASI supportcjihrig
2019-12-01http: make maximum header size configurable per-stream or per-serverAnna Henningsen
2019-11-21tls: cli option to enable TLS key logging to fileSam Roberts
2019-11-19src: expose ability to set optionsShelley Vohr
2019-11-17esm: unflag --experimental-modulesGuy Bedford
2019-11-17module: conditional exports with flagged conditionsGuy Bedford
2019-10-28module: resolve self-referencesJan Krems
2019-10-23cli: 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-09-25src: add buildflag to force context-aware addonsShelley Vohr
2019-09-20http: remove legacy parserAnna Henningsen
2019-07-20policy: add policy-integrity to mitigate policy tamperingBradley Farias
2019-07-19esm: implement "pkg-exports" proposalGuy Bedford
2019-07-09src: implement runtime option --no-node-snapshot for debuggingJoyee Cheung
2019-06-03inspector: added --inspect-publish-uidAleksei Koziatinskii
2019-05-26inspector: implement --heap-profJoyee Cheung
2019-05-22esm: remove experimental status from JSON modulesMyles Borins
2019-05-17esm: --experimental-wasm-modules integration supportMyles Borins
2019-05-05inspector: implement --cpu-prof-intervalJoyee Cheung
2019-05-05tls: add --tls-min-v1.2 CLI switchSam Roberts
2019-05-02tls,cli: add --trace-tls command-line flagcjihrig
2019-04-24src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen
2019-04-22inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung
2019-04-19inspector: implement --cpu-prof[-path]Joyee Cheung
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-04-13lib,src,doc: add --heapsnapshot-signal CLI flagcjihrig
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-20tls: support TLSv1.3Sam Roberts