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-16debugger: use ERR_DEBUGGER_STARTUP_ERROR in _inspect.jsRich Trott
2021-06-16errors: add ERR_DEBUGGER_STARTUP_ERRORRich Trott
2021-06-16debugger: use error codes in debugger REPLRich Trott
2021-06-16debugger: use ERR_DEBUGGER_ERROR in debugger clientRich Trott
2021-06-16errors: add ERR_DEBUGGER_ERRORRich Trott
2021-06-15stream: bypass legacy destroy for pipeline and async iterationRobert Nagy
2021-06-15crypto: fix aes crash when tag length too smallXadillaX
2021-06-14stream: fix pipeline pumpRobert Nagy
2021-06-13module: fix legacy `node` specifier resolution to resolve `"main"` fieldAntoine du Hamel
2021-06-12lib: refactor debuglog initAntoine du Hamel
2021-06-10debugger: remove unnecessary boilerplate copyright commentRich Trott
2021-06-08debugger: reduce scope of eslint disable commentRich Trott
2021-06-05async_hooks: switch between native and context hooks correctlyStephen Belanger
2021-06-04tls: tweak clientCertEngine argument parsingShelley Vohr
2021-06-02dns: allow `--dns-result-order` to change default dns verbatimOuyang Yadong
2021-06-02lib: include url in bootstrap snapshot and remove unnecessary lazy-loadsJoyee Cheung
2021-06-02debugger: revise async iterator usage to comply with lint rulesRich Trott
2021-06-01lib: fix typosbl-ue
2021-06-01debugger: removed unused function argumentRich Trott
2021-05-29debugger: wait for V8 debugger to be enabledMichaƫl Zasso
2021-05-27lib: remove unnecessary lazy loadsJoyee Cheung
2021-05-25stream: add a non-destroying iterator to ReadableNitzan Uziely
2021-05-25fs: fix rmsync error swallowingNitzan Uziely
2021-05-23child_process: retain reference to data with advanced serializationAnna Henningsen
2021-05-20stream: allow empty string as source of pipelineQingyu Deng
2021-05-19bootstrap: include vm and contextify binding into the snapshotJoyee Cheung
2021-05-19lib: refactor to reuse validatorsRongjian Zhang
2021-05-19lib: make primordials Promise methods safeAntoine du Hamel
2021-05-17errors: remove input from ERR_INVALID_URL messagemoander
2021-05-17fs: fix async iterator partial writesNitzan Uziely
2021-05-17util: add util.types.isKeyObject and util.types.isCryptoKeyFilip Skokan
2021-05-17crypto: forbid NODE-ED25519 and NODE-ED448 "raw" key exportFilip Skokan
2021-05-15debugger: refactor `inspect_repl` to use primordialsAntoine du Hamel
2021-05-14process: add `'worker'` eventJames M Snell
2021-05-11module: add support for `URL` to `import.meta.resolve`Antoine du Hamel
2021-05-11fs: fix error when writing buffers > INT32_MAXZach Bjornson
2021-05-07debugger: refactor to use internal modulesAntoine du Hamel
2021-05-07async_hooks: use new v8::Context PromiseHook APIStephen Belanger
2021-05-06fs: use `assert` in `fsCall` argument checkingRongjian Zhang
2021-05-06debugger: disable only the lint rules required by current file stateRich Trott
2021-05-06debugger: avoid non-ASCII char in code fileRich Trott
2021-05-06debugger: wrap lines longer than 80 charsRich Trott
2021-05-06lib: make `IterableWeakMap` safe to iterateAntoine du Hamel
2021-05-05doc: use `HEAD` instead of `master` for linksAntoine du Hamel
2021-05-03debugger: enable linter on `internal/inspector/inspect_client`Antoine du Hamel
2021-05-03debugger: refactor `internal/inspector/_inspect` to use more primordialsAntoine du Hamel
2021-05-03stream: the position of _read() is wronghelloyou2012
2021-05-02readline: move utilities to internal modulesAntoine du Hamel
2021-04-30util: fix infinite recursion during inspectionRuben Bridgewater
2021-04-30test: fix flaky test-crypto-timing-safe-dqual-benchmarksRich Trott