summaryrefslogtreecommitdiff
path: root/lib/internal/fs/streams.js
AgeCommit message (Expand)Author
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-24fs: change var to letÀlvar Pérez
2019-10-15doc: add missing deprecation codecjihrig
2019-10-13fs: do not emit 'finish' before 'open' on write empty fileRobert Nagy
2019-10-12fs: add runtime deprecate for file stream open()Robert Nagy
2019-09-22fs: remove unnecessary argument checkRobert Nagy
2019-09-22stream: do not call _read() after destroy()Robert Nagy
2019-08-22fs: allow passing true to emitClose optionGiorgos Ntemiris
2019-08-19fs: use fs.writev() internallyRobert Nagy
2019-05-02fs: align fs.ReadStream buffer pool writes to 8-byte boundaryptaylor
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-10fs: harden validation of start option in createWriteStreamZYSzys
2019-01-09fs: extract start and end check into checkPositionZYSzys
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-11-19fs: inline typeof checkdexterleng
2018-11-16fs: make process.binding('fs') internalMasashi Hirano
2018-11-13fs,net: standardize `pending` stream propertyAnna Henningsen
2018-09-04url: provide pathToFileURL and fileURLToPathguybedford
2018-08-14lib: extract validateNumber validatorJon Moss
2018-08-01src,lib: rename FSReqWrap to FSReqCallbackJon Moss
2018-07-29fs: reduce memory retention when streaming small filesAnna Henningsen
2018-05-20fs: refactor fs moduleJames M Snell