357 Commits (2685464e34731d9ea14e97616309f4e7b7292551)

Author SHA1 Message Date
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 9 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
Sakthipriyan Vairamani 79a5eb1a65 fs: move mkdtemp* functions near static functions 9 years ago
Sakthipriyan Vairamani dcbf246b35 fs: mkdtemp shouldn't crash if no callback passed 9 years ago
James M Snell dcccbfdc79 src: refactor require('constants') 9 years ago
James M Snell 627524973a buffer: add Buffer.allocUnsafeSlow(size) 9 years ago
Yuval Brik b488b19eaf
fs: optimize realpath using uv_fs_realpath() 9 years ago
Brian White ae18bbef48
lib: improve module loading performance 9 years ago
James M Snell 53a95a5b12 fs: make fs.watch error message more useful 9 years ago
James M Snell 060e5f0c00 fs: Buffer and encoding enhancements to fs API 9 years ago
Florian MARGAINE e5f8a6a2fa fs: add the fs.mkdtemp() function. 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
James M Snell 8bb60e3c8d fs: improve error message for invalid flag 9 years ago
Сковорода Никита Андреевич 1d79787e2e fs: add a temporary fix for re-evaluation support 9 years ago
Sakthipriyan Vairamani 1124de2d76 fs: deprecate fs.read's string interface 9 years ago
Rich Trott 7a2a5513b8 fs: refactor redeclared variables 9 years ago
Benjamin Gruenbaum c00d08f5ec fs: remove unused branches 9 years ago
Rich Trott 3441a4178b fs: revert "change statSync to accessSync..." 9 years ago
Michaël Zasso 7ce0e04f44 lib: fix style issues after eslint update 9 years ago
Ben Noordhuis 809bf5e38c fs: change statSync to accessSync in realpathSync 9 years ago
Saquib 6039a7c1b5 fs: add autoClose option to fs.createWriteStream 9 years ago
Feross Aboukhadijeh 2b15e68bbe fs: fs.read into zero buffer should not throw exception 9 years ago
Minwoo Jung ae5bcf9528 lib: use arrow functions instead of bind 9 years ago
yorkie 8c35903ba3 fs,doc: use `target` instead of `destination` 9 years ago
Zheng Chaoping 1594198600 fs: return null error on readFile() success 9 years ago