summaryrefslogtreecommitdiff
path: root/doc/api/fs.md
AgeCommit message (Expand)Author
2019-02-15fs, src, lib: fix `blksize` & `blocks` on WindowsRichard Lau
2019-02-10fs: harden validation of start option in createWriteStreamZYSzys
2019-01-08doc: update behaviour of fs.writeFileSakthipriyan Vairamani (thefourtheye)
2019-01-06doc: fs.mkdir('/') throws EPERM on WindowsCorey Farrell
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-11-29win, fs: detect if symlink target is a directoryBartosz Sosnowski
2018-11-28doc: sort bottom-of-file markdown linksSam Roberts
2018-11-27doc: document fs.write limitation with TTYMatteo Collina
2018-11-24doc: remove duplicate whitespaces in doc/apiYusuke Kawasaki
2018-11-19doc: add filehandle.write(string[, position[, encoding]])Dara Hayes
2018-11-152018-11-15, Version 11.2.0 (Current)Ruben Bridgewater
2018-11-13fs,net: standardize `pending` stream propertyAnna Henningsen
2018-11-11doc: update fs.open() changes record for optional 'flags'Rod Vagg
2018-10-31doc: clarify fd behaviour with {read,write}FileSakthipriyan Vairamani (thefourtheye)
2018-10-26fs: default open/openSync flags argument to 'r'Ben Noordhuis
2018-10-23doc: document ACL limitation for fs.access on WindowsJames M Snell
2018-10-232018-10-23, Version 11.0.0 (Current)James M Snell
2018-10-102018-10-10, Version 10.12.0 (Current)Michaël Zasso
2018-09-26doc: add links for fs.createWriteStream()Rich Trott
2018-09-202018-09-20, Version 10.11.0 (Current)Michaël Zasso
2018-09-19doc: add missing metadata for recursive mkdirTobias Nießen
2018-09-14doc: add withFileTypes option to fsPromises.readdirBryan English
2018-09-12doc: add history for withFileTypes in fs.readdir[Sync]()Tien Do
2018-09-062018-09-06, Version 10.10.0 (Current)Michaël Zasso
2018-09-02doc: fix a typo in fs.mdVse Mozhet Byt
2018-08-31doc: fix up warning text about character devicesAnna Henningsen
2018-08-29doc: remove redundant 'Example:' and similar notesVse Mozhet Byt
2018-08-28doc: warn against streaming from character devicesGireesh Punathil
2018-08-24fs: update read to work with any TypedArray/DataViewSarat Addepalli
2018-08-19doc: clarify fs.write[Sync]() descriptionsVse Mozhet Byt
2018-08-13fs: readdir optionally returning type informationBryan English
2018-08-11fs: implement mkdir recursive (mkdirp)Benjamin Coe
2018-07-21doc: fix descriptions of sync methods in fs.mdTim Ruffles
2018-07-16doc: make markdown input compliantSam Ruby
2018-07-14doc: prevent some redirectionsVse Mozhet Byt
2018-07-09doc: improve documentation of fs sync methodsiwko
2018-07-05doc: remove "note that" from fs docRich Trott
2018-07-042018-07-04, Version 10.6.0 (Current)Michaël Zasso
2018-07-02doc: fix some linksVse Mozhet Byt
2018-06-29doc: fix typo in fs.mdHugo Josefson
2018-06-27fs: undeprecate lchown()cjihrig
2018-06-202018-16-20, Version 10.5.0 (Current)Michaël Zasso
2018-06-07doc: document BigInt support in fs.StatsJoyee Cheung
2018-06-03fs: do not crash when using a closed fs event watcherJoyee Cheung
2018-06-01doc: fix typos on `e.g.` abbreviationsRich Trott
2018-06-01lib: unmask mode_t values with 0o777Joyee Cheung
2018-05-31doc: make minor improvements to fs.realpath() docsRich Trott
2018-05-25doc: fix outdated link FSEventsamitbend
2018-05-25doc: fix filehandle.truncate() sample codesMasashi Hirano
2018-05-23doc: fix incorrect fs.readFileSync example outputTeddy Katz