640 Commits

Author SHA1 Message Date
JP Richardson
efce5fe00e 0.26.4 0.26.4 2016-01-05 23:36:59 -06:00
JP Richardson
cfcda358d8 Merge pull request #208 from chinesedfan/fix_preserveTimestamps
fix options.preserveTimestamps to false in copy-sync by default
2016-01-05 23:33:44 -06:00
chinesedfan
38d1ab7fb3 [copySync]fix options.preserveTimestamps. Closes #205. 2016-01-05 15:09:29 +08:00
JP Richardson
4e105480b2 0.26.3 0.26.3 2015-12-17 11:20:18 -06:00
JP Richardson
97d6b24d52 appveyor: remove iojs (seems to be causing errors) 2015-12-17 11:18:01 -06:00
JP Richardson
d874b3bb5b tests: copy /dev/null. Refs #204. Closes #193. 2015-12-17 11:17:26 -06:00
JP Richardson
b46f5a4288 Merge pull request #204 from raybellis/copy-devnull
allow copy of block and character device files
2015-12-17 11:05:50 -06:00
Ray Bellis
141422ee38 Update ncp.js
allow copying of character or block devices (NB: copies contents, not the inode)
2015-12-17 15:59:28 +00:00
JP Richardson
631ed20f7b tests: copy-dev-null. Refs #193 2015-12-17 09:04:31 -06:00
JP Richardson
b002e354a9 readme: document copySync. Closes #116 2015-12-17 08:55:22 -06:00
JP Richardson
b2e6f2d5b3 readme: add options param for outputFile. Closes #197 2015-12-17 08:27:19 -06:00
JP Richardson
df7c7fd7f3 0.26.2 0.26.2 2015-11-02 21:06:54 -06:00
JP Richardson
08ebcfab78 lib/json: bug fix, outputJson{Sync} wasn't setting spaces correctly. Closes #163. 2015-11-02 21:00:22 -06:00
JP Richardson
e5646b2f2f 0.26.1 0.26.1 2015-11-02 13:02:46 -06:00
JP Richardson
de289db2ad Merge pull request #190 from bartland/CopySyncClobberROFile
copySync to overwrite destination file if readonly and clobber true
2015-11-02 13:00:12 -06:00
bartland
8753c3d0bf Fix so copySync unlinking read only file will now work on
nodejs 0.10.40. This commit fixes #183.
2015-11-02 23:44:15 +11:00
bartland
e05c685e5a copySync updated to overwrite destination file if readonly and clobber
set to true. Added test case. This commit fixes #183.
2015-10-31 14:04:56 +11:00
JP Richardson
d3b2e03606 Merge pull request #189 from bartland/WindowsMoveTestsFix
move.test fix to support CRLF on Windows
2015-10-30 20:54:26 -05:00
bartland
22c19fe1d0 move.test modified to support testing files with both LF (NIX) and
CRLF (Windows) line endings. This commit fixes #188.
2015-10-31 12:36:12 +11:00
JP Richardson
c4e00adb45 0.26.0 0.26.0 2015-10-25 11:00:35 -05:00
JP Richardson
cae574f45a lib/walk: extracted out into module klaw 2015-10-25 10:46:12 -05:00
JP Richardson
4c2af0efa0 0.25.0 0.25.0 2015-10-24 17:02:55 -05:00
JP Richardson
9375ebd453 appveyor: removed io.js 2.1 2015-10-24 16:58:36 -05:00
JP Richardson
4b9805a9e4 lib/walk: made public, added tests 2015-10-24 16:55:12 -05:00
JP Richardson
2b9d21c4c9 appveyor: add Node v4 2015-10-21 06:27:48 -05:00
JP Richardson
3e8d2130a9 travis: add version Node.js v4 2015-10-21 06:25:27 -05:00
JP Richardson
7b0ff8172a JavaScript Standard Style tweaks 2015-10-21 06:24:01 -05:00
JP Richardson
07aa1de369 readme: remove note about wildcards. Closes #155 2015-09-02 15:25:30 -05:00
JP Richardson
55c7a79dd3 Merge branch 'master' of github.com:jprichardson/node-fs-extra 2015-08-28 15:19:04 -05:00
JP Richardson
2022ff8e54 0.24.0 0.24.0 2015-08-28 15:18:16 -05:00
JP Richardson
955836b1ff lib/remove: removed alias 'delete()' 2015-08-28 15:16:31 -05:00
JP Richardson
25c1985ba1 JavaScript Standard Style 2015-08-28 15:14:10 -05:00
JP Richardson
feb61fd5e1 Merge pull request #174 from snuggles08/patch-1
Fix copy formatting and document options.filter
2015-08-13 10:43:53 -05:00
snuggles08
f1858e785d Fix copy formatting and document options.filter 2015-08-13 09:39:51 -04:00
JP Richardson
20d7e51e68 readme: change travis badge 2015-08-09 10:04:29 -05:00
JP Richardson
ddc130ea23 0.23.1 0.23.1 2015-08-07 15:26:25 -05:00
JP Richardson
935daa1c7a Merge pull request #170 from nicks/nick-err
More robust handling of errors moving across virtual drives
2015-08-07 15:20:39 -05:00
JP Richardson
9a28bac8d9 Merge pull request #169 from reggi/feature/ensurelink
suppress ensureLink & ensureSymlink dest exists error
2015-08-07 15:20:12 -05:00
Nick Santos
24948a4e0c More robust handling of errors moving across virtual drives
Discovered while investigating
https://github.com/Medium/phantomjs/issues/341
where moving a directory across virtual drives caused an
EXDEV error that shunted things down the "move file"
instead of "move directory" codepath
2015-08-06 23:52:15 -04:00
reggi
8d92df4366 suppress ensurelink dest exists error
suppress ensuresync dest exists error
2015-08-06 18:37:48 -04:00
JP Richardson
fdc305217c 0.23.0 0.23.0 2015-08-06 15:58:43 -05:00
JP Richardson
3ac543e251 Merge pull request #165 from reggi/feature/ensurelink-ensuresymlink
ensure for link & symlink
2015-08-06 15:54:44 -05:00
reggi
66dc67f418 added ensureLink & ensureSymlink 2015-08-06 13:16:09 -04:00
JP Richardson
fc3b691706 readme: updated link 2015-07-13 03:27:14 -05:00
JP Richardson
f215fc3c56 lib/walk/walker: streams implementation complete 2015-07-13 03:26:22 -05:00
JP Richardson
b48f10284c lib/walk/walker: only emit one object (path, stat) instead of two params 2015-07-13 02:48:39 -05:00
JP Richardson
7084bf8605 travis: typo 2015-07-10 21:44:54 -05:00
JP Richardson
9f08584f8b .npmignore: added nyc output 2015-07-10 21:44:36 -05:00
JP Richardson
f97bc45a2c 0.22.1 0.22.1 2015-07-09 10:07:56 -05:00
JP Richardson
203bc7cb64 lib/util/__tests__/utimes: remove HAS_MILLIS_RES 2015-07-09 10:01:34 -05:00