summaryrefslogtreecommitdiff
path: root/src/node_file.cc
AgeCommit message (Expand)Author
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
2016-06-28src: fix readability/constructors cpplint warningsBen Noordhuis
2016-04-15fs: optimize realpath using uv_fs_realpath()Yuval Brik
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2016-03-25fs: Buffer and encoding enhancements to fs APIJames M Snell
2016-03-20fs: add the fs.mkdtemp() function.Florian MARGAINE
2016-03-03src: fix NewInstance deprecation warningsMichaël Zasso
2015-12-17fs: use pushValueToArray for readdir(Sync)Trevor Norris
2015-12-05fs,doc: use `target` instead of `destination`yorkie
2015-11-20fs: fix the error report on fs.link(Sync)yorkie
2015-10-08src: fix u-a-free if uv returns err in ASYNC_CALLKarl Skomski
2015-09-14fs: implemented WriteStream#writevRon Korving
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-08-23fs: replace bad_args macro with concrete error msgRoman Klauke
2015-08-17src: don't use fopen() in require() fast pathBen Noordhuis
2015-06-17async-wrap: add provider id and object info cbTrevor Norris
2015-05-27lib: speed up require(), phase 2Ben Noordhuis
2015-05-27lib: speed up require(), phase 1Ben Noordhuis
2015-05-18core: implement runtime flag to trace sync ioTrevor Norris