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-02-21doc: improve stream documentation陈刚
2018-02-21doc: linkify missing typesVse Mozhet Byt
2018-01-30src,doc,test: Fix common misspellingsRoman Reiss
2018-01-102019-01-10 Version 9.4.0 (Current)v9.4.0Myles Borins
2018-01-09doc: edit for concisionRich Trott
2018-01-09stream: rm {writeable/readable}State.lengthCalvin Metcalf
2018-01-09stream: add flow and buffer properties to streamsCalvin Metcalf
2017-12-122017-12-12 Version 9.3.0 (Current)v9.3.0Myles Borins
2017-12-12doc: fix typo in stream.mdMatthew Leon
2017-12-12doc: replace string with template stringLeko
2017-12-11stream: remove usage of *State.highWaterMarkCalvin Metcalf
2017-11-07doc: make stream.Readable consistentSakthipriyan Vairamani (thefourtheye)
2017-11-07doc: howto decode buffers extending from Writabledicearr
2017-10-24doc: fix doc stylesDaijiro Wachi
2017-10-21doc: improve {readable,writable}._destroy() docsLuigi Pinca
2017-09-28doc: standardize function param/object prop styleGibson Fahnestock
2017-09-13doc: add missing doc for readable._destroyMichaël Zasso
2017-09-12doc: fix some internal linksVse Mozhet Byt
2017-09-08doc: document bytes to chars after setEncodingJessica Quynh Tran
2017-08-28doc: add links to alternative versions of docChris Young
2017-08-25doc,stream: remove wrong remark on readable.readJan Schär
2017-08-21doc: remove `you` and fixup note in stream.mdJames M Snell
2017-08-20doc: remove redundant only from doc/api/stream.mdGeorge Sapkin
2017-08-152017-08-15, Version 8.4.0 (Current)Anna Henningsen
2017-08-13doc: add missing `changes:` metadata for streamsAnna Henningsen
2017-08-08stream: support readable/writableHWM for DuplexGuy Margalit
2017-07-21doc: fix typo in stream.mdMarc Hernández Cabot
2017-07-19doc,stream: _transform happens one at a timeMatteo Collina
2017-07-10doc: correct stream Duplex allowHalfOpen docRich Trott
2017-06-22doc: add missing zlib link to stream API docsRob Wu
2017-06-14net: return this from destroy()Sam Roberts
2017-06-05doc,stream: clarify 'data', pipe() and 'readable'Matteo Collina
2017-06-05doc: resume a stream after pipe() and unpipe()Matteo Collina
2017-06-03doc: use destructuring in code examplesVse Mozhet Byt
2017-05-302017-05-30, Version 8.0.0 (Current)James M Snell
2017-05-28doc: fix api docs styleDaijiro Wachi
2017-05-27stream: support Uint8Array input to methodsAnna Henningsen
2017-05-26doc: make the style of notes consistentAlexey Orlenko
2017-05-24stream: add final methodCalvin Metcalf
2017-05-24doc: don't use useless constructors in stream.mdVse Mozhet Byt
2017-05-24doc: update code example for Windows in stream.mdVse Mozhet Byt
2017-05-22stream: add destroy and _destroy methods.Matteo Collina
2017-05-19doc: don't suggest setEncoding for binary streamsRick Bullotta
2017-05-09doc: fix typo in streams.mdGlenn Schlereth
2017-05-08doc: sort bottom-of-file markdown linksSam Roberts
2017-04-25tools: enable no-useless-return eslint rulecjihrig
2017-04-25doc: add no-var, prefer-const in doc eslintrcVse Mozhet Byt
2017-04-25doc: add eslint-plugin-markdownVse Mozhet Byt
2017-04-25doc: conform to rules for eslint-plugin-markdownVse Mozhet Byt
2017-04-15doc: fix typo in streams.mdJohn Paul Bamberg