81 Commits (c7b2e29e5e4b2a20e0cbc34d56c57d96720aadc2)

Author SHA1 Message Date
Jan Lehnardt a7b5938715 docs: fix copy and paste error 12 years ago
Ben Noordhuis 58a5bc1ec7 doc: fs: clarfify fs.watch() documentation 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
isaacs 8258bd467a doc: 'filename' arg not guaranteed ever. 13 years ago
isaacs a42b4ad44e doc: Typo'd some stability indicators. 13 years ago
isaacs 1d59a73fef doc: Change 'file_system' module to 'fs' as it should be 13 years ago
isaacs 2e487379ad doc: Stability and Caveats for fs.watch/watchFile 13 years ago
isaacs f70be203e4 doc: indentation and structure in fs.markdown 13 years ago
isaacs 2d44dcc8be doc: Add stability indicators to documentation 13 years ago
isaacs 7bfa5cf284 s/streams/stream/ 13 years ago
isaacs 2a6ff3f56b doc refactor: fs 13 years ago
isaacs f9df88c6da s/streams/stream/ 13 years ago
isaacs 40190b7c92 doc refactor: fs 13 years ago
Ben Noordhuis 279e7e7341 fs: add O_EXCL support, exclusive open file 13 years ago
Maciej Małecki e10ed097cb path fs: move `path.exists*` to `fs.exists*` 13 years ago
Emerson Macedo aa67b1f375 fs: add appendFile() and appendFileSync() functions 13 years ago
koichik e1c043f43a docs: fix docs to not suggest variable leaks 13 years ago
Igor Zinkovsky d6bae2cb95 document mode argument for fs.symlink 13 years ago
Trevor Burnham 06d71ad457 docs: document the `persistent` option for `fs.watch` and `fs.watchFile` 13 years ago
Jacob H.C. Kragh c1472ac105 docs: fix some minor typos in the fs documentation 13 years ago
Jacob H.C. Kragh 44a5452a4f docs: fix typo in the documented fchown signature 13 years ago
koichik a6dbe0ff23 docs: make fs.mkdir()'s mode argument an option. 13 years ago
isaacs 06190928c0 doc: Correct blatantly wrong futimes documentation 13 years ago
koichik 00aa8935d7 docs: improvement fs, http and https 13 years ago
Brian White f243ca199b docs: mention util instead of sys 13 years ago
Ilya Dmitrichenko 39987cbc80 docs: improved fs.Stats section in API documentation 13 years ago
Igor Zinkovsky f164704383 fs.watch documentation 13 years ago
Brian White eb40dcb097 Fix typo for fs.write docs 13 years ago
koichik b93a7cc99e docs: add links 13 years ago
Thomas Shinnick e58c036c27 fs: add positioned file writing feature to fs.WriteStream 13 years ago
Thomas Shinnick 4cf0ce5bb4 docs: typos and minor edits in several modules 13 years ago
Mickaël Delahaye e8d268fd5f Fix docs for fs.*chown 13 years ago
Arnout Kazemier 7ba30a4c2e Small changes for fs.watchFile. Fixed broken markdown. Changed variable `f` to a proper filename. 13 years ago
Christopher Wright 0d8d04e585 Correct code span 13 years ago
Wojciech Wnętrzak 25c1a5e804 added information about relative paths in File System module 13 years ago