summaryrefslogtreecommitdiff
path: root/doc/api/stream.md
Commit message (Expand)AuthorAgeFilesLines
...
* doc: replace string with template stringLeko2017-11-261-1/+1
* stream: remove usage of *State.highWaterMarkCalvin Metcalf2017-11-151-0/+16
* doc: make stream.Readable consistentSakthipriyan Vairamani (thefourtheye)2017-11-061-1/+1
* doc: howto decode buffers extending from Writabledicearr2017-10-311-0/+41
* doc: fix doc stylesDaijiro Wachi2017-10-241-1/+0
* doc: improve {readable,writable}._destroy() docsLuigi Pinca2017-10-211-5/+13
* doc: standardize function param/object prop styleGibson Fahnestock2017-09-281-1/+1
* doc: add missing doc for readable._destroyMichaël Zasso2017-09-131-0/+9
* doc: fix some internal linksVse Mozhet Byt2017-09-121-3/+3
* doc: document bytes to chars after setEncodingJessica Quynh Tran2017-09-071-5/+20
* doc: add links to alternative versions of docChris Young2017-08-281-0/+2
* doc,stream: remove wrong remark on readable.readJan Schär2017-08-251-1/+1
* doc: remove `you` and fixup note in stream.mdJames M Snell2017-08-211-2/+2
* doc: remove redundant only from doc/api/stream.mdGeorge Sapkin2017-08-201-5/+5
* 2017-08-15, Version 8.4.0 (Current)v6Anna Henningsen2017-08-151-1/+1
* doc: add missing `changes:` metadata for streamsAnna Henningsen2017-08-131-0/+7
* stream: support readable/writableHWM for DuplexGuy Margalit2017-08-081-0/+4
* doc: fix typo in stream.mdMarc Hernández Cabot2017-07-211-1/+1
* doc,stream: _transform happens one at a timeMatteo Collina2017-07-191-0/+4
* doc: correct stream Duplex allowHalfOpen docRich Trott2017-07-101-2/+2
* doc: add missing zlib link to stream API docsRob Wu2017-06-211-0/+1
* net: return this from destroy()Sam Roberts2017-06-141-1/+3
* doc,stream: clarify 'data', pipe() and 'readable'Matteo Collina2017-06-051-1/+2
* doc: resume a stream after pipe() and unpipe()Matteo Collina2017-06-051-4/+18
* doc: use destructuring in code examplesVse Mozhet Byt2017-06-031-23/+23
* 2017-05-30, Version 8.0.0 (Current)James M Snell2017-05-301-9/+9
* doc: fix api docs styleDaijiro Wachi2017-05-281-3/+0
* stream: support Uint8Array input to methodsAnna Henningsen2017-05-271-20/+49
* doc: make the style of notes consistentAlexey Orlenko2017-05-251-10/+10
* stream: add final methodCalvin Metcalf2017-05-241-3/+25
* doc: don't use useless constructors in stream.mdVse Mozhet Byt2017-05-241-0/+6
* doc: update code example for Windows in stream.mdVse Mozhet Byt2017-05-241-5/+5
* stream: add destroy and _destroy methods.Matteo Collina2017-05-221-1/+47
* doc: don't suggest setEncoding for binary streamsRick Bullotta2017-05-191-8/+5
* doc: fix typo in streams.mdGlenn Schlereth2017-05-091-1/+1
* doc: sort bottom-of-file markdown linksSam Roberts2017-05-081-13/+13
* tools: enable no-useless-return eslint rulecjihrig2017-04-251-0/+1
* doc: add no-var, prefer-const in doc eslintrcVse Mozhet Byt2017-04-251-9/+9
* doc: add eslint-plugin-markdownVse Mozhet Byt2017-04-251-1/+1
* doc: conform to rules for eslint-plugin-markdownVse Mozhet Byt2017-04-251-16/+16
* doc: fix typo in streams.mdJohn Paul Bamberg2017-04-151-1/+1
* doc: fix string interpolation in Stream 'finish'Vinay Hiremath2017-04-051-1/+1
* doc: add missing word in stream.mdJyotman Singh2017-03-201-1/+1
* doc: fix mistakes in stream doc (object mode)Christian d'Heureuse2017-03-151-7/+9
* doc: correct comment error in stream.mdAlexander2017-03-141-1/+1
* doc: fix occurences of "the the"Jeroen Mandersloot2017-03-091-1/+1
* doc/tools: fix more type inconsistenciesRoman Reiss2017-03-081-4/+4
* doc: fixed readable.isPaused() version annotationLaurent Fortin2017-03-061-1/+1
* doc: consistent case for primitive typesRoman Reiss2017-03-021-27/+27
* doc: fix typo in stream docBradley Curran2017-03-011-1/+1