334 Commits (612307564b2f7758ad4436f95b03c05dca1198d7)

Author SHA1 Message Date
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
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 9 years ago
Ron Korving 05d30d5396 fs: implemented WriteStream#writev 9 years ago
Sakthipriyan Vairamani 8f58fb92ff events: deprecate static listenerCount function 9 years ago
Trevor Norris b625ab4242 buffer: fix usage of kMaxLength 9 years ago
Brendan Ashworth 1afc0c9e86 fs: fix error on bad listener type 9 years ago
Roman Reiss fb8811d95e lib,test: fix whitespace issues 9 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Sakthipriyan Vairamani 53a4eb3198 fs: make SyncWriteStream non-enumerable 10 years ago
Sakthipriyan Vairamani a011c3243f fs: minor refactoring 10 years ago
Sakthipriyan Vairamani 8841132f30 fs: remove inStatWatchers and use Map for lookup 10 years ago
Sakthipriyan Vairamani 67a11b9bcc fs: removing unnecessary nullCheckCallNT 10 years ago
Sakthipriyan Vairamani 09f2a67bd8 fs: improve error message descriptions 10 years ago
Vladimir Kurchatkin 2dcef83b5f fs: use `kMaxLength` from binding 10 years ago
Yosuke Furukawa 353e26e3c7 fs: Add string encoding option for Stream method 10 years ago
Vladimir Kurchatkin 6d95f4ff92 smalloc: deprecate whole module 10 years ago
Yosuke Furukawa 8357c5084b fs: set encoding on fs.createWriteStream 10 years ago