308 Commits (9122b3b665c7cc544f8f89956d9e80b9735cccd5)

Author SHA1 Message Date
Benjamin Gruenbaum 56dda6f336 fs: Remove unused branches 9 years ago
Rich Trott 1f8144200f fs: refactor redeclared variables 9 years ago
Minwoo Jung cf3a4030e8 lib: use arrow functions instead of bind 9 years ago
Michaël Zasso 15ed64e34c lib: fix style issues after eslint update 9 years ago
yorkie 5bf56882e1 fs,doc: use `target` instead of `destination` 9 years ago
ronkorving 46c8c94055 fs: reduced duplicate code in fs.write() 9 years ago
charlierudolph 4a35ba4966 fs: include filename in watch errors 9 years ago
Sakthipriyan Vairamani 1860e0cebd lib,src: remove usage of events.EventEmitter 9 years ago
Yazhong Liu 6108ea9bb4 fs: consider NaN/Infinity in toUnixTimestamp 9 years ago
Ron Korving 2b6aa9415f 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
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
Brendan Ashworth 1219e7466c lib: reduce process.binding() calls 10 years ago
Olov Lassus c9207f7fc2 fs: fix corruption in writeFile and writeFileSync 10 years ago
Mayhem 1832743e18 lib: add missing `new` for errors lib/*.js 10 years ago
Santiago Gimeno a6af709489 fs: use stat.st_size only to read regular files 10 years ago
Jeremiah Senkpiel cf565b5516 fs: fix .write() not coercing non-string values 10 years ago
Jonathan Ong 4d0329ebeb fs: remove unnecessary usage of .hasOwnProperty() 10 years ago
cjihrig 1f40b2a636 fs: add type checking to makeCallback() 10 years ago
Bruno Jouhier c82e580a50 fs: properly handle fd passed to truncate() 10 years ago
cjihrig ecef87177a fs: ensure nullCheck() callback is a function 10 years ago
Vladimir Kurchatkin e65308053c fs: improve `readFile` performance 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
Alex Kocharin 497fd72e21 fs: fix fd leak in ReadStream.destroy() 10 years ago
Jackson Tian 8b98096c92 fs: make fs.access() flags read only 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
cjihrig 86eda173b1 fs: define constants with const 10 years ago
cjihrig 03ee4d8547 fs: add error code on null byte paths 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
cjihrig 3a85eac4ec fs: undeprecate exists() and existsSync() 10 years ago
Vladimir Kurchatkin 7f9a6c6213 fs: use ES6 octal literals for mode 10 years ago
cjihrig 5678595856 fs: deprecate exists() and existsSync() 10 years ago
cjihrig 165b70f146 fs: add access() and accessSync() 10 years ago
Trevor Norris 819690fd98 src: all wraps now use actual FunctionTemplate 10 years ago
Vincent Weevers 764c5c7fd1 fs: resolve junction targets relative to their parent 10 years ago
Trevor Norris 5962dbef49 src: all wrap's now use actual FunctionTemplate 10 years ago