125 Commits (4d1fa2ca97e3e8118c2156b6fe9dd5b4d705525a)

Author SHA1 Message Date
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 12 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 13 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
Kevin Bowman ccc4e547ea doc: document fs 'rs+' open mode 13 years ago
Kevin Bowman dfcdd5b8aa fs: add sync open flags 'rs' and 'rs+' 13 years ago
Kyle Robinson Young 6ba3e68bd2 doc: correct return value of string-based fs.readSync 13 years ago
Kyle Robinson Young 7cd1690f3d doc: add cache argument to fs.realpath() 13 years ago
Kyle Robinson Young 0a83b78ba8 docs: more explicit argument names in fs 13 years ago
Zachary Scott 0dd8e0167d doc: document fs.createReadStream() encodings 13 years ago
Rod Vagg 90b785c09a doc: fix # links from (and within) api/fs 13 years ago
Rod Vagg 6628a3b6ea doc: fix # links from (and within) api/fs 13 years ago