Ryan Dahl
b80f6e9ed1
http2 now default
2010-03-19 19:52:09 -07:00
isaacs
5861db8a69
Remove process.mixin dependency from all tests.
2010-03-08 17:57:04 -08:00
Felix Geisendörfer
44dde5f24c
Remove fs/path globals from test suite
...
It is way too easy to not notice bugs due to those modules being
exported as globals while running the test suite.
See: http://github.com/ry/node/issues#issue/75
2010-03-08 10:20:07 -08:00
Felix Geisendörfer
9a9f08b1bc
Add callbacks to stream methods
...
Allows for more fine graining, especially finding out about an individual
chunk of data being flushed in a write stream rather than the whole queue.
This commit also fixes a bug causing forceClose to fail on a readStream that
did not finish opening yet.
2010-03-08 09:05:56 -08:00
Felix Geisendörfer
0fcc94525a
Renamed fileReadStream -> createReadStream
...
Did the same for fileWriteStream as well.
2010-03-05 18:56:25 +01:00
Felix Geisendörfer
48562fa938
Updated file streams
...
Read streams now only support forceClose()
Write streams support close() and forceClose()
2010-03-05 18:43:29 +01:00
Felix Geisendörfer
61785afb3d
Initial write stream implementation
2010-03-02 23:29:54 +01:00