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
2021-05-08typings: add JSDoc to os module functionsDavid Brownman
2021-05-08typings: add JSDoc Types to lib/querystringSimon Knott
2021-05-08buffer,errors: add missing n literal in range error stringCactysman
2021-05-08typings: add JSDoc typings for httpVoltrex
2021-05-08typings: add JSDoc typings for assertVoltrex
2021-05-08typings: add JSDoc types to lib/pathSimon Knott
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/domain.js commentAkhil Marsonya
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-01tty: validate file descriptor to avoid int32 overflowAntoine du Hamel
2021-05-01http: add http.ClientRequest.getRawHeaderNames()simov
2021-05-01lib: fix typo in internal/modules/esm/module_job.jsmarsonya
2021-05-01buffer: implement btoa and atobJames M Snell
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-01domain: add name to monkey-patched emit functioncjihrig
2021-05-01domain: show falsy names as anonymous for DEP0097cjihrig
2021-05-01workers: fix spawning from preload scriptsJames M Snell
2021-05-01fs: fix writeFile signal does not close fileNitzan Uziely
2021-05-01lib: simplify check in child_processDarshan Sen
2021-05-01policy: fix cascade getting scopeBradley Farias
2021-05-01http: explain the possibilty of refactor unused argumentQingyu Deng
2021-05-01http: explain the unused argument in IncomingMessage._readQingyu Deng
2021-05-01util: use assert for unreachable codeRich Trott
2021-05-01fs: use a default callback for fs.close()James M Snell
2021-05-01fs: only use Buffer.concat in promises.readFile when necessaryAnna Henningsen
2021-05-01lib: remove non used getter in `lib/perf_hooks.js`Juan José Arboleda
2021-05-01url: align url format behavior with browsersZiJian Liu
2021-05-01http: cleanup ClientRequest oncreateRobert Nagy
2021-05-01crypto: fix randomInt biasTobias Nießen
2021-05-01domain: make node resilient to Array prototype temperingAntoine du Hamel
2021-05-01process: passing -1 to setuid/setgid should not abortJames M Snell
2021-05-01readline: fix behaviour of Interface plugged to a non-terminal outputAntoine du Hamel
2021-05-01http2: fix typos in core.jsPranshu Jethmalani
2021-05-01http: make HEAD method to work with keep-aliveJoseph Hackman