229 Commits (6f8aa24d1ee0c8502ec4c3dae3820668ae7fc435)

Author SHA1 Message Date
Ben Noordhuis b011811a9f fs: fix fs.truncate() file content zeroing bug 11 years ago
Gil Pedersen e04c8a8ee4 fs: use correct self reference for autoClose test 11 years ago
Raymond Feng 25eaacad9a fs: make write/appendFileSync correctly set file mode 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
Ben Noordhuis 1f76a2eddc fs: add long stacktrace debugging facility 12 years ago
Ben Noordhuis a80434736b fs: fix 'object is not a function' callback errors 12 years ago
isaacs 061f2075cf string_decoder: Add 'end' method, do base64 properly 12 years ago
Ben Noordhuis 39a0836d5c fs: fix watchFile() missing deletion events 12 years ago
isaacs e5d95ba939 fs: Throw early on invalid encoding args 12 years ago
Bert Belder 9918e5d4f6 windows: make junctions work again 12 years ago
Ben Noordhuis 5fba3b85c5 fs: fix ReferenceError in truncateSync() 12 years ago
isaacs 168a555780 fs: fix naming of truncate/ftruncate functions 12 years ago
Ben Noordhuis 2f7e0f2da6 fs: remove undocumented .destroy callbacks 12 years ago
Gil Pedersen f1fba8d1f5 fs: fix ReadStream / WriteStream missing callback 12 years ago
Ben Noordhuis 23f09d7e02 fs: fix readFileSync("/proc/cpuinfo") regression 12 years ago
Bert Belder 43a0c88116 windows: correctly prep long path for fs.exists(Sync) 12 years ago
Ben Noordhuis 5b5362aa8d fs: make unwatchFile() remove a specific listener 12 years ago
isaacs 3e0757c101 lint 12 years ago
Bert Belder 0cdeb8ed96 windows: make fs.realpath(Sync) work with UNC paths 12 years ago
isaacs 21aa0df8b2 realpath: No sync cb() calling allowed. 13 years ago
isaacs 5b39929d47 Add --no-deprecation and --trace-deprecation flags 13 years ago
Ben Noordhuis ef1ffcb717 fs: make fs.watchFile() interval default to 5007 13 years ago
Ben Noordhuis f0ce98441f fs: make fs.watchFile() work on windows 13 years ago
isaacs 1d3d02c70d Fix fs.readfile('/dev/stdin') 13 years ago
Andreas Madsen 1e0ce5d1bd domain: the EventEmitter constructor is now always called in nodecore 13 years ago
Bert Belder 13400e3e58 windows: make symlinks tolerant to forward slashes 13 years ago
isaacs 412c1ab5bc Fix test-fs-realpath on Windows 13 years ago
Ben Noordhuis 0385b17ce0 fs: fix infinite loop in fs.readFileSync() 13 years ago
Ben Noordhuis 408bfece51 fs: fix infinite loop in fs.readFile() 13 years ago
Shigeki Ohtsu e3a2dd1b13 fs: fix fs.readFileSync to work on real empty file 13 years ago
Shigeki Ohtsu 4eb2804db9 fs: fix typo in fs.readFile of lying size=0 stat 13 years ago