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
2022-01-07console: fix prototype pollution via console.tableTobias Nießen
2022-01-07src: add cve reverts and associated testsMichael Dawson
2022-01-07tls: fix handling of x509 subject and issuerTobias Nießen
2022-01-07tls: drop support for URI alternative namesTobias Nießen
2022-01-07crypto,tls: implement safe x509 GeneralName formatTobias Nießen
2021-11-26worker: avoid potential deadlock on NearHeapLimitSantiago Gimeno
2021-11-25test: deflake child-process-pipe-dataflowLuigi Pinca
2021-10-11http: add regression test for smuggling content lengthMatteo Collina
2021-10-11http: add regression test for chunked smugglingMatteo Collina
2021-09-07fs: improve fsPromises writeFile performanceNitzan Uziely
2021-09-07test: fix flaky test-child-process-exec-abortcontroller-promisifiedAntoine du Hamel
2021-09-04policy: canonicalize before resolving specifiersBradley Farias
2021-09-04esm: use correct URL for error decorationBradley Farias
2021-09-04repl: fix tla function hoistingDon Jayamanne
2021-09-04policy: fix integrity when DEFAULT_ENCODING is setTobias Nießen
2021-09-04test: use simplfied validatorvoltrexmaster
2021-09-04test: use template to concatenate stringHimadri Ganguly
2021-09-04test: deflake test-http2-buffersizeLuigi Pinca
2021-09-04test: convert anonymous function to arrow functionHimadri Ganguly
2021-09-04http: decodes url.username and url.password for authorization headerLew Gordon
2021-09-04repl: do not include legacy getter/setter methods in completionAnna Henningsen
2021-09-04events: allow the options argument to be nullLuigi Pinca
2021-09-04test: add test for WebSocket secret verification in debuggerRich Trott
2021-09-04process: add api to enable source-maps programmaticallylegendecas
2021-09-04test: mark test-domain-error-types flakyJames M Snell
2021-09-04test: move debugger test case to parallelRich Trott
2021-09-04debugger: rename inspector-cli test module to debuggerRich Trott
2021-09-04repl: correctly hoist top level await declarationsejose19
2021-09-04readline: allow completer to rewrite existing inputAnna Henningsen
2021-09-04repl: processTopLevelAwait fallback error handlingejose19
2021-09-04test: move test-debugger-address to parallelRich Trott
2021-09-04repl: ensure correct syntax err for await parsingGuy Bedford
2021-09-04repl: fix Ctrl+C on top level awaitAntoine du Hamel
2021-09-04test: prepare for consistent comma-dangle lint ruleRich Trott
2021-09-04errors: don't throw TypeError on missing exportbcoe
2021-09-04test: improve coverage of stream.ReadableRongjian Zhang
2021-09-04readline: add AbortSignal support to interfaceNitzan Uziely
2021-09-04test: add tests for `bound apply` variants of varargs `primordials`ExE Boss
2021-09-04readline: add support for the AbortController to the question methodMattias Runge-Broberg
2021-09-04test: use localhost test instead of connecting to remoteAdam Majer
2021-09-04http,https: align server option of https with httpQingyu Deng
2021-09-04fs: use byteLength to handle ArrayBuffer viewsMichaël Zasso
2021-09-04fs: fixup negative length in fs.truncateJames M Snell
2021-09-04util: expose toUSVStringRobert Nagy
2021-09-04stream: add readableDidRead if has been read fromRobert Nagy
2021-09-04fs: allow empty string for temp directory prefixVoltrex
2021-09-04src: allow to negate boolean CLI flagsMichaël Zasso
2021-09-04child_process: allow `options.cwd` receive a URLXadillaX
2021-09-04dns: allow `--dns-result-order` to change default dns verbatimOuyang Yadong
2021-09-04tools: add `Worker` to type-parserJames M Snell