348 Commits (8f1a586a49dcdf494b5eea4c5616dc63ae1cbe64)

Author SHA1 Message Date
Andreas Lind 968e5649a3
fs: Fix default params for fs.write(Sync) 8 years ago
Rich Trott 62de339327
tools: remove legacy indentation linting 7 years ago
Rich Trott 4dabeeecdd
lib: remove excess indentation 8 years ago
Rich Trott f20ed49b5e
lib: use consistent indentation for ternaries 8 years ago
Ruben Bridgewater 81edf592ae
lib: fix typos 8 years ago
Rich Trott fb2f449acc
tools: update ESLint to current version 8 years ago
Brian White c8d2ca7a78
fs: improve performance for sync stat() functions 8 years ago
Francis Gulotta e6c74b37b3 fs: remove needless assignment of null 8 years ago
Jeremy Yallop 709b9b4660 fs: cache non-symlinks in realpathSync. 8 years ago
Kyle E. Mitchell fe821fbefa fs: clarify fs.link and fs.linkSync arguments 8 years ago
Rich Trott f3861c200d
lib,test: remove unneeded escaping of / 8 years ago
Rich Trott 7b75cb9e5a test,lib,benchmark: match function names 8 years ago
Anna Henningsen 688abac7b2 fs: make `SyncWriteStream` inherit from `Writable` 8 years ago
Anna Henningsen 980c1edf63 fs,module: add module-loader-only realpath cache 8 years ago
Bartosz Sosnowski 18a3064937 fs: restore JS implementation of realpath 9 years ago
Linus Unnebäck 0bb9d21f0e fs: add bytesRead to ReadStream 9 years ago
Claudio Rodriguez 11d6f1af59 fs: rename event to eventType in fs.watch listener 9 years ago
James M Snell 929b6c29d8 src: refactor require('constants') 9 years ago
Sakthipriyan Vairamani 1600966f59 fs: execute mkdtemp's callback with no context 9 years ago
Sakthipriyan Vairamani c4329aa226 fs: move mkdtemp* functions near static functions 9 years ago
Sakthipriyan Vairamani c068880757 fs: mkdtemp shouldn't crash if no callback passed 9 years ago
James M Snell d0c6e6f7c4 buffer: add Buffer.allocUnsafeSlow(size) 9 years ago
Yuval Brik a2492f989f fs: optimize realpath using uv_fs_realpath() 9 years ago
Brian White c29b3c1808 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
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
ronkorving c339fa36f5 fs: reduced duplicate code in fs.write() 9 years ago
Evan Lucas 57359cd1e4 fs: don't throw in read if buffer too big 9 years ago
Evan Lucas b6207906c4 fs: pass err to callback if buffer is too big 9 years ago
Johannes Wüller 0803962860 fs: add file descriptor support to *File() funcs 9 years ago
charlierudolph 87e820ead5 fs: include filename in watch errors 9 years ago
Sakthipriyan Vairamani f32a606e37 lib,src: remove usage of events.EventEmitter 9 years ago
Yazhong Liu 1f842c2c61 fs: consider NaN/Infinity in toUnixTimestamp 10 years ago
Ron Korving 05d30d5396 fs: implemented WriteStream#writev 10 years ago