summaryrefslogtreecommitdiff
path: root/lib/fs.js
AgeCommit message (Expand)Author
2016-04-15buffer: add Buffer.allocUnsafeSlow(size)James M Snell
2016-04-15fs: optimize realpath using uv_fs_realpath()Yuval Brik
2016-04-14lib: improve module loading performanceBrian White
2016-03-25fs: make fs.watch error message more usefulJames M Snell
2016-03-25fs: Buffer and encoding enhancements to fs APIJames M Snell
2016-03-20fs: add the fs.mkdtemp() function.Florian MARGAINE
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-09fs: improve error message for invalid flagJames M Snell
2016-02-12fs: add a temporary fix for re-evaluation supportСковорода Никита Андреевич
2016-02-05fs: deprecate fs.read's string interfaceSakthipriyan Vairamani
2016-02-01fs: refactor redeclared variablesRich Trott
2016-01-23fs: remove unused branchesBenjamin Gruenbaum
2016-01-15fs: revert "change statSync to accessSync..."Rich Trott
2016-01-13lib: fix style issues after eslint updateMichaël Zasso
2016-01-12fs: change statSync to accessSync in realpathSyncBen Noordhuis
2016-01-11fs: add autoClose option to fs.createWriteStreamSaquib
2016-01-06fs: fs.read into zero buffer should not throw exceptionFeross Aboukhadijeh
2015-12-17lib: use arrow functions instead of bindMinwoo Jung
2015-12-05fs,doc: use `target` instead of `destination`yorkie
2015-11-11fs: return null error on readFile() successZheng Chaoping
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-10-27fs: reduced duplicate code in fs.write()ronkorving
2015-10-25fs: don't throw in read if buffer too bigEvan Lucas
2015-10-23fs: pass err to callback if buffer is too bigEvan Lucas
2015-10-16fs: add file descriptor support to *File() funcsJohannes Wüller
2015-10-02fs: include filename in watch errorscharlierudolph
2015-09-23lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani
2015-09-14fs: consider NaN/Infinity in toUnixTimestampYazhong Liu
2015-09-14fs: implemented WriteStream#writevRon Korving
2015-08-20events: deprecate static listenerCount functionSakthipriyan Vairamani
2015-08-04buffer: fix usage of kMaxLengthTrevor Norris
2015-07-10fs: fix error on bad listener typeBrendan Ashworth
2015-06-15lib,test: fix whitespace issuesRoman Reiss
2015-06-11lib: don't use global BufferRoman Reiss
2015-06-10fs: make SyncWriteStream non-enumerableSakthipriyan Vairamani
2015-06-10fs: minor refactoringSakthipriyan Vairamani
2015-06-10fs: remove inStatWatchers and use Map for lookupSakthipriyan Vairamani
2015-06-10fs: removing unnecessary nullCheckCallNTSakthipriyan Vairamani
2015-06-10fs: improve error message descriptionsSakthipriyan Vairamani
2015-06-05fs: use `kMaxLength` from bindingVladimir Kurchatkin
2015-06-05fs: Add string encoding option for Stream methodYosuke Furukawa
2015-06-04smalloc: deprecate whole moduleVladimir Kurchatkin
2015-06-03fs: set encoding on fs.createWriteStreamYosuke Furukawa
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-04-15node: allow multiple arguments passed to nextTickTrevor Norris
2015-04-09lib: reduce process.binding() callsBrendan Ashworth
2015-03-24fs: fix corruption in writeFile and writeFileSyncOlov Lassus
2015-03-24lib: add missing `new` for errors lib/*.jsMayhem
2015-03-12fs: use stat.st_size only to read regular filesSantiago Gimeno
2015-03-08fs: fix .write() not coercing non-string valuesJeremiah Senkpiel