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-08-19workers: add support for data: URLsAntoine du HAMEL
2020-06-23internal: rename error-serdes for consistencyEvan Lucas
2020-06-05lib: unflag AbortControllerJames M Snell
2020-06-05lib: initial experimental AbortController implementationJames M Snell
2020-05-31lib: improve debuglog() performanceBrian White
2020-05-22worker: perform initial port.unref() before preload modulesAnna Henningsen
2020-05-20worker: use _writev in internal communicationAnna Henningsen
2019-12-05lib: delay access to CLI option to pre-executionJoyee Cheung
2019-12-04worker: add argv constructor optionlegendecas
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-19module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung
2019-10-17module: refactor modules bootstrapBradley Farias
2019-09-28worker: fix process._fatalException return typeRuben Bridgewater
2019-08-20bootstrap: run preload prior to frozen-intrinsicsBradley Farias
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-04-26process: improve cwd performanceRuben Bridgewater
2019-04-22module: explicitly initialize CJS loaderJoyee Cheung
2019-04-19util: access process states lazily in debuglogJoyee Cheung
2019-04-17worker: improve coverageRuben Bridgewater
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-30src: do not call into JS in the maxAsyncCallStackDepthChanged interruptJoyee Cheung
2019-03-24worker: remove usage of require('util') in worker_thread.jstoshi1127
2019-03-12process: delay process.argv[0] and process.argv0 handlingJoyee Cheung
2019-03-08lib: explicitly initialize debuglog during bootstrapJoyee Cheung
2019-03-08process: handle process.env.NODE_V8_COVERAGE in pre-executionJoyee Cheung
2019-03-08process: set up process warning handler in pre-executionJoyee Cheung
2019-03-04bootstrap: experimental --frozen-intrinsics flagGuy Bedford
2019-02-25process: move initialization of node-report into pre_execution.jsJoyee Cheung
2019-02-21src: move async hooks trace events setup to pre_execution.jsJoyee Cheung
2019-02-10process: group main thread execution preparation codeJoyee Cheung
2019-02-08process: move deprecation warning initialization into pre_execution.jsJoyee Cheung
2019-01-30worker: move worker thread setup code into the main scriptJoyee Cheung
2019-01-30process: split execution into main scriptsJoyee Cheung