summaryrefslogtreecommitdiff
path: root/src/node_file.cc
AgeCommit message (Expand)Author
2017-12-28fs: throw fs.close errors in JSJoyee Cheung
2017-12-28fs: simplify the error context collection in C++Joyee Cheung
2017-12-22fs: move type checking to jsJames M Snell
2017-12-18fs: remove unused macroJames M Snell
2017-12-18fs: refactor After for easier maintainabilityJames M Snell
2017-12-18fs: refactor FSReqWrap and AfterJames M Snell
2017-12-15src: remove unused functioncjihrig
2017-12-13fs: remove unnecessary throw on fs.mkdtempJames M Snell
2017-12-13fs: move type checking for fs.read to jsJames M Snell
2017-12-13fs: move type checking in fs.futimes to jsJames M Snell
2017-12-13fs: move type checking for fs.fchown to jsJames M Snell
2017-12-13fs: move type checking for fs.fchmod to jsJames M Snell
2017-12-13fs: move type checking for fs.ftruncate to jsJames M Snell
2017-12-13fs: move type checking for fs.sync to jsJames M Snell
2017-12-13fs: move type checking for fs.fdatasync to jsJames M Snell
2017-12-13fs: move type checking on fs.fstat to jsJames M Snell
2017-12-13fs: move type checking for fs.close to jsJames M Snell
2017-12-01src: use non-deprecated versions of `->To*()` utilsLeko
2017-11-28module: rename internalModuleReadFile to internalModuleReadJSONJohn-David Dalton
2017-11-25fs: throw fs.access errors in JSJoyee Cheung
2017-11-17src: rename req-wrap -> req_wrapDaniel Bevenius
2017-11-15module: speed up package.json parsing moreBen Noordhuis
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-11-09src: fix UB in InternalModuleReadFile()Ben Noordhuis
2017-11-09fs: expose realpath(3) bindingsBen Noordhuis
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-09-14src: refactor `#include` handlingAnna Henningsen
2017-09-08fs: add fs.copyFile{Sync}cjihrig
2017-08-24src: use proper errors as coming from StringBytesAnna Henningsen
2017-08-23src: reduce code duplicationJames M Snell
2017-08-23src: fixup strings, reduce duplicationJames M Snell
2017-08-21src: detect nul bytes in InternalModuleReadFile()Ben Noordhuis
2017-06-27src,fs: calculate times as unsigned longRefael Ackermann
2017-05-25src,fs: calculate fs times without truncationDaniel Pihlstrom
2017-05-22src: remove unused parametersBrian White
2017-05-10async_wrap,src: add GetAsyncId() methodTrevor Norris
2017-05-03src: do proper StringBytes error handlingAnna Henningsen
2017-04-14src: reduce number of exported symbolsAnna Henningsen
2017-03-14fs: include more fs.stat*() optimizationsBrian White
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-25fs: improve performance for sync stat() functionsBrian White
2016-10-24src: speed up module loading, don't resize bufferBen Noordhuis
2016-10-24src: speed up module loading, skip EOF readBen Noordhuis
2016-09-23src: make ReqWrap req_ member privateDaniel Bevenius
2016-09-19fs: fix handling of `uv_stat_t` fieldsAnna Henningsen
2016-08-08src: remove unused using declsHaojian Wu
2016-08-04Revert "fs: validate args of truncate functions in js"Myles Borins
2016-07-22fs: validate args of truncate functions in jsSakthipriyan Vairamani
2016-07-18src: fix handle leak in BuildStatsObject()Ben Noordhuis
2016-06-29src: fix memory leak in WriteBuffers() error pathBen Noordhuis