index
:
platform/upstream/nodejs
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Web Framework / Common;
WonYoung Choi <wy80.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
fs.js
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-15
fs: Change default WriteStream config, increase perf
isaacs
1
-5
/
+1
2013-02-11
fs: fix immediate WriteStream#end()
Ben Noordhuis
1
-4
/
+6
2013-01-04
fs: remove unused default option in WriteStream
Shigeki Ohtsu
1
-1
/
+0
2013-01-04
fs: pool size coincide with ReadStream bufferSize
Shigeki Ohtsu
1
-4
/
+3
2012-12-28
fs: make 'end' work with ReadStream without 'start'
Ben Noordhuis
1
-1
/
+1
2012-12-28
fs: remove fs.sendfile()
Ben Noordhuis
1
-8
/
+0
2012-12-21
lint
isaacs
1
-1
/
+2
2012-12-20
fs: add autoClose=true option to fs.createReadStream
Farid Neshat
1
-3
/
+10
2012-12-14
fs: streams2
isaacs
1
-282
/
+141
2012-12-13
Merge remote-tracking branch 'ry/v0.8' into master
isaacs
1
-5
/
+17
2012-12-12
fs: fix WriteStream fd leak
Ben Noordhuis
1
-3
/
+12
2012-12-12
fs: fix ReadStream fd leak
Ben Noordhuis
1
-2
/
+5
2012-12-07
fs: Raise error when null bytes detected in paths
isaacs
1
-14
/
+83
2012-12-04
fs: add long stacktrace debugging facility
Ben Noordhuis
1
-4
/
+23
2012-12-04
fs: fix 'object is not a function' callback errors
Ben Noordhuis
1
-27
/
+32
2012-10-11
string_decoder: Add 'end' method, do base64 properly
isaacs
1
-0
/
+5
2012-09-28
Merge remote-tracking branch 'ry/v0.8' into v0.8-merge
isaacs
1
-1
/
+4
2012-09-17
fs: fix watchFile() missing deletion events
Ben Noordhuis
1
-1
/
+4
2012-08-27
fs: Throw early on invalid encoding args
isaacs
1
-0
/
+32
2012-08-17
Merge remote-tracking branch 'origin/v0.8'
Ben Noordhuis
1
-2
/
+2
2012-08-17
windows: make junctions work again
Bert Belder
1
-2
/
+2
2012-08-08
fs: fix ReferenceError in truncateSync()
Ben Noordhuis
1
-1
/
+1
2012-08-06
fs: fix naming of truncate/ftruncate functions
isaacs
1
-4
/
+52
2012-08-06
fs: remove undocumented .destroy callbacks
Ben Noordhuis
1
-20
/
+8
2012-08-02
fs: fix ReadStream / WriteStream missing callback
Gil Pedersen
1
-2
/
+8
2012-08-01
fs: fix readFileSync("/proc/cpuinfo") regression
Ben Noordhuis
1
-2
/
+2
2012-07-23
windows: correctly prep long path for fs.exists(Sync)
Bert Belder
1
-2
/
+2
2012-07-09
fs: make unwatchFile() remove a specific listener
Ben Noordhuis
1
-4
/
+12
2012-06-28
lint
isaacs
1
-1
/
+1
2012-06-27
windows: make fs.realpath(Sync) work with UNC paths
Bert Belder
1
-42
/
+61
2012-06-26
realpath: No sync cb() calling allowed.
isaacs
1
-2
/
+2
2012-06-21
Add --no-deprecation and --trace-deprecation flags
isaacs
1
-1
/
+1
2012-06-21
fs: make fs.watchFile() interval default to 5007
Ben Noordhuis
1
-6
/
+9
2012-06-21
fs: make fs.watchFile() work on windows
Ben Noordhuis
1
-5
/
+7
2012-06-20
Fix fs.readfile('/dev/stdin')
isaacs
1
-2
/
+2
2012-06-15
domain: the EventEmitter constructor is now always called in nodecore
Andreas Madsen
1
-0
/
+6
2012-06-15
windows: make symlinks tolerant to forward slashes
Bert Belder
1
-12
/
+22
2012-06-14
Fix test-fs-realpath on Windows
isaacs
1
-1
/
+5
2012-06-12
fs: fix infinite loop in fs.readFileSync()
Ben Noordhuis
1
-6
/
+3
2012-06-12
fs: fix infinite loop in fs.readFile()
Ben Noordhuis
1
-6
/
+8
2012-06-12
fs: fix fs.readFileSync to work on real empty file
Shigeki Ohtsu
1
-1
/
+1
2012-06-12
fs: fix typo in fs.readFile of lying size=0 stat
Shigeki Ohtsu
1
-1
/
+1
2012-06-11
fix fs.readFile with lying size=0 stat results
isaacs
1
-13
/
+60
2012-06-11
lint
isaacs
1
-2
/
+2
2012-06-09
Fix #3394 fs.realpath: Properly cache symlink targets
isaacs
1
-8
/
+8
2012-06-09
Fix fs.realpath to work on Windows
isaacs
1
-11
/
+44
2012-06-09
Expose posix realpath on windows as well
isaacs
1
-182
/
+144
2012-06-06
fs: make callbacks run in global context
Ben Noordhuis
1
-35
/
+48
2012-06-06
fs: make fs.symlink() with no callback async
Ben Noordhuis
1
-1
/
+1
2012-05-27
fs: no end emit after createReadStream.pause()
Andreas Madsen
1
-1
/
+3
[next]