283 Commits (01652c7709c7f5019cef1df9cdc859943db6e203)

Author SHA1 Message Date
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
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Jackson Tian cc08106d62 fs: fix fs.readFileSync fd leak when get RangeError 10 years ago
Jackson Tian 63a4268218 fs: fs.readFile should not throw uncaughtException 10 years ago
Brian White 03e9f84933 lib: remove unused variables 11 years ago
Brian White 7fd5a4d096 fs: remove duplicate check 11 years ago
cjihrig 72cc66e503 fs: close file if fstat() fails in readFile() 11 years ago
cjihrig c7b02034ef fs: close file if fstat() fails in readFile() 11 years ago
Colin Ihrig 8ee9f04de6 fs: add consistent flag fall throughs 11 years ago
Trevor Norris c7f424e44b fs: return blksize on stats object 11 years ago
James Pickard e9ce8fc82a fs: improve performance of all stat functions 11 years ago
iamdoron 1317032c97 fs: make unwatchFile() insensitive to path 11 years ago
Fedor Indutny e796e11087 node: do not ever close stdio 11 years ago
Fedor Indutny fc26fd6b38 node: do not ever close stdio 11 years ago
Trevor Norris e5346932bc src: make buffer size errors more explicit 11 years ago
Nick Simmons 691b9ebc8c fs: add recursive subdirectory support to fs.watch 11 years ago
Ben Noordhuis b011811a9f fs: fix fs.truncate() file content zeroing bug 11 years ago
Jeff Switzer 2e13d0ce17 fs: remove duplicate !options case 11 years ago
Gil Pedersen e04c8a8ee4 fs: use correct self reference for autoClose test 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Trevor Norris 7ca77eaf38 fs: write strings directly to disk 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 11 years ago
Ben Noordhuis 0161ec87af src, lib: deduplicate errnoException 11 years ago
Raymond Feng 25eaacad9a fs: make write/appendFileSync correctly set file mode 12 years ago