summaryrefslogtreecommitdiff
path: root/doc/api/stream.markdown
AgeCommit message (Expand)Author
2016-04-20doc: git mv to .mdRobert Jefe Lindstaedt
2016-04-02doc: minor argument formatting in stream.markdownJames M Snell
2016-03-21lib: reduce usage of `self = this`Jackson Tian
2016-03-14doc: clarify when writable.write callback is calledKevin Locke
2016-02-29doc: add note for binary safe string readingAnton Andesen
2016-02-09doc: fix type references for link gen, link cssClaudio Rodriguez
2016-02-02doc: multiple improvements in Stream docsAlexander Makarenko
2016-02-02doc: fix anchor links from stream to http and eventspiepmatz
2016-01-27doc: replace function expressions with arrowsBenjamin Gruenbaum
2016-01-22doc: proper markdown escaping -> \_\_, \*, \_Robert Jefe Lindstaedt
2016-01-21doc: fenced all code blocks, typo fixesRobert Jefe Lindstaedt
2016-01-18Revert "stream: add bytesRead property for readable"cjihrig
2016-01-14stream: add bytesRead property for readableJackson Tian
2016-01-14doc: clarify explanation of first stream sectionVitor Cortez
2016-01-12doc: add docs for more stream optionszoubin
2016-01-11doc: remove "above" and "below" referencesRichard Sun
2016-01-05doc: fix numbering in stream.markdownRichard Sun
2015-12-30doc: add anchors for _transform _flush _writev in stream.markdowniamchenxin
2015-12-17doc: fix, modernize examples in docsJames M Snell
2015-12-03doc: add links and backticks around namesjpersson
2015-11-16doc: consistent reference-style linksBryan English
2015-11-13doc: Updated streams simplified constructor APITom Gallacher
2015-11-12doc: sort stream alphabeticallyTristian Flanagan
2015-09-14doc: fix two doc errors in stream and processJeremiah Senkpiel
2015-08-25doc: minor additional corrections and improvementsJames M Snell
2015-08-25doc: clarification on the 'close' eventJames M Snell
2015-08-25doc: improve working in stream.markdownJames M Snell
2015-08-23node: rename from io.js to nodecjihrig
2015-08-05doc: multiple documentation updates cherry picked from v0.12James M Snell
2015-06-25doc: make the abbreviation 1MM clearIvan Yan
2015-04-11doc: remove redundant parameter in `end` listener.Alex Yursha
2015-02-27doc: update stability indexChris Dickinson
2015-02-21doc: fix stream `_writev` header sizeRené Kooi
2015-02-07doc: update node.js references in api docsBen Noordhuis
2015-02-04stream: simpler stream constructonSam Newman
2015-01-27doc: update writable streams default encodingJohnny Ray Austin
2015-01-27doc: fix minor grammar mistake in streams docsttrfwork
2015-01-12docs: improve Writable/Transform stream docsVladimir Guguiev
2015-01-10doc: document _transform callback takes 2 argsCalvin Metcalf
2014-12-14doc: change write() after end() streams exampleAlejandro Oviedo
2014-10-07doc: add missing semicolonsSteve Mao
2014-10-07streams: set default encoding for writable streamsJohnny Ray
2014-09-29doc: fix optional parameter parsingTrevor Norris
2014-09-25doc: fix brackets for optional parametersTrevor Norris
2014-08-20net,stream: add isPaused, don't read() when pausedChris Dickinson
2014-08-12doc: typo fixes on stream, tls and httpKyle Robinson Young
2014-08-07Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-08-07doc: document arguments for 'error' event on a streamMaciej Małecki
2014-06-05Merge branch 'v0.10'Fedor Indutny
2014-05-21doc: clarify `end` vs `finish` in streamsCalvin Metcalf