Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/fs.js
AgeCommit message (Expand)Author
2012-10-12string_decoder: Add 'end' method, do base64 properlyisaacs
2012-09-28Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs
2012-09-17fs: fix watchFile() missing deletion eventsBen Noordhuis
2012-08-28fs: Throw early on invalid encoding argsisaacs
2012-08-17Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-08-17windows: make junctions work againBert Belder
2012-08-09fs: fix ReferenceError in truncateSync()Ben Noordhuis
2012-08-06fs: fix naming of truncate/ftruncate functionsisaacs
2012-08-06fs: remove undocumented .destroy callbacksBen Noordhuis
2012-08-02fs: fix ReadStream / WriteStream missing callbackGil Pedersen
2012-08-01fs: fix readFileSync("/proc/cpuinfo") regressionBen Noordhuis
2012-07-23windows: correctly prep long path for fs.exists(Sync)Bert Belder
2012-07-09fs: make unwatchFile() remove a specific listenerBen Noordhuis
2012-06-29lintisaacs
2012-06-27windows: make fs.realpath(Sync) work with UNC pathsBert Belder
2012-06-27realpath: No sync cb() calling allowed.isaacs
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs
2012-06-21fs: make fs.watchFile() interval default to 5007Ben Noordhuis
2012-06-21fs: make fs.watchFile() work on windowsBen Noordhuis
2012-06-20Fix fs.readfile('/dev/stdin')isaacs
2012-06-15domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen
2012-06-15windows: make symlinks tolerant to forward slashesBert Belder
2012-06-15Fix test-fs-realpath on Windowsisaacs
2012-06-12fs: fix infinite loop in fs.readFileSync()Ben Noordhuis
2012-06-12fs: fix infinite loop in fs.readFile()Ben Noordhuis
2012-06-12fs: fix fs.readFileSync to work on real empty fileShigeki Ohtsu
2012-06-12fs: fix typo in fs.readFile of lying size=0 statShigeki Ohtsu
2012-06-12fix fs.readFile with lying size=0 stat resultsisaacs
2012-06-11lintisaacs
2012-06-09Fix #3394 fs.realpath: Properly cache symlink targetsisaacs
2012-06-09Fix fs.realpath to work on Windowsisaacs
2012-06-09Expose posix realpath on windows as wellisaacs
2012-06-06fs: make callbacks run in global contextBen Noordhuis
2012-06-06fs: make fs.symlink() with no callback asyncBen Noordhuis
2012-05-27fs: no end emit after createReadStream.pause()Andreas Madsen
2012-05-24windows: enable creating directory junctions with fs.symlinkIgor Zinkovsky
2012-05-20fs.watch should not require a listener argumentsAndreas Madsen
2012-05-17Faster fs.readFile and fs.readFileSyncisaacs
2012-05-16fs: add sync open flags 'rs' and 'rs+'Kevin Bowman
2012-05-16Merge branch 'master' into v0.6-mergeisaacs
2012-05-15Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-15fs: hook up handle wrap to owning objectBen Noordhuis
2012-05-13Automatically close FSWatcher on errorBert Belder
2012-05-12fs: fix ReadStream.pause() emits duplicate data eventkoichik
2012-05-05Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-03fs: fix file descriptor leak in sync functionsBen Noordhuis
2012-05-03fs: fix file descriptor leak in sync functionsBen Noordhuis
2012-05-03fs: fix ReadStream / WriteStream double close bugBen Noordhuis
2012-04-18Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-04-09fs.WriteStream: Handle modifications to fs.openisaacs