summaryrefslogtreecommitdiff
path: root/lib/internal/fs/watchers.js
AgeCommit message (Expand)Author
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-19fs: make FSStatWatcher.start privateLucas Holmquist
2019-11-05fs: add noop stub for FSWatcher.prototype.startLucas Holmquist
2019-10-12fs: make FSWatcher.start privateLucas Holmquist
2019-05-14fs: extract path conversion and validation to getValidatedPathZYSzys
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-11-16fs: make process.binding('fs') internalMasashi Hirano
2018-10-24src: refactor FillStatsArrayRefael Ackermann
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-22fs: improve fs.watch ENOSPC error messageAnna Henningsen
2018-09-04url: provide pathToFileURL and fileURLToPathguybedford
2018-08-28fs: make fs_event_wrap binding internalcjihrig
2018-08-05lib,src: standardize `owner_symbol` for handlesAnna Henningsen
2018-06-14lib,src: make `StatWatcher` a `HandleWrap`Anna Henningsen
2018-06-07fs: support BigInt in fs.*stat and fs.watchFileJoyee Cheung
2018-06-03fs: do not crash when using a closed fs event watcherJoyee Cheung
2018-05-20fs: refactor fs moduleJames M Snell