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 |
|
JP Richardson
|
f632decd11
|
fs-extra: dropped ncp
|
2015-01-21 05:00:33 -06:00 |
|
JP Richardson
|
def1ebe489
|
lib/copy: changed copySync signature to match copy
|
2015-01-05 15:27:26 -06:00 |
|
overlookmotel
|
7ae5f03a78
|
copy: options object or filter to pass to ncp
|
2015-01-04 16:55:30 +00:00 |
|
JP Richardson
|
116a72ac55
|
fs-extra: removed mkdirp dependency
|
2014-12-10 15:07:47 -06:00 |
|
JP Richardson
|
2038bed25b
|
lib/mkdir: mkdirs should now be "--use_strict" safe (converted deprecated octal to parseInt)
|
2014-12-10 15:03:19 -06:00 |
|
JP Richardson
|
da67627813
|
lib/mkdir: renamed internal functions
|
2014-12-10 15:00:12 -06:00 |
|
JP Richardson
|
dd6d4605d4
|
lib/mkdir: 4 space to 2
|
2014-12-10 14:57:46 -06:00 |
|
JP Richardson
|
943444fbeb
|
lib/mkdirs: removed semicolons
|
2014-12-10 14:57:15 -06:00 |
|
JP Richardson
|
3cedd37939
|
lib/mkdir: imported substack/mkdirp
|
2014-12-10 14:55:06 -06:00 |
|
JP Richardson
|
8c158f933e
|
lib/index: changed mkdirs alias
|
2014-12-10 14:54:31 -06:00 |
|
yibuyisheng
|
1a716652ad
|
fix fs.exists bug
|
2014-11-29 13:11:48 +08:00 |
|
yibuyisheng
|
1d22dd1902
|
delete some useless spaces and use path.join
|
2014-11-29 11:54:32 +08:00 |
|
JP Richardson
|
284dab90e3
|
copy: cleanup
|
2014-10-25 09:24:30 -05:00 |
|
JP Richardson
|
a96d6c82a0
|
copy: removed semicolons
|
2014-10-25 09:15:34 -05:00 |
|
JP Richardson
|
febc8b72f5
|
create: clean up
|
2014-10-24 05:20:31 -05:00 |
|
JP Richardson
|
f256a8551d
|
index: cleaned up / removed deprecated touch/touchSync methods
|
2014-10-23 08:15:03 -05:00 |
|
JP Richardson
|
85c99195ca
|
ensure: removed (unused)
|
2014-10-22 10:06:03 -05:00 |
|
JP Richardson
|
3869004c37
|
json: cleanup
|
2014-10-22 10:04:18 -05:00 |
|
JP Richardson
|
44d75a3a1c
|
mkdir: cleanup
|
2014-10-22 09:59:48 -05:00 |
|