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
2018-12-18tools: capitalize sentencesRuben Bridgewater
2018-12-072018-12-07, Version 11.4.0 (Current)v11.4.0Ruben Bridgewater
2018-12-07tls: add min/max protocol version optionsSam Roberts
2018-11-29doc: describe current HTTP header size limitSam Roberts
2018-11-14doc: clarify allowed encoding parameter typesSam Roberts
2018-11-14doc: fix linting errorscjihrig
2018-11-14doc: add text about error.code stabilityRich Trott
2018-11-14doc: update System Errors documentationRich Trott
2018-11-05buffer: throw exception when creating from non-Node.js ContextAnna Henningsen
2018-11-01doc: sort markdown refs in errorsSam Roberts
2018-11-01doc: document HPE_HEADER_OVERFLOW errorSam Roberts
2018-10-222018-10-23, Version 11.0.0 (Current)v11.0.0James M Snell
2018-10-172018-10-10, Version 10.12.0 (Current)Michaël Zasso
2018-10-17vm: add dynamic import supportGus Caplan
2018-10-17process: allow reading from stdout/stderr socketsAnna Henningsen
2018-10-17Revert "tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLE"Anna Henningsen
2018-09-27errors: use ERR_OUT_OF_RANGE for index errorsRich Trott
2018-09-25errors: fix ERR_SOCKET_BAD_PORT messageGiovanny Andres Gongora Granada (Gioyik)
2018-09-21http2: add origin frame supportJames M Snell
2018-09-20crypto: add API for key pair generationTobias Nießen
2018-09-17util: make TextEncoder/TextDecoder globalJames M Snell
2018-08-29doc: remove redundant 'Example:' and similar notesVse Mozhet Byt
2018-08-28child_process: allow typed arrays for inputSarat Addepalli
2018-08-27http2: throw better error when accessing unbound socket proxyJames M Snell
2018-08-27doc: clarify ERR_AMBIGUOUS_ARGUMENTRich Trott
2018-08-26doc: document removed error codesSarat Addepalli
2018-08-22tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLEMatteo Collina
2018-08-13http2: explicitly disallow nested push streamsJames M Snell
2018-08-06doc: remove unused error codes from errors.mdСковорода Никита Андреевич
2018-07-31vm: rename vm.Module to vm.SourceTextModuleGus Caplan
2018-07-27doc: add missing worker errorBenjamin Gruenbaum
2018-07-23doc: document MODULE_NOT_FOUND errorJacob Page
2018-07-13errors: fix undefined HTTP2 and tls errorsShailesh Shekhawat
2018-07-08doc: remove _Node.js style callback_Rich Trott
2018-07-02doc: fix some linksVse Mozhet Byt
2018-07-02doc: fix some typos in N-API docsVse Mozhet Byt
2018-07-02doc: fix heading level in errors.mdVse Mozhet Byt
2018-07-01errors: fix ERR_MISSING_DYNAMIC_INSTANTIATE_HOOKСковорода Никита Андреевич
2018-06-30esm: loader hook URL validation and error messagesguybedford
2018-06-30n-api: add API for asynchronous functionsGabriel Schulhof
2018-06-27worker: support relative pathsitaysabato
2018-06-24doc: restore documentation for two error codesСковорода Никита Андреевич
2018-06-24doc: sort error codes in errors.mdСковорода Никита Андреевич
2018-06-24doc: add a missing anchor to error codesСковорода Никита Андреевич
2018-06-13crypto: refactor pbkdf2() and pbkdf2Sync() methodsBen Noordhuis
2018-06-13crypto: add scrypt() and scryptSync() methodsBen Noordhuis
2018-06-07doc: remove spaces around slashesRich Trott
2018-06-07doc: streamline errors.md introductory materialRich Trott
2018-06-06worker: initial implementationAnna Henningsen
2018-06-06worker: support MessagePort passing in messagesAnna Henningsen