58 Commits (f7ede33f09187cd9b1874982e813380cd292ef17)

Author SHA1 Message Date
Vladimir Kurchatkin d0fc5538d1 stream: split `objectMode` for Duplex 11 years ago
Raynos abbde2fafa doc: mention objectMode for Writable streams 12 years ago
gluxon 56913d2cde doc: Fix argument typo in SimpleProtocol example 11 years ago
Gabriel Farrell 04d52270b6 doc: "finish" event is on the writable stream 11 years ago
Fedor Indutny 796834bf18 doc: document 'error' event for stream.Writable 11 years ago
Brian White 21265e20d3 doc: streams: document default objectMode setting 11 years ago
isaacs 689e5c9d3d stream: return this from pause()/resume() 11 years ago
Kyle Robinson Young 95794641d2 doc: fix writable.write link 11 years ago
Mathias Buus ba72570eae stream: change default hwm for objectMode to 16 11 years ago
ChrisWren 2385fbbc3a doc: fixed syntax error in stream.Transform 11 years ago
Eivind Uggedal 732f8b9641 doc: add missing word in Transform stream intro 11 years ago
Evan Solomon 13ed817fec doc: add a missing word in streams doc 11 years ago
isaacs 0f8de5e1f9 stream: Simplify flowing, passive data listening 11 years ago
isaacs db5776cf8b doc: Streams API Doc Rewrite 11 years ago
isaacs bdb78b9945 stream: don't create unnecessary buffers in Readable 12 years ago
Robert Kowalski dc92ff8585 doc: document stream.Writable 'error' event 12 years ago
isaacs 9cfc92979b doc: stream writev cleanups 12 years ago
Fedor Indutny 21ed8df696 streams: introduce .cork/.uncork/._writev 12 years ago
isaacs b0de1e4a41 stream: Fix unshift() race conditions 12 years ago
Iskren Ivov Chernev 2f4a62c5e1 doc: fix streams2 SimpleProtocol example 12 years ago
isaacs b0f6789a78 stream: Remove bufferSize option 12 years ago
isaacs 426b4c6258 stream: _write takes an encoding argument 12 years ago
isaacs cd68d86c32 stream: Remove output function from _transform 12 years ago
Lars-Magnus Skog 4b20f3440d doc change for Readable._read() 12 years ago
isaacs fc22986023 doc: Clarify advisory-ness of stream._read() argument 12 years ago
Gil Pedersen 13c8bc8917 doc: Update to reflect new _read() interface 12 years ago
Evan Oxfeld 16ddc545bd doc: Fix readable.unshift() example 12 years ago
isaacs 4926ffd14b doc: Provide 2 examples of SimpleProtocol parser 12 years ago
isaacs 3b2e9d2648 stream: remove lowWaterMark feature 12 years ago
Nathan Rajlich 1ba39226b2 doc: document the writable.end() callback function 12 years ago
Raynos 444bbd4fa7 streams: Support objects other than Buffers 12 years ago
isaacs a993f740f0 stream: Add readable.push(chunk) method 12 years ago
Andreas Madsen ce30683012 doc: document the finish event 12 years ago
isaacs 982981442d doc: Nudge formatting to make json generator happy 12 years ago
isaacs 20a88feb8f docs: streams2 12 years ago
Ben Noordhuis b0d04ffbd8 doc: stream: clarify meaning of 'drain' some more 12 years ago
Ben Noordhuis f624be4093 doc: stream: clarify meaning of 'drain' event 12 years ago
isaacs b90c1502e5 doc: Correct stream.write fd mention 12 years ago
isaacs 559a98f0d7 doc: Formatting and grammar on stream api doc 12 years ago
Dominic Tarr 7accaeb490 correct documentation of Stream#destroy 12 years ago
Ben Kelly c6185c8484 doc: Improve cross-linking in API docs markdown 13 years ago
Ben Noordhuis 05b81f333c doc: clarify stream 'close' event 13 years ago
Philip Tellis 493beb23f2 doc: fs.ReadableStream does not have a destroySoon method 13 years ago
koichik 9f3c639a9c doc: fix setEncoding() 13 years ago
domenic 5bc07cc90b doc: note that `stream.pause` is advisory 13 years ago
isaacs 2d44dcc8be doc: Add stability indicators to documentation 13 years ago
isaacs 7bfa5cf284 s/streams/stream/ 13 years ago
isaacs 774c289ba8 doc refactor: streams 13 years ago
isaacs f9df88c6da s/streams/stream/ 13 years ago
isaacs 03968739c5 doc refactor: streams 13 years ago