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-01src: add error formatting supportGus Caplan
2021-05-01doc: rename N-API to Node-APIGabriel Schulhof
2021-05-01doc: clarify ERR_INVALID_REPL_INPUT usageRich Trott
2021-04-25crypto: implement randomuuidJames M Snell
2020-10-14doc: harmonize YAML commentsAntoine du Hamel
2020-10-14doc: improve SIGINT error textRich Trott
2020-10-14fs: add rm methodIan Sutherland
2020-10-06doc: sort md references in ASCII orderAntoine du Hamel
2020-10-06doc: use .md extension for internal linksAntoine du Hamel
2020-09-29doc: alphabetize error listRich Trott
2020-09-24doc: document support for package.json fieldsAntoine du HAMEL
2020-09-24doc: move package config docs to separate pageAntoine du HAMEL
2020-09-22doc: use present tense in error messagesRich Trott
2020-09-21doc: fix header level for error codeRich Trott
2020-09-21doc: remove "end user"Rich Trott
2020-09-15http: add requestTimeoutMatteo Collina
2020-09-07doc: remove duplicate error code entryRich Trott
2020-09-07doc: use consistent header typographyRich Trott
2020-08-20doc,lib: remove unused error codeRich Trott
2020-08-20doc: add HPE_UNEXPECTED_CONTENT_LENGTH error descriptionNikolay Krashnikov
2020-07-28doc: strengthen suggestion in errors.mdRich Trott
2020-07-17module: package "imports" fieldGuy Bedford
2020-07-17doc: replace http to https of link urlssapics
2020-07-17doc: remove errors that were never releasedRich Trott
2020-07-17doc: move ERR_FEATURE_UNAVAILABLE_ON_PLATFORM to current errorsRich Trott
2020-07-17doc: remove stability from unreleased errorsRich Trott
2020-07-17doc: remove "considered" in errors.mdRich Trott
2020-07-17doc: simplify and clarify ReferenceError material in errors.mdRich Trott
2020-07-14doc: use sentence-case for headings in docsRich Trott
2020-06-302020-06-30, Version 14.5.0 (Current)v14.5.0Shelley Vohr
2020-06-30worker: emit `'messagerror'` events for failed deserializationAnna Henningsen
2020-06-30worker: allow transferring/cloning generic BaseObjectsAnna Henningsen
2020-06-30src: remove unused `ERR_TRANSFERRING_EXTERNALIZED_SHAREDARRAYBUFFER`Anna Henningsen
2020-06-30doc: standardize constructor doc header layoutRich Trott
2020-06-30doc: update ```txt ```fandamental and ```raw code blocksZeke Sikelianos
2020-06-30events: initial implementation of experimental EventTargetJames M Snell
2020-06-30module: remove dynamicInstantiate loader hookJan Krems
2020-06-30inspector: throw error when activating an already active inspectorJoyee Cheung
2020-05-192020-05-19, Version 14.3.0 (Current)v14.3.0Shelley Vohr
2020-05-16module: add specific error for dir importAntoine du HAMEL
2020-05-16fs: forbid concurrent operations on Dir handleAnna Henningsen
2020-05-14src: add support for TLAGus Caplan
2020-05-11wasi: prevent syscalls before startTobias Nießen
2020-05-04assert: port common.mustCall() to assertConorDavenport
2020-04-29doc: fix LTS replaceme tagsAnna Henningsen
2020-04-28doc: add angle brackets around implicit linksNick Schonning
2020-04-27doc: corrected ERR_SOCKET_CANNOT_SEND messageWilliam Armiros
2020-04-212020-04-21, Version 14.0.0 (Current)v14.0.0Beth Griggs
2020-03-18lib: add option to disable __proto__Gus Caplan
2020-03-13doc: update conditional exports recommendationsGuy Bedford