87 Commits (7a07b31a2f678a319fc7cbb0ee4ee023fa812b14)

Author SHA1 Message Date
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
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