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
2020-10-202020-10-20, Version 15.0.0 (Current)Beth Griggs
2020-10-17src: error reporting on CPUUsageYash Ladha
2020-10-13doc: harmonize YAML commentsAntoine du Hamel
2020-10-10src: move node_binding to modern THROW_ERR*James M Snell
2020-10-10doc: improve SIGINT error textRich Trott
2020-10-08fs: add rm methodIan Sutherland
2020-10-08crypto: refactoring internals, add WebCryptoJames M Snell
2020-10-062020-10-06, Version 12.19.0 'Erbium' (LTS)Shelley Vohr
2020-10-01doc: sort md references in ASCII orderAntoine du Hamel
2020-10-01doc: use .md extension for internal linksAntoine du Hamel
2020-09-18doc: alphabetize error listRich Trott
2020-09-18doc: fix header level for error codeRich Trott
2020-09-17doc: remove "end user"Rich Trott
2020-09-15http: add requestTimeoutMatteo Collina
2020-09-14doc: use present tense in error messagesRich Trott
2020-09-12doc: document support for package.json fieldsAntoine du HAMEL
2020-09-11lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko
2020-09-05doc: remove duplicate error code entryRich Trott
2020-09-05doc: use consistent header typographyRich Trott
2020-08-29doc: move package config docs to separate pageAntoine du HAMEL
2020-08-18doc,lib: remove unused error codeRich Trott
2020-08-11doc: add HPE_UNEXPECTED_CONTENT_LENGTH error descriptionNikolay Krashnikov
2020-07-19doc: strengthen suggestion in errors.mdRich Trott
2020-07-16quic: cleanup QuicClientSession constructorJames M Snell
2020-07-10quic: use less specific error codesJames M Snell
2020-07-10module: package "imports" fieldGuy Bedford
2020-07-06doc: replace http to https of link urlssapics
2020-07-06doc: remove errors that were never releasedRich Trott
2020-07-06doc: move ERR_FEATURE_UNAVAILABLE_ON_PLATFORM to current errorsRich Trott
2020-07-04doc: remove stability from unreleased errorsRich Trott
2020-07-03doc: remove "considered" in errors.mdRich Trott
2020-07-03doc: simplify and clarify ReferenceError material in errors.mdRich Trott
2020-07-012020-06-30, Version 14.5.0 (Current)Shelley Vohr
2020-06-25worker: rename error code to be more accurateAnna Henningsen
2020-06-19doc: use sentence-case for headings in docsRich Trott
2020-06-16quic: initial QUIC implementationJames M Snell
2020-06-14worker: emit `'messagerror'` events for failed deserializationAnna Henningsen
2020-06-14worker: allow transferring/cloning generic BaseObjectsAnna Henningsen
2020-06-11src: remove unused `ERR_TRANSFERRING_EXTERNALIZED_SHAREDARRAYBUFFER`Anna Henningsen
2020-06-10doc: standardize constructor doc header layoutRich Trott
2020-05-30doc: update ```txt ```fandamental and ```raw code blocksZeke Sikelianos
2020-05-28events: initial implementation of experimental EventTargetJames M Snell
2020-05-28module: remove dynamicInstantiate loader hookJan Krems
2020-05-262020-05-26, Version 12.17.0 'Erbium' (LTS)Michaƫl Zasso
2020-05-24inspector: throw error when activating an already active inspectorJoyee Cheung
2020-05-23http: fixed socket.setEncoding fatal erroriskore
2020-05-202020-05-19, Version 14.3.0 (Current)Shelley Vohr
2020-05-16module: add specific error for dir importAntoine du HAMEL
2020-05-15fs: forbid concurrent operations on Dir handleAnna Henningsen
2020-05-14src: add support for TLAGus Caplan