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
path: root/lib
AgeCommit message (Expand)Author
2022-01-15tls: move tls.parseCertString to end-of-lifeTobias Nießen
2022-01-15stream: remove always-false condition checkRich Trott
2022-01-14tools,lib,test: enable ESLint no-regex-spaces ruleRich Trott
2022-01-14tools: enable ESLint no-sparse-arrays ruleRich Trott
2022-01-14esm: make `process.exit()` default to exit code 0Gang Chen
2022-01-11url,lib: pass urlsearchparams-constructor.any.jsXadillaX
2022-01-11stream: fix error-path function callRich Trott
2022-01-11console: fix prototype pollution via console.tableTobias Nießen
2022-01-11tls: fix handling of x509 subject and issuerTobias Nießen
2022-01-11tls: drop support for URI alternative namesTobias Nießen
2022-01-11crypto,tls: implement safe x509 GeneralName formatTobias Nießen
2022-01-07stream: remove unused function argumentRich Trott
2022-01-05tools,benchmark,lib,test: enable no-case-declarations lint ruleRich Trott
2022-01-05src: add kNoBrowserGlobals flag for EnvironmentCheng Zhao
2022-01-05tls: use optional chaining to simplify checksAntoine du Hamel
2022-01-05http: remove duplicate codeShaw
2022-01-03stream: don't emit finish after destroyRobert Nagy
2022-01-02timers: use ref counts to count timersDarshan Sen
2022-01-02stream: add filter method to readableBenjamin Gruenbaum
2021-12-31fs: use async directory processing in cp()Colin Ihrig
2021-12-31typings: add JSDoc for `string_decoder`Qingyu Deng
2021-12-30child_process: queue pending messagesErick Wendel
2021-12-30child_process: improve argument validationRich Trott
2021-12-29stream: add isReadable helperRobert Nagy
2021-12-29stream: add map method to ReadableBenjamin Gruenbaum
2021-12-29events: clarify JSDoc entriesRich Trott
2021-12-27crypto: alias webcrypto.subtle and webcrypto.getRandomValues on cryptoJames M Snell
2021-12-27tls: permit null as a pfx valueCallMeLaNN
2021-12-24worker: expose BroadcastChannel as a globalJames M Snell
2021-12-24worker: graduate BroadcastChannel to supportedJames M Snell
2021-12-24util: do not reduce to a single line if not appropriate using inspectRuben Bridgewater
2021-12-24buffer: expose Blob as a globalJames M Snell
2021-12-24buffer: graduate Blob from experimentalJames M Snell
2021-12-24events: add jsdoc details for Event and EventTargetJames M Snell
2021-12-24child_process: revise argument processingRich Trott
2021-12-23http2: handle existing socket data when creating HTTP/2 server sessionsTim Perry
2021-12-23events: add EventEmitterAsyncResource to coreJames M Snell
2021-12-22loader: fix package resolution for edge caseGabriel Bota
2021-12-22util: display a present-but-undefined error causeJordan Harband
2021-12-22lib: remove spurious JSDoc entryRich Trott
2021-12-21fs: correct param names in JSDoc commentsRich Trott
2021-12-21esm: reconcile JSDoc vs. actual parameter nameRich Trott
2021-12-21policy: add missing JSDoc @param entryRich Trott
2021-12-21async_hooks: fix AsyncLocalStorage in unhandledRejection casesBradley Farias
2021-12-21stream: fix enqueue race condition on esm modulesRafael Gonzaga
2021-12-20lib: fix checking syntax of esm moduleQingyu Deng
2021-12-20child_process: add support for URL to `cp.fork`Antoine du Hamel
2021-12-19perf_hooks: multiple fixes for HistogramJames M Snell
2021-12-19lib,tools: remove empty lines between JSDoc tagsRich Trott
2021-12-16stream: add isErrored helperRobert Nagy