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-07-14repl: support --loader option in builtin REPLMichaël Zasso
2020-06-26Revert "repl: always check for NODE_REPL_MODE environment variable"Anna Henningsen
2020-06-25repl: always check for NODE_REPL_MODE environment variableRuben Bridgewater
2020-06-25src: remove _third_party_main supportAnna Henningsen
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-06-01src: remove deprecated node debug commandJames 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
2020-01-07module: loader getSource, getFormat, transform hooksGeoffrey Booth
2019-12-26src: port --bash-completion to C++Joyee Cheung
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-11-13esm: unflag --experimental-modulesGuy Bedford
2019-10-17module: refactor modules bootstrapBradley Farias
2019-10-15vm: add Synthetic modulesGus Caplan
2019-10-11repl: check for NODE_REPL_EXTERNAL_MODULEGus Caplan
2019-09-28worker: fix process._fatalException return typeRuben Bridgewater
2019-08-20bootstrap: run preload prior to frozen-intrinsicsBradley Farias
2019-07-12doc: add line for inspect host:port invocationTim Baverstock
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-06-01lib: no need to strip BOM or shebang for scriptsRefael Ackermann
2019-05-26lib: rework logic of stripping BOM+Shebang from commonjsGus Caplan
2019-05-26Revert "lib: print to stdout/stderr directly instead of using console"Richard Lau
2019-05-12repl: do not run --eval code if there is noneAnna Henningsen
2019-04-28lib: print to stdout/stderr directly instead of using consoleJoyee 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-19lib: use getOptionValue instead of process underscore aliasesJoyee Cheung
2019-04-17worker: improve coverageRuben Bridgewater
2019-04-16esm: replace --entry-type with --input-typeGeoffrey Booth
2019-04-16repl: add welcome messagegengjiawen
2019-04-15lib: require globals instead of using the global proxyJoyee Cheung
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-04process: patch more process properties during pre-executionJoyee Cheung
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-30src: do not call into JS in the maxAsyncCallStackDepthChanged interruptJoyee Cheung
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-24worker: remove usage of require('util') in worker_thread.jstoshi1127
2019-03-19lib: run prepareMainThreadExecution for third_party_mainAnna Henningsen
2019-03-15net: some scattered cleanupoyyd
2019-03-12process: delay process.argv[0] and process.argv0 handlingJoyee Cheung
2019-03-08lib: explicitly initialize debuglog during bootstrapJoyee Cheung