115 Commits

Author SHA1 Message Date
JP Richardson
3304feb1bb lib/move/index: fix regression (forgot to export move) 2015-06-17 06:59:58 -05:00
JP Richardson
acc4def0de lib/move: moved default options 2015-06-17 06:49:17 -05:00
JP Richardson
bcc1b77591 lib/move/index: from lib/move 2015-06-17 06:39:42 -05:00
JP Richardson
1dd0e8accc lib/json: moved json methods 2015-06-16 09:46:52 -05:00
JP Richardson
4c38cf6da1 lib/index: removed unused json file aliases 2015-06-16 09:26:58 -05:00
JP Richardson
a92821f85c lib/remove: moved alias 'delete' 2015-06-15 17:51:11 -05:00
JP Richardson
a197a87bd5 lib/remove/ created 2015-06-14 20:21:57 -05:00
JP Richardson
6ef0e78cbe lib/index: relocated aliases to mkdirs 2015-06-12 09:16:38 -05:00
JP Richardson
e241db8b82 lib/mkdirs: split mkdir functionality in lib/mkdirs/ 2015-06-12 09:06:39 -05:00
JP Richardson
565c8fba25 lib/copy/copy-file-sync: cleanup from CoffeeScript days 2015-06-11 11:00:18 -05:00
JP Richardson
9741d542d9 lib/index: starting to cleanup 2015-06-11 10:53:47 -05:00
JP Richardson
ae084a237d lib/copy/index: created 2015-06-11 10:53:21 -05:00
JP Richardson
48c32d6fa1 lib/copy: refactored out copy-file-sync, copy-sync 2015-06-11 10:34:49 -05:00
JP Richardson
39ed5fd034 lib/copy/ncp: renamed from lib/copy/_copy 2015-06-11 10:26:52 -05:00
JP Richardson
f91063043b lib/copy: started refactoring directory structure 2015-06-11 10:24:14 -05:00
JP Richardson
ac970785af lib/_copy: dropped support for Node v0.8 2015-06-08 08:15:59 -05:00
JP Richardson
fe8633199e lib/_copy: started cleaning up 2015-06-07 09:33:51 -05:00
overlookmotel
69b61b4b44 Handle EEXIST error when clobbering dir 2015-05-08 11:26:08 +01:00
JP Richardson
931d409429 lib/index: bugfix fs contants. Closes #120 2015-04-17 11:01:22 -05:00
JP Richardson
92838980f2 lib/move: trying to fix windows bug 2015-04-14 02:42:25 -05:00
JP Richardson
4dfeee3da8 lib/mkdir: made callback param clear 2015-04-13 00:33:02 -05:00
JP Richardson
15f093102a lib/mkdir: renamed 'cb' to 'callback' 2015-04-13 00:31:41 -05:00
JP Richardson
6b57dcb752 JavaScript Standard Style 2015-04-03 04:44:00 -05:00
JP Richardson
cdd063b1d4 lib/empty-dir: created emptyDir() 2015-03-31 15:13:38 -05:00
JP Richardson
8882f738a3 lib/empty-dir: created emptyDirSync() 2015-03-31 15:03:25 -05:00
JP Richardson
fd03168a03 lib/create-output-stream: modified to improve async handling 2015-03-28 08:22:20 -05:00
JP Richardson
3d9c5ae33c Merge pull request #118 from charlierudolph/cr-createWriteStreamP
createOutputStream
2015-03-27 14:30:17 -05:00
JP Richardson
a592001b63 lib/copy: added clobber to copyFileSync() 2015-03-19 12:02:18 -05:00
JP Richardson
02d6e840ee lib/copy: JavaScript Standard Code Style 2015-03-19 10:42:59 -05:00
charlierudolph
af6402cbe4 createOutputStream 2015-03-15 15:22:32 -06:00
JP Richardson
a026e41c3e lib/move: bugfix when dest is a directory, clobber is true, should clobber. Closes #114 2015-03-08 12:10:02 -05:00
JP Richardson
03a2111f55 lib/move: removed leading spaces 2015-03-08 11:38:45 -05:00
JP Richardson
b71d44180c lib/mkdir: fix infinite loop on Windows. See https://github.com/substack/node-mkdirp/pull/74 and https://github.com/substack/node-mkdirp/issues/66 2015-03-02 18:15:47 -06:00
JP Richardson
e06df283b0 lib/mkdir: remove leading spaces 2015-03-02 18:14:56 -06:00
JP Richardson
f9cb10dff4 reverted fs.move change 2015-01-28 15:01:30 -06:00
JP Richardson
1c13cb247f lib/_copy: fixe eventName for Node v0.8 2015-01-28 13:47:37 -06:00
JP Richardson
61bbb4f668 lib/_copy: if setImmediate is not available, fallback to process.nextTick (Node v0.8) 2015-01-28 13:30:29 -06:00
JP Richardson
6a6d65757c lib/_copy: made note on options.limit being useless 2015-01-28 02:31:43 -06:00
JP Richardson
4d5bdf9a80 lib/_copy: space vars into logical grouping 2015-01-28 02:30:31 -06:00
JP Richardson
c59dbc22d0 lib/_copy: changed var decl style 2015-01-28 02:30:05 -06:00
JP Richardson
35345a330f lib/_copy: fixed nasty multiple callback fs.copy() bug. Closes #98 2015-01-28 02:16:40 -06:00
JP Richardson
0c8853ab0a lib/_copy: removed options.modified 2015-01-28 01:30:35 -06:00
JP Richardson
47d8e7d755 lib/_copy: removed options.rename 2015-01-28 01:28:37 -06:00
JP Richardson
fbcb042b00 bugfix fs.move() moving directory across device. Closes #108 2015-01-27 23:16:39 -06:00
JP Richardson
5d5bac749b test/move: cleanup tests 2015-01-27 16:00:17 -06:00
JP Richardson
1ee77c8a80 lib/move: bugfix fs.move() into itself. Closes #104 2015-01-27 13:46:08 -06:00
JP Richardson
c746c70a1b fs-extra: graceful-fs is now a dependency 2015-01-21 05:24:26 -06:00
JP Richardson
f1b5ffabd1 lib/_copy: modern node.js, io.js only 2015-01-21 05:09:17 -06:00
JP Richardson
4d441fb973 lib/_copy: moved exports to bottom 2015-01-21 05:07:17 -06:00
JP Richardson
0aec5f2df1 lib/_copy: removed semicolons 2015-01-21 05:04:57 -06:00