summaryrefslogtreecommitdiff
path: root/src/node_file.cc
Commit message (Expand)AuthorAgeFilesLines
* fs: implement lutimesMaël Nison2020-06-231-0/+30
* worker,fs: make FileHandle transferableAnna Henningsen2020-06-141-0/+34
* src: simplify format in node_file.cchimself652020-06-031-4/+4
* src: use const in constant args.Length()himself652020-05-251-4/+4
* esm: share package.json cache between ESM and CJS loadersKirill Shatskiy2020-05-241-18/+18
* src: use enum for refed flag on native immediatesAnna Henningsen2020-05-211-2/+2
* fs: clean up Dir.read() uv_fs_t data before calling into JSAnna Henningsen2020-05-151-7/+18
* src: retrieve binding data from the contextJoyee Cheung2020-05-061-9/+12
* src: use basename(argv0) for --trace-uncaught suggestionAnna Henningsen2020-04-151-0/+16
* src: refactor to avoid goto in node_file.ccTobias Nießen2020-04-071-3/+1
* src: move fs state out of EnvironmentAnna Henningsen2020-04-061-60/+79
* fs: add fs.readv()Sk Sajidul Kadir2020-03-301-0/+47
* src: prefer OnScopeLeave over shared_ptr<void>Anna Henningsen2020-03-201-1/+1
* src: fix warn_unused_result compiler warningcjihrig2020-03-151-2/+2
* async_hooks: avoid resource reuse by FileHandleGerhard Stoebich2020-03-111-1/+6
* src: remove unused include from node_file.ccBen Noordhuis2020-03-111-1/+0
* src: improve handling of internal field countingJames M Snell2020-03-021-5/+7
* src: prefer 3-argument Array::New()Anna Henningsen2020-02-151-17/+10
* doc,src,test: assign missing deprecation codecjihrig2020-02-091-1/+1
* fs: deprecate closing FileHandle on garbage collectionJames M Snell2020-02-041-0/+11
* fs: set path when mkdir recursive called on filebcoe2020-02-031-1/+2
* fs: return first folder made by mkdir recursivebcoe2020-01-311-12/+93
* fs: bail on permission error in recursive directory creationbcoe2020-01-261-7/+13
* fs: unset FileHandle fd after closeAnna Henningsen2020-01-181-13/+3
* src: fix performance regression in node_file.ccBen Noordhuis2020-01-151-9/+35
* fs: add missing HandleScope to FileHandle.closeAnna Henningsen2020-01-111-0/+1
* module: self resolve bug fix and esm orderingGuy Bedford2019-12-291-0/+1
* src: clean up node_file.hAnna Henningsen2019-11-301-23/+69
* module: fix for empty object in InternalModuleReadJSONGuy Bedford2019-11-081-2/+1
* fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel2019-10-081-90/+0
* module: error for CJS .js load within type: moduleGuy Bedford2019-09-191-1/+2
* src: turn `GET_OFFSET()` into an inline functionAnna Henningsen2019-09-021-4/+7
* fs: allow int64 offset in fs.write/writeSync/fd.writeZach Bjornson2019-08-161-4/+6
* fs: use IsSafeJsInt instead of IsNumber for ftruncateZach Bjornson2019-08-161-1/+1
* fs: allow int64 offset in fs.read/readSync/fd.readZach Bjornson2019-08-161-5/+7
* src: allow generic C++ callables in SetImmediate()Anna Henningsen2019-08-011-10/+8
* module: implement "exports" proposal for CommonJSJan Krems2019-07-231-1/+3
* fs: add *timeNs properties to BigInt Stats objectsJoyee Cheung2019-06-141-4/+7
* src: remove memory_tracker-inl.h from header filesSam Roberts2019-05-231-0/+1
* src: remove util-inl.h from header filesSam Roberts2019-05-131-1/+1
* src: refactor deprecated UVException in node_file.ccgengjiawen2019-04-271-3/+3
* src: use predefined AliasedBuffer types in the code baseJoyee Cheung2019-04-261-2/+2
* src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen2019-04-241-1/+1
* fs: fix infinite loop with async recursive mkdir on WindowsRichard Lau2019-04-161-16/+32
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-21/+21
* src: port coverage serialization to C++Joyee Cheung2019-04-061-2/+5
* src: store onread callback in internal fieldAnna Henningsen2019-03-261-1/+1
* src: apply clang-tidy rule modernize-use-emplacegengjiawen2019-03-211-2/+2
* src: elevate v8 namespaces for PropertyAttributegengjiawen2019-03-181-2/+5
* src: inline macro DISALLOW_COPY_AND_ASSIGNgengjiawen2019-03-171-2/+2