Lines Matching +refs:ReadStream +refs:open
796 * fs: make pool size coincide with ReadStream bufferSize (Shigeki Ohtsu)
810 * fs: make 'end' work with ReadStream without 'start' (Ben Noordhuis)
1078 * fs: fix WriteStream/ReadStream fd leaks (Ben Noordhuis)
1259 * fs: fix ReadStream / WriteStream missing callback (Gil Pedersen)
1501 * fs: add sync open flags 'rs' and 'rs+' (Kevin Bowman)
1535 * fs.WriteStream: Handle modifications to fs.open (isaacs)
1675 * fs: add O\_EXCL support, exclusive open file (Ben Noordhuis)
1750 * [#3258](https://github.com/joyent/node/issues/3258): fs.ReadStream.pause() emits duplicate data e…
1770 * fs: fix ReadStream / WriteStream double close bug (Ben Noordhuis)
1897 * fs: fix ReadStream failure to read from existing fd (Christopher Jeffrey)
2020 * fs: handle fractional or NaN ReadStream buffer size (Ben Noordhuis)
2073 * [#2166](https://github.com/joyent/node/issues/2166) Don't leave file descriptor open after lchmod…
2792 * fs.ReadStream: Allow omission of end option for range reads [#801](https://github.com/joyent/node…
2832 * Correctly setsid in tty.open GH-815
2927 * Fix fs.open param parsing. (Felix Geisendörfer)
3017 * fs.open should set FD\_CLOEXEC
3462 * fs.ReadStream now emits buffers, fs.readFileSync returns buffers.
3777 * Allow strings for the flag argument to fs.open