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
2021-06-02dns: allow `--dns-result-order` to change default dns verbatimOuyang Yadong
2021-04-08src: fix typo for initializationYash Ladha
2021-02-26crypto: make FIPS related options always awailableVít Ondruch
2021-01-11crypto: implement basic secure heap supportJames M Snell
2020-10-21src: add --heapsnapshot-near-heap-limit optionJoyee Cheung
2020-10-07src: add check against non-weak BaseObjects at process exitAnna Henningsen
2020-09-10module: fix specifier resolution option valuehimself65
2020-08-12module: custom --conditions flag optionGuy Bedford
2020-08-03module: unflag Top-Level AwaitMyles Borins
2020-07-20src: allow setting a dir for all diagnostic outputAshCripps
2020-06-05lib: unflag AbortControllerJames M Snell
2020-06-05lib: initial experimental AbortController implementationJames M Snell
2020-05-15cli: add `--trace-atomics-wait` flagAnna Henningsen
2020-05-14src: add support for TLAGus Caplan
2020-04-08src: sync access for report and openssl optionsSam Roberts
2020-03-31src: handle report options on fatalerrorSam Roberts
2020-03-29http: increase default header size from 8KB to 16KBunknown
2020-03-25report: handle on-fatalerror betterHarshitha KP
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-02-13src: allow to reuse env options handlingDenys Otrishko
2020-02-03esm: import.meta.resolve with nodejs: builtinsGuy Bedford
2020-01-28src,lib: make ^C print a JS stack tracelegendecas
2020-01-16module: unflag conditional exportsGuy Bedford
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-17cli: add --trace-exit cli optionlegendecas
2019-12-14src: make debug_options getters publicShelley Vohr
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-18src: expose ability to set optionsShelley Vohr
2019-11-13esm: unflag --experimental-modulesGuy Bedford
2019-11-09module: conditional exports with flagged conditionsGuy Bedford
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-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