133 Commits (eb35968de7a040d737f3280e9fed0b6edf566b2b)

Author SHA1 Message Date
Brendan Ashworth 23efb05cc3 doc: document fs.watchFile behaviour on ENOENT 9 years ago
Yosuke Furukawa 353e26e3c7 fs: Add string encoding option for Stream method 10 years ago
Yosuke Furukawa 8357c5084b fs: set encoding on fs.createWriteStream 10 years ago
Tyler Anton a79dece8ad docs: add return value for sync fs functions 10 years ago
Rich Trott ff794498e7 doc: `fs.*File()` also accept encoding strings 10 years ago
Rich Trott eb1856dfd1 doc: clarify stability of fs.watch and relatives 10 years ago
Benjamin Gruenbaum c380ac6e98 doc: suggest alternatives to deprecated APs 10 years ago
Chris Dickinson cf0306cd71 doc: update stability index 10 years ago
Bruno Jouhier c82e580a50 fs: properly handle fd passed to truncate() 10 years ago
Dan Dascalescu 30dca66958 doc: fix code syntax 10 years ago
Rudolf Meijering 15d156e3ec doc: fix wording in fs.appendFile 10 years ago
Ben Noordhuis 789bbb91d3 doc: update node.js references in api docs 10 years ago
Bert Belder 5843ae8dfb Revert "doc: clarify fs.symlink and fs.symlinkSync parameters" 10 years ago
Vladimir Kurchatkin 7f9a6c6213 fs: use ES6 octal literals for mode 10 years ago
cjihrig 5678595856 fs: deprecate exists() and existsSync() 10 years ago
Ben Burns 5b9e5bdd03 doc: clarify create{Read,Write}Stream fd option 10 years ago
cjihrig 165b70f146 fs: add access() and accessSync() 10 years ago
Trevor Norris f2a78de6ec doc: fix optional parameter parsing 10 years ago
Trevor Norris 51b6b6844e doc: fix brackets for optional parameters 10 years ago
Benjamin Waters 8c4b2c35a4 doc: Missing word 'are' in documentation 11 years ago
Nick Simmons 691b9ebc8c fs: add recursive subdirectory support to fs.watch 11 years ago
Phillip Alexander 977c54adb5 doc: fs: clarify fs.symlink Windows specific args 11 years ago
Ben Noordhuis d97ea06d88 doc: add warning to fs.exists() documentation 11 years ago
isaacs 645418e9f1 fs: Expose birthtime on stat objects 11 years ago
Sam Roberts 6a7be99703 doc: fs.open, fix flag/mode confusion, etc. 11 years ago
Trevor Norris 7ca77eaf38 fs: write strings directly to disk 11 years ago
Ben Noordhuis 4881a6a9a3 doc: clarify fs.read() offset argument 11 years ago
Ben Noordhuis 3fac4157fe doc: fs: synchronize watchFile/unwatchFile warning 11 years ago
Kiyoshi Nomo 36e90da6df doc: remove `bufferSize` option 12 years ago
Ryuichi Okumura 4cd643ee2d doc: fix missing Class in header 12 years ago
Ryuichi Okumura b06c82fd88 doc: fix the link to Stream document 12 years ago
Ben Noordhuis e8c01739cd doc: document linux pwrite() bug 12 years ago
Kyle Robinson Young 889fec3cc8 doc: typo fixes 12 years ago
koichik 1f53cfdeae doc: don't mark fs callbacks as optional 12 years ago
isaacs 5e140b33e5 Revert "fs: Missing cb errors are deprecated, not a throw" 12 years ago
Ben Noordhuis fa05e8a270 doc: implicit fs callbacks don't throw in v0.10 12 years ago
isaacs 0928a526dd fs: Support mode/flag options to read/append/writeFile 12 years ago
Farid Neshat dcaebec208 fs: add autoClose=true option to fs.createReadStream 12 years ago
Ben Noordhuis a80434736b fs: fix 'object is not a function' callback errors 12 years ago
Jan Lehnardt a7b5938715 docs: fix copy and paste error 12 years ago
Ben Noordhuis 58a5bc1ec7 doc: fs: clarfify fs.watch() documentation 12 years ago
isaacs 168a555780 fs: fix naming of truncate/ftruncate functions 12 years ago
Ivan Torres 8146f2e607 doc: clarify fs.symlink and fs.symlinkSync parameters 12 years ago
Ben Noordhuis 5b5362aa8d fs: make unwatchFile() remove a specific listener 12 years ago
Ben Noordhuis b9abb64fbb doc: fs.lchmod() is only available on OS X 12 years ago
Ben Noordhuis be3afd0bec doc: remove references to deprecated fs api 13 years ago
Ben Noordhuis 8708bb0280 doc: update fs.watchFile() docs 13 years ago
Igor Zinkovsky 39e25528eb windows: enable creating directory junctions with fs.symlink 13 years ago
Andreas Madsen a039bad299 fs.watch should not require a listener arguments 13 years ago
Ben Noordhuis 18b94ea838 doc: improve fs.open() docs 13 years ago