node/test
isaacs b43e544140 stream: Use push() for Transform._output()
This also slightly changes the semantics, in that a 'readable'
event may be triggered by the first write() call, even if a
user has not yet called read().

This happens because the Transform _write() handler is calling
read(0) to start the flow of data.  Technically, the new behavior
is more 'correct', since it is more in line with the semantics
of the 'readable' event in other streams.
2013-01-10 13:49:54 -08:00
..
addons test: update addons .gitignore 2012-05-24 14:07:09 +02:00
disabled test: disable simple/test-debug-brk-file 2013-01-07 03:40:12 +01:00
fixtures test: 2 resume() calls needed to flush streams 2012-12-19 10:55:23 -08:00
gc test: use the debug build of node-weak when necessary 2012-06-13 17:58:28 -07:00
internet test: pick another CNAME record to test dns queries 2012-09-26 01:57:24 +02:00
message test: make tests work with newer v8 2013-01-02 12:13:47 +04:00
pummel test-pummel: Add call validation in net-write-callbacks 2012-12-19 10:55:23 -08:00
simple stream: Use push() for Transform._output() 2013-01-10 13:49:54 -08:00
common.js test: add common.mustCall function 2012-12-12 09:46:09 +01:00