Commit Graph

29 Commits

Author SHA1 Message Date
isaacs
43801b830b graceful-fs@3.0.2 2014-06-10 15:56:35 -07:00
isaacs
8611af0da4 graceful-fs@3 2014-06-05 23:32:49 -07:00
isaacs
550e38cc46 graceful-fs@2.0.2
Related to #4557, as this will enforce sorting of all
readdir() calls, so dependencies etc will be in consistent
orders on systems that don't sort dir listings internally
2014-02-16 18:29:41 -08:00
isaacs
463a229408 graceful-fs@2.0.1 2013-09-07 14:19:44 -05:00
isaacs
504fd27c0a graceful-fs@2.0.0 2013-07-11 00:24:42 -07:00
isaacs
e3007309aa graceful-fs@1.2.3
Related to #3259

Because readFile and writeFile were not wrapped, there were cases where
a lot of package.json reading would cause problems.  This wasn't an
issue with earlier versions of graceful-fs, because it monkey-patched
the builtin FS module's open() method, so that readFile and writeFile
would Just Work.

However, that caused other problems.

Note that fs.ReadStream and fs.WriteStream are still not covered in the
open fd guard.  That can be done later, but this extends EMFILE coverage
to the more commonly used methods first.
2013-07-10 00:51:25 -07:00
isaacs
fa6ddb2857 graceful-fs@1.2.2 2013-06-12 10:32:01 -07:00
isaacs
539e396052 graceful-fs@1.2.1 2013-05-10 17:22:01 -07:00
isaacs
f0dbb7d545 graceful-fs@1.2.0 2013-02-05 16:19:24 -08:00
isaacs
6439790902 graceful-fs@1.1.14 2012-09-25 08:23:23 -07:00
isaacs
501fef23c3 graceful-fs@1.1.10 2012-08-01 15:56:13 -07:00
isaacs
3487273d40 graceful-fs: upgrade to 1.1.9 2012-07-11 16:10:45 -07:00
isaacs
57003ea3ef update graceful-fs 2012-03-22 16:20:59 -07:00
isaacs
3dca2469f3 Update graceful-fs to 1.1.7 2012-03-21 14:16:48 -07:00
isaacs
da9833ff5f update graceful-fs 2012-03-19 18:30:04 -07:00
isaacs
760ac7782e Update graceful-fs to 1.1.5
Fix #2080
2012-01-23 14:28:32 -08:00
isaacs
511a780980 Update graceful-fs to 1.1.4 2012-01-19 10:10:11 -08:00
isaacs
c18fe966dd check in node_modules 2012-01-13 08:41:06 -08:00
isaacs
b7ff884870 remove submodules 2012-01-13 08:41:06 -08:00
isaacs
0cf52968b3 Update fstream, tar, graceful-fs 2011-12-02 18:29:48 -08:00
isaacs
0d44ea68a0 Update submodules and dependencies 2011-11-28 19:06:21 -08:00
isaacs
13f7027652 update graceful-fs 2011-11-22 16:28:31 -08:00
isaacs
e3c2a35457 update graceful-fs 2011-11-21 14:50:40 -08:00
isaacs
c334bdd0d3 update tar and graceful-fs 2011-11-21 14:45:11 -08:00
isaacs
ec2f805673 update graceful-fs 2011-11-09 09:23:45 -08:00
isaacs
56536320cf update graceful-fs 2011-09-24 17:33:40 -07:00
isaacs
b8b2afe98e Add licenses 2011-09-23 09:47:44 -07:00
isaacs
0bc42348f6 Update graceful-fs 2011-09-03 22:48:31 -07:00
isaacs
98b6a1070a Abstract out graceful-fs 2011-07-20 01:58:33 -07:00