361 Commits (3e9c8ef53b66a788e90d116391da61fee32323a7)

Author SHA1 Message Date
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
Trevor Norris 0bba590283 bindings: update api 12 years ago
isaacs 5e140b33e5 Revert "fs: Missing cb errors are deprecated, not a throw" 12 years ago
isaacs 6bd8b7e540 fs: Missing cb errors are deprecated, not a throw 12 years ago
isaacs b0f6789a78 stream: Remove bufferSize option 12 years ago
isaacs 426b4c6258 stream: _write takes an encoding argument 12 years ago
Trevor Norris 75305f3bab events: add check for listeners length 12 years ago
isaacs 0928a526dd fs: Support mode/flag options to read/append/writeFile 12 years ago
isaacs 88644eaa2d stream: There is no _read cb, there is only push 12 years ago
Ben Noordhuis 12d0f0bd3a lib, src: remove errno global 12 years ago
isaacs 3b2e9d2648 stream: remove lowWaterMark feature 12 years ago
isaacs 8476aefc8e fs: Change default WriteStream config, increase perf 12 years ago
Ben Noordhuis c7b84a1d01 fs: fix immediate WriteStream#end() 12 years ago
Shigeki Ohtsu 2b6c561040 fs: remove unused default option in WriteStream 12 years ago
Shigeki Ohtsu 829f96bada fs: pool size coincide with ReadStream bufferSize 12 years ago
Ben Noordhuis c6e958d44d fs: make 'end' work with ReadStream without 'start' 12 years ago
Ben Noordhuis 910e24b53d fs: remove fs.sendfile() 12 years ago
isaacs fb915ed957 lint 12 years ago
Farid Neshat dcaebec208 fs: add autoClose=true option to fs.createReadStream 12 years ago
isaacs 44b308b1f7 fs: streams2 12 years ago
Ben Noordhuis d65832ccd0 fs: fix WriteStream fd leak 12 years ago
Ben Noordhuis 6e97b2cc17 fs: fix ReadStream fd leak 12 years ago
isaacs 33fa740577 fs: Raise error when null bytes detected in paths 12 years ago