summaryrefslogtreecommitdiff
path: root/test/simple/test-fs-read-stream.js
Commit message (Expand)AuthorAgeFilesLines
* test: split test in parallel/sequentialFedor Indutny2014-12-171-197/+0
* fs: use correct self reference for autoClose testGil Pedersen2013-08-201-10/+16
* fs: add autoClose=true option to fs.createReadStreamFarid Neshat2012-12-201-0/+38
* fs: streams2isaacs2012-12-141-3/+1
* fs: remove undocumented .destroy callbacksBen Noordhuis2012-08-061-15/+1
* fs: fix ReadStream / WriteStream missing callbackGil Pedersen2012-08-021-1/+6
* fs: handle fractional or NaN ReadStream buffer sizeBen Noordhuis2011-12-131-0/+9
* Remove separation of libuv testsRyan Dahl2011-11-021-1/+1
* test: replace .addListener() calls with .on()Ben Noordhuis2011-10-151-11/+11
* Mark tests which are broken in libuvRyan Dahl2011-08-231-0/+3
* Allow omission of end option for range readsFelix Geisendörfer2011-04-131-12/+12
* Closes GH-535 Immediate pause/resume race conditionisaacs2011-04-011-1/+6
* Update copyright headersRyan Dahl2011-03-141-0/+21
* Closes GH-687 Don't read fs read stream if not openisaacs2011-02-191-0/+5
* GJSLint all simple tests exclude http-*, url, pathOleg Efimov2010-12-051-7/+7
* Fix global leaksRyan Dahl2010-12-041-10/+9
* Removed range read optimization as it doesn't work with libeio.Chandra Sekar S2010-11-011-4/+4
* fix encoding option on ReadStream, updated testMarco Rogers2010-10-011-2/+1
* Fixed fs.ReadStream() start: 0 bugTj Holowaychuk2010-09-221-0/+11
* Safe constructors for fs.ReadStream and fs.WriteStreamRyan Dahl2010-09-161-1/+1
* Test for ReadStream typoTobie Langel2010-09-081-0/+14
* Support for reading byte ranges from files using fs.createReadStream.Chandra Sekar S2010-07-211-0/+10
* Update tests to work with module contextsRyan Dahl2010-07-151-2/+3
* Bugfix: fs.ReadStream.setEncodingRyan Dahl2010-05-261-0/+87