7 Commits (d13bd4acc0b60191f0d6e9fae92087242d04dfbd)

Author SHA1 Message Date
Rich Trott 44e704f1f8 test: refactor test-fs-read-stream-inherit 8 years ago
Jonathan Darling e00c4bf233 test: refactor test-fs-read-stream-inherit.js 8 years ago
Rich Trott 7406cd3a59 tools: lint for spacing around unary operators 9 years ago
cjihrig 2c33819370 test: fix tests that check error messages 9 years ago
Rich Trott bdfeb798ad test: remove obsolete TODO comments 9 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
Jonathan Ong 4d0329ebeb fs: remove unnecessary usage of .hasOwnProperty() 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
Gil Pedersen e04c8a8ee4 fs: use correct self reference for autoClose test 11 years ago
Farid Neshat dcaebec208 fs: add autoClose=true option to fs.createReadStream 12 years ago
isaacs 44b308b1f7 fs: streams2 12 years ago
Ben Noordhuis 2f7e0f2da6 fs: remove undocumented .destroy callbacks 12 years ago
Gil Pedersen f1fba8d1f5 fs: fix ReadStream / WriteStream missing callback 12 years ago
Ben Noordhuis b1b3dc62ff fs: handle fractional or NaN ReadStream buffer size 13 years ago
Ryan Dahl 850609ea2d Remove separation of libuv tests 13 years ago
Ben Noordhuis 018e110cd1 test: replace .addListener() calls with .on() 13 years ago
Ryan Dahl 4e1d6fca8e Mark tests which are broken in libuv 13 years ago
Felix Geisendörfer 301f53c2aa Allow omission of end option for range reads 14 years ago
isaacs e1a72f0e2e Closes GH-535 Immediate pause/resume race condition 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
isaacs 8b9dbdad27 Closes GH-687 Don't read fs read stream if not open 14 years ago
Oleg Efimov 0665f0271e GJSLint all simple tests exclude http-*, url, path 14 years ago
Ryan Dahl a0159b4b29 Fix global leaks 14 years ago
Chandra Sekar S 2b08bacd56 Removed range read optimization as it doesn't work with libeio. 14 years ago
Marco Rogers 4a7562d28f fix encoding option on ReadStream, updated test 14 years ago
Tj Holowaychuk 893ebe7230 Fixed fs.ReadStream() start: 0 bug 14 years ago
Ryan Dahl bbbcd1fee0 Safe constructors for fs.ReadStream and fs.WriteStream 14 years ago
Tobie Langel 512016fd74 Test for ReadStream typo 14 years ago
Chandra Sekar S f5f7cb9264 Support for reading byte ranges from files using fs.createReadStream. 14 years ago
Ryan Dahl 9fd5e3c89c Update tests to work with module contexts 14 years ago
Ryan Dahl 8840ce340d Bugfix: fs.ReadStream.setEncoding 15 years ago
Ryan Dahl 19f475c573 fs.ReadStream should emit Buffers 15 years ago
Ryan Dahl 50c70ac714 Update stream API: forceClose() -> destroy(), close() -> end() 15 years ago
Ryan Dahl c0e18f37d4 Don't reference fixtures/multipart.js 15 years ago
Ryan Dahl b80f6e9ed1 http2 now default 15 years ago
isaacs 5861db8a69 Remove process.mixin dependency from all tests. 15 years ago
Felix Geisendörfer 44dde5f24c Remove fs/path globals from test suite 15 years ago
Felix Geisendörfer 9a9f08b1bc Add callbacks to stream methods 15 years ago
Felix Geisendörfer 0fcc94525a Renamed fileReadStream -> createReadStream 15 years ago
Felix Geisendörfer f6e00759ef Initial read stream implementation 15 years ago