dns: add missing exports.BADNAME
[platform/upstream/nodejs.git] / lib / fs.js
2015-09-22 Sakthipriyan Vairamanilib,src: remove usage of events.EventEmitter
2015-09-15 Yazhong Liufs: consider NaN/Infinity in toUnixTimestamp
2015-09-15 Ron Korvingfs: implemented WriteStream#writev
2015-08-19 Sakthipriyan Vairamanievents: deprecate static listenerCount function
2015-08-04 Trevor Norrisbuffer: fix usage of kMaxLength
2015-07-10 Brendan Ashworthfs: fix error on bad listener type
2015-06-15 Roman Reisslib,test: fix whitespace issues
2015-06-11 Roman Reisslib: don't use global Buffer
2015-06-10 Sakthipriyan Vairamanifs: make SyncWriteStream non-enumerable
2015-06-10 Sakthipriyan Vairamanifs: minor refactoring
2015-06-10 Sakthipriyan Vairamanifs: remove inStatWatchers and use Map for lookup
2015-06-10 Sakthipriyan Vairamanifs: removing unnecessary nullCheckCallNT
2015-06-10 Sakthipriyan Vairamanifs: improve error message descriptions
2015-06-05 Vladimir Kurchatkinfs: use `kMaxLength` from binding
2015-06-05 Yosuke Furukawafs: Add string encoding option for Stream method
2015-06-04 Vladimir Kurchatkinsmalloc: deprecate whole module
2015-06-02 Yosuke Furukawafs: set encoding on fs.createWriteStream
2015-05-09 Yosuke Furukawalib: fix eslint styles
2015-04-15 Trevor Norrisnode: allow multiple arguments passed to nextTick
2015-04-09 Brendan Ashworthlib: reduce process.binding() calls
2015-03-25 Olov Lassusfs: fix corruption in writeFile and writeFileSync
2015-03-24 Mayhemlib: add missing `new` for errors lib/*.js
2015-03-12 Santiago Gimenofs: use stat.st_size only to read regular files
2015-03-08 Jeremiah Senkpielfs: fix .write() not coercing non-string values
2015-03-05 Jonathan Ongfs: remove unnecessary usage of .hasOwnProperty()
2015-02-21 cjihrigfs: add type checking to makeCallback()
2015-02-21 Bruno Jouhierfs: properly handle fd passed to truncate()
2015-02-19 cjihrigfs: ensure nullCheck() callback is a function
2015-02-10 Vladimir Kurchatkinfs: improve `readFile` performance
2015-02-01 cjihriglib: reduce util.is*() usage
2015-01-27 Alex Kocharinfs: fix fd leak in ReadStream.destroy()
2015-01-21 Jackson Tianfs: make fs.access() flags read only
2015-01-21 cjihriglib: use const to define constants
2015-01-20 cjihrigfs: define constants with const
2015-01-19 cjihrigfs: add error code on null byte paths
2015-01-12 isaacsRemove excessive copyright/license boilerplate
2015-01-12 cjihrigfs: undeprecate exists() and existsSync()
2015-01-10 Vladimir Kurchatkinfs: use ES6 octal literals for mode
2015-01-05 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v1.x
2014-12-19 cjihrigfs: deprecate exists() and existsSync()
2014-12-15 cjihrigfs: add access() and accessSync()
2014-12-09 Bert BelderMerge 'node/v0.12'
2014-12-09 Trevor Norrissrc: all wraps now use actual FunctionTemplate
2014-12-09 Vincent Weeversfs: resolve junction targets relative to their parent
2014-12-05 Trevor Norrissrc: all wrap's now use actual FunctionTemplate
2014-11-22 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v0.12
2014-11-22 Ben Noordhuislib: turn on strict mode
2014-09-17 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-08-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-08-07 Jackson Tianfs: fix fs.readFileSync fd leak when get RangeError
2014-08-05 Jackson Tianfs: fs.readFile should not throw uncaughtException
2014-07-29 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10' into master
2014-06-17 Timothy J FontaineMerge remote-tracking branch 'upstream-rw/v0.10'
2014-06-12 Brian Whitelib: remove unused variables
2014-06-11 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-06-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-06-08 Brian Whitefs: remove duplicate check
2014-06-05 Fedor IndutnyMerge branch 'v0.10'
2014-05-29 cjihrigfs: close file if fstat() fails in readFile()
2014-05-29 cjihrigfs: close file if fstat() fails in readFile()
2014-05-13 Colin Ihrigfs: add consistent flag fall throughs
2014-05-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into... v0.11.13
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-04-14 Trevor Norrisfs: return blksize on stats object
2014-04-08 Fedor IndutnyMerge branch 'v0.10'
2014-03-31 James Pickardfs: improve performance of all stat functions
2014-03-26 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-03-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-03-02 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-02-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-09 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-06 iamdoronfs: make unwatchFile() insensitive to path
2014-01-30 Fedor Indutnynode: do not ever close stdio
2014-01-28 Fedor Indutnynode: do not ever close stdio
2014-01-27 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-15 Trevor NorrisMerge remote-tracking branch 'origin/v0.10'
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-30 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-13 Fedor IndutnyMerge branch 'v0.10'
2013-12-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-02 Fedor IndutnyMerge branch 'v0.10'
2013-12-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-26 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-20 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-15 Trevor Norrissrc: make buffer size errors more explicit
next