summaryrefslogtreecommitdiff
path: root/src/node_file.cc
AgeCommit message (Expand)Author
2020-12-08src: add missing context scopesAnna Henningsen
2020-11-29fs: move method definition from headerYash Ladha
2020-11-15src: fix v8 api deprecationJiawen Geng
2020-10-11src: reduced substring callsYash Ladha
2020-08-23src: usage of modernize-use-equals-defaultYash Ladha
2020-07-23src: remove unused variable in node_file.ccsapics
2020-07-14src: add option to track unmanaged file descriptorsAnna Henningsen
2020-07-09module: package "imports" fieldGuy Bedford
2020-06-23fs: implement lutimesMaël Nison
2020-06-14worker,fs: make FileHandle transferableAnna Henningsen
2020-06-03src: simplify format in node_file.cchimself65
2020-05-25src: use const in constant args.Length()himself65
2020-05-24esm: share package.json cache between ESM and CJS loadersKirill Shatskiy
2020-05-21src: use enum for refed flag on native immediatesAnna Henningsen
2020-05-15fs: clean up Dir.read() uv_fs_t data before calling into JSAnna Henningsen
2020-05-06src: retrieve binding data from the contextJoyee Cheung
2020-04-15src: use basename(argv0) for --trace-uncaught suggestionAnna Henningsen
2020-04-07src: refactor to avoid goto in node_file.ccTobias Nießen
2020-04-06src: move fs state out of EnvironmentAnna Henningsen
2020-03-30fs: add fs.readv()Sk Sajidul Kadir
2020-03-20src: prefer OnScopeLeave over shared_ptr<void>Anna Henningsen
2020-03-15src: fix warn_unused_result compiler warningcjihrig
2020-03-11async_hooks: avoid resource reuse by FileHandleGerhard Stoebich
2020-03-11src: remove unused include from node_file.ccBen Noordhuis
2020-03-02src: improve handling of internal field countingJames M Snell
2020-02-15src: prefer 3-argument Array::New()Anna Henningsen
2020-02-09doc,src,test: assign missing deprecation codecjihrig
2020-02-04fs: deprecate closing FileHandle on garbage collectionJames M Snell
2020-02-03fs: set path when mkdir recursive called on filebcoe
2020-01-31fs: return first folder made by mkdir recursivebcoe
2020-01-26fs: bail on permission error in recursive directory creationbcoe
2020-01-18fs: unset FileHandle fd after closeAnna Henningsen
2020-01-15src: fix performance regression in node_file.ccBen Noordhuis
2020-01-11fs: add missing HandleScope to FileHandle.closeAnna Henningsen
2019-12-29module: self resolve bug fix and esm orderingGuy Bedford
2019-11-30src: clean up node_file.hAnna Henningsen
2019-11-08module: fix for empty object in InternalModuleReadJSONGuy Bedford
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-09-19module: error for CJS .js load within type: moduleGuy Bedford
2019-09-02src: turn `GET_OFFSET()` into an inline functionAnna Henningsen
2019-08-16fs: allow int64 offset in fs.write/writeSync/fd.writeZach Bjornson
2019-08-16fs: use IsSafeJsInt instead of IsNumber for ftruncateZach Bjornson
2019-08-16fs: allow int64 offset in fs.read/readSync/fd.readZach Bjornson
2019-08-01src: allow generic C++ callables in SetImmediate()Anna Henningsen
2019-07-23module: implement "exports" proposal for CommonJSJan Krems
2019-06-14fs: add *timeNs properties to BigInt Stats objectsJoyee Cheung
2019-05-23src: remove memory_tracker-inl.h from header filesSam Roberts
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-04-27src: refactor deprecated UVException in node_file.ccgengjiawen
2019-04-26src: use predefined AliasedBuffer types in the code baseJoyee Cheung