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-07-30lib: absorb `path` error casesGireesh Punathil
2020-07-18bootstrap: build fast APIs in pre-executionJoyee Cheung
2020-07-18src: reset zero fill toggle at pre-executionJoyee Cheung
2020-07-18src: make code cache test work with snapshotsJoyee Cheung
2020-07-04lib: always initialize esm loader callbackMapShelley Vohr
2020-06-29src: allow embedders to disable esm loaderShelley Vohr
2020-06-25lib,src: remove cpu profiler idle notifierBen Noordhuis
2020-06-14worker: allow passing JS wrapper objects via postMessageAnna Henningsen
2020-06-05lib: unflag AbortControllerJames M Snell
2020-06-05lib: initial experimental AbortController implementationJames M Snell
2020-05-25errors: print original exception contextbcoe
2020-05-13src: add primordials to arguments commentDaniel Bevenius
2020-05-08lib: fix grammar in internal/bootstrap/loaders.jsszTheory
2020-03-15doc,lib,src,test: make --experimental-report a nopcjihrig
2020-02-06lib: move GLOBAL and root aliases to EOLJames M Snell
2020-01-28src,lib: make ^C print a JS stack tracelegendecas
2020-01-12fs: improve mode and flags validationRuben Bridgewater
2020-01-06lib: move initialization of APIs for changing process stateAnna Henningsen
2020-01-05lib: replace Map global by the primordialsSebastien Ahkrin
2020-01-05lib: replace use of Error with primordialsSebastien Ahkrin
2020-01-03child_process: create proper public API for `channel`Anna Henningsen
2019-12-20bootstrap: use different scripts to setup different configurationsJoyee Cheung
2019-12-18doc,lib,src,test: rename WASI CLI flagcjihrig
2019-12-17wasi: require CLI flag to require() wasi modulecjihrig
2019-12-14lib: refactor NativeModuleJoyee Cheung
2019-12-05lib: delay access to CLI option to pre-executionJoyee Cheung
2019-11-30wasi: introduce initial WASI supportcjihrig
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-24test: replace var with let in pre_execution.jsVladimir Adamic
2019-11-19module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung
2019-11-13esm: unflag --experimental-modulesGuy Bedford
2019-11-09esm: exit the process with an error if loader has an issueMichaël Zasso
2019-11-06child_process,cluster: allow using V8 serialization APIAnna Henningsen
2019-10-17module: refactor modules bootstrapBradley Farias
2019-10-15vm: add Synthetic modulesGus Caplan
2019-10-14process: add lineLength to source-map-cachebcoe
2019-10-06module: use v8 synthetic modulesGuy Bedford
2019-10-06esm: remove proxy for builtin exportsBradley Farias
2019-10-06process: add source-map support to stack tracesbcoe
2019-10-03doc: add missing deprecation codecjihrig
2019-10-03doc: add documentation deprecation for process._tickCallbackLucas Holmquist
2019-10-01src: rename --loader to --experimental-loaderAlex Aubuchon
2019-09-23bootstrap: add exception handling for profiler bootstrapShobhit Chittora
2019-09-22process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe
2019-09-19src: re-delete Atomics.wakeGus Caplan
2019-09-18bootstrap: provide usable error on missing internal moduleJeremiah Senkpiel
2019-08-20bootstrap: run preload prior to frozen-intrinsicsBradley Farias
2019-07-31lib: replace var with let in loaders.jsmbj36
2019-07-20policy: add policy-integrity to mitigate policy tamperingBradley Farias
2019-07-01process: expose uv_rusage on process.resourcesUsage()vmarchaud