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-03-21
Merge remote-tracking branch 'ry/v0.10' into master
isaacs
1
-1
/
+1
2013-03-20
fs: make write/appendFileSync correctly set file mode
Raymond Feng
1
-1
/
+1
2013-03-20
bindings: update api
Trevor Norris
1
-1
/
+2
2013-03-13
Revert "fs: Missing cb errors are deprecated, not a throw"
isaacs
1
-24
/
+10
2013-03-13
fs: Missing cb errors are deprecated, not a throw
isaacs
1
-10
/
+24
2013-03-06
stream: Remove bufferSize option
isaacs
1
-4
/
+2
2013-03-05
stream: _write takes an encoding argument
isaacs
1
-2
/
+4
2013-03-01
events: add check for listeners length
Trevor Norris
1
-1
/
+1
2013-03-01
fs: Support mode/flag options to read/append/writeFile
isaacs
1
-43
/
+85
2013-02-28
stream: There is no _read cb, there is only push
isaacs
1
-10
/
+10
2013-02-28
lib, src: remove errno global
Ben Noordhuis
1
-2
/
+2
2013-02-21
stream: remove lowWaterMark feature
isaacs
1
-1
/
+0
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
[next]