380 Commits (e9c02c6762dd5fe9664e5972b8e6307e6da8e68f)

Author SHA1 Message Date
Rich Trott 096508dfa9 tools,lib: enable strict equality lint rule 8 years ago
Timothy Gu cfc8422a68 lib: use Object.create(null) directly 8 years ago
Sakthipriyan Vairamani (thefourtheye) caf9ae748b lib,src: make constants not inherit from Object 8 years ago
Luca Maraschi eed87b1637 fs: (+/-)Infinity and NaN invalid unixtimestamp 8 years ago
James M Snell a993beb915 fs: avoid using forEach 8 years ago
Brian White 71097744b2 fs: more realpath*() optimizations 8 years ago
Brian White 6a5ab5d550 fs: include more fs.stat*() optimizations 8 years ago
Brian White a851b868c0
lib: remove sources of permanent deopts 8 years ago
Brian White 1c3df96570
fs: replace regexp with function 8 years ago
Brian White 34c9fc2e4e
fs: avoid multiple conversions to string 8 years ago
Brian White 21b2440176
fs: avoid recompilation of closure 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Brian White 22abb39b2c
fs: improve performance for sync stat() functions 8 years ago
James M Snell 7a55e34ef4 fs: runtime deprecation for fs.SyncWriteStream 8 years ago
Matteo Collina b1fc7745f2 fs: avoid emitting error EBADF for double close 8 years ago
James M Snell 9549329158 fs: allow WHATWG URL and file: URLs as paths 8 years ago
James M Snell 5e52a9ac09 Revert "fs: allow WHATWG URL and file: URLs as paths" 8 years ago
James M Snell 79400bfbfd fs: allow WHATWG URL and file: URLs as paths 8 years ago
James M Snell 5de3cf099c lib: add static identifier codes for all deprecations 8 years ago
Jackson Tian 521767c886 fs: remove unused parameter for encodeRealpathResult 8 years ago
Sakthipriyan Vairamani (thefourtheye) 66f09be743
Revert "fs: ensure readFile[Sync] reads from the beginning" 8 years ago
Nikolai Vavilov 4444e731f2 fs: ensure readFile[Sync] reads from the beginning 8 years ago
Nikolai Vavilov 3c2a9361ff fs: remove fs.read's string interface 8 years ago
Anna Henningsen f2ef850f11
fs: support Uint8Array input to methods 8 years ago
Jeremy Yallop 5dc44874c3 fs: cache non-symlinks in realpathSync. 8 years ago
Francis Gulotta 1081f0f33d fs: remove needless assignment of null 8 years ago
Ethan Arrowood e432c2bfaa fs: remove unused argument from copyObject() 8 years ago
Brian White f3cf8e9808
fs: do not pass Buffer when toString() fails 8 years ago
Anna Henningsen 5dea1e2a5d
fs: export `realpathCacheKey` from `internal/fs` 8 years ago
Rich Trott 7ef16eee2f lib,test: remove unneeded escaping of / 8 years ago
Andreas Lind 0b5191f15d fs: Fix default params for fs.write(Sync) 8 years ago
Kyle E. Mitchell e8fadd8da5 fs: clarify fs.link and fs.linkSync arguments 8 years ago
Rich Trott 68ba9aa0fb test,lib,benchmark: match function names 8 years ago
Sakthipriyan Vairamani (thefourtheye) 7542bdddda
fs: don't alter user provided `options` object 8 years ago
Sakthipriyan Vairamani e8e969a5c1 fs: refactor "options" processing as a function 8 years ago
Anna Henningsen c084287a60
fs,module: add module-loader-only realpath cache 8 years ago
Claudio Rodriguez 1b97774c44 fs: do not emit 'stop' watch event synchronously 8 years ago
Ben Noordhuis a8d2c9d775 fs: move stringToFlags() to lib/internal 8 years ago
James M Snell b50557b51b fs: use process.emitWarning to print deprecation warning 8 years ago
James M Snell dc7277909b fs: move SyncWriteStream to internal/fs 8 years ago
James M Snell 49ef3ae90a Revert "fs: add a temporary fix for re-evaluation support" 9 years ago
Sakthipriyan Vairamani f8f283b8f3
fs: warn if no callback is passed to async calls 8 years ago
Bartosz Sosnowski 08996fde3c fs: restore JS implementation of realpath 8 years ago
Linus Unnebäck 4a87abb8e8 fs: add bytesRead to ReadStream 8 years ago
Myles Borins 21b0a27af8
Revert "fs: make callback mandatory to all async functions" 8 years ago
Myles Borins c5a18e748d Revert "fs: validate args of truncate functions in js" 8 years ago
Sakthipriyan Vairamani c86c1eeab5 fs: validate args of truncate functions in js 9 years ago
Sakthipriyan Vairamani 9359de9dd2 fs: make callback mandatory to all async functions 8 years ago
Claudio Rodriguez 6e15ae98fe fs: rename event to eventType in fs.watch listener 8 years ago
Sakthipriyan Vairamani c4fadbc15d fs: execute mkdtemp's callback with no context 9 years ago