22 Commits (fa10b757f50acc4330bffa11ad12ac46be89cbd5)

Author SHA1 Message Date
isaacs bdb78b9945 stream: don't create unnecessary buffers in Readable 12 years ago
isaacs c38ce9bc0a stream: Guarantee ordering of 'finish' event 12 years ago
Rafael Garcia bd0d45818e stream: unused variable 12 years ago
Rafael Garcia ea4f0b4a6b stream: remove vestiges of previous _transform API 12 years ago
Gil Pedersen c3aae9cf95 stream: Fix stall in Transform under very specific conditions 12 years ago
isaacs 90368770e6 stream: Emit error on stream object, not global 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
isaacs 88644eaa2d stream: There is no _read cb, there is only push 12 years ago
isaacs e03bc472f0 stream: Start out in sync=true state 12 years ago
isaacs 3b2e9d2648 stream: remove lowWaterMark feature 12 years ago
isaacs e26622bd18 stream: Correct Transform class backpressure 12 years ago
isaacs b43e544140 stream: Use push() for Transform._output() 12 years ago
isaacs b15e19a232 streams2: Remove function.bind() usage 12 years ago
isaacs f20fd22abd streams2: Add high water mark for Readable 12 years ago
isaacs 545f512619 streams2: ctor guards on Stream classes 12 years ago
isaacs 8acb416ad0 streams2: Handle immediate synthetic transforms properly 12 years ago
isaacs caa853bb06 transform: Automatically read() on _write when read buffer is empty 12 years ago
isaacs 3b59fd70f4 streams2: Make Transform streams pull-style 12 years ago
isaacs 420e07c577 streams2: The new stream base classes 12 years ago