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-05-08typings: add JSDoc Types to lib/querystringSimon Knott
2021-05-08buffer,errors: add missing n literal in range error stringCactysman
2021-05-08util: add getSystemErrorMap() impleladkeyshawn
2021-05-08crypto: reduce range of size to int maxQingyu Deng
2021-05-01lib: properly process JavaScript exceptions on async_hooks fatal errorlegendecas
2021-05-01worker: fix exit code for error thrown in handlerNitzan Uziely
2021-05-01process: do not lazily load AsyncResourceMichaël Zasso
2021-05-01module: improve error message for invalid data URLAntoine du Hamel
2021-05-01fs: fix chown abortDarshan Sen
2021-05-01lib: change wording in lib/internal/child_process commentAkhil Marsonya
2021-05-01util: remove unreachable inspect codeRich Trott
2021-05-01doc: fix typos in lib/internal/bootstrap/pre_execution.jsmarsonya
2021-05-01timers: fix arbitrary object clearImmediate errorsNitzan Uziely
2021-05-01tools: improve valid-typeof lint ruleRich Trott
2021-05-01crypto: fix DiffieHellman argument validationAntoine du Hamel
2021-05-01lib: fix typo in internal/modules/esm/module_job.jsmarsonya
2021-05-01util: inspect __proto__ key as written in object literalAnna Henningsen
2021-05-01assert,util: fix commutativity edge caseRuben Bridgewater
2021-05-01stream,util: fix "the the" typo in commentsLuigi Pinca
2021-05-01lib: fix typo in lib/internal/bootstrap/loaders.jsmarsonya
2021-05-01src: add error formatting supportGus Caplan
2021-05-01doc: document that NODE_EXTRA_CA_CERTS is read only onceJames M Snell
2021-05-01workers: fix spawning from preload scriptsJames M Snell
2021-05-01policy: fix cascade getting scopeBradley Farias
2021-05-01util: use assert for unreachable codeRich Trott
2021-05-01fs: only use Buffer.concat in promises.readFile when necessaryAnna Henningsen
2021-05-01url: align url format behavior with browsersZiJian Liu
2021-05-01crypto: fix randomInt biasTobias Nießen
2021-05-01process: passing -1 to setuid/setgid should not abortJames M Snell
2021-05-01http2: fix typos in core.jsPranshu Jethmalani
2021-05-01http: remove dead code from internal/http.jsZiJian Liu
2021-05-01build,lib,test: change whitelist to allowlistMichaël Zasso
2021-05-01lib: fix typo in internal/errors.jsraisinten
2021-05-01fs: pass ERR_DIR_CLOSED asynchronously to dir.closeZijian Liu
2021-05-01lib: remove primordials.SafePromiseAntoine du Hamel
2021-05-01dns: add a cancel() method to the promise ResolverSzymon Marczak
2021-05-01readline: add getPrompt to get the current promptMattias Runge-Broberg
2021-05-01stream: fix pipe deadlock when starting with needDrainRobert Nagy
2021-05-01stream: writableNeedDrainRobert Nagy
2021-05-01stream: remove isPromise utility functionAntoine du Hamel
2021-05-01http2: add updateSettings to both http2 serversVincent Boivin
2021-05-01net: add support for resolving DNS CAA recordsDanny Sonnenschein
2021-05-01fs: fix when path is buffer on fs.symlinkSynchimself65
2021-04-30lib: add brand checks to AbortController and AbortSignalMattias Buelens
2021-04-30lib: implement AbortSignal.abort()James M Snell
2021-04-30lib: set abort-controller toStringTagBenjamin Gruenbaum
2021-04-30events: add max listener warning for EventTargetJames M Snell
2021-04-30fs: fix pre-aborted writeFile AbortSignal file leakNitzan Uziely
2021-04-30timers: refactor to use validateAbortSignalZiJian Liu
2021-04-30http2: add support for AbortSignal to http2Session.requestMadara Uchiha