403 Commits (f154c832261b00aee4d6f5b044af7179a5de3849)

Author SHA1 Message Date
cjihrig 11b7428832
fs: add fs.copyFile{Sync} 7 years ago
matzavinos 219932a9f7
errors: convert 'fs' 7 years ago
Rich Trott 2249234fee fs: invoke callbacks with undefined context 8 years ago
Sebastiaan Deckers bb29405904
lib,src: fix consistent spacing inside braces 8 years ago
Ruben Bridgewater 18069523f8
fs: two minor optimizations 8 years ago
Rich Trott 0d22858d67 lib: remove excess indentation 8 years ago
Rich Trott 85dacd63f0 lib: use consistent indentation for ternaries 8 years ago
Rich Trott 095c0de94d benchmark,lib,test: use braces for multiline block 8 years ago
Ruben Bridgewater c474f88987
lib: fix typos 8 years ago
Nikolai Vavilov 208db5675e fs: don't conflate data and callback in appendFile 8 years ago
Refael Ackermann 47b9772f52 fs: expose Stats times as Numbers 8 years ago
Matteo Collina 07ca288929 fs: replace a bind() with a top-level function 8 years ago
Dan Fabulich 65531d0e86 fs: promisify exists correctly 8 years ago
Anna Henningsen ae6c7044c8
Revert "lib: lazy instantiation of fs.Stats dates" 8 years ago
Ebrahim Byagowi b3d1e3d4c7 fs: fix realpath{Sync} on resolving pipes/sockets 8 years ago
Daniel Pihlstrom a109032260 src,fs: calculate fs times without truncation 8 years ago
Daniel Pihlstrom 9836cf5717 lib: lazy instantiation of fs.Stats dates 8 years ago
Matteo Collina 330c8d743e stream: add destroy and _destroy methods. 8 years ago
Myles Borins 8250bfd1e5
fs: Revert throw on invalid callbacks 8 years ago
Rich Trott 6f449db60f fs: refactor deprecated functions for readability 8 years ago
Sakthipriyan Vairamani (thefourtheye) 4cb5f3daa3
fs: throw on invalid callbacks for async functions 8 years ago
Anna Henningsen fbcb4f50b8
fs: support util.promisify for fs.read/fs.write 8 years ago
Brian White e8a429075f
fs: fix permanent deoptimizations 8 years ago
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