summaryrefslogtreecommitdiff
path: root/src/node_file.cc
Commit message (Expand)AuthorAgeFilesLines
* permission: fix some vulnerabilities in fsTobias Nießen2023-03-191-34/+36
* src: move AliasedBuffer implementation to -inl.hJoyee Cheung2023-03-011-1/+1
* src,process: add permission modelRafael Gonzaga2023-02-231-2/+82
* src: per-realm binding dataChengzhong Wu2023-02-211-26/+29
* src, lib: fixup lint and format issues for DataQueue/BlobJames M Snell2023-02-191-9/+25
* fs: add statfs() functionsColin Ihrig2023-01-291-1/+75
* src: fix typo in `node_file.cc`Vadim2022-12-291-1/+1
* src: rename internal module declaration as internal bindingslegendecas2022-11-291-2/+2
* src: address coverity warning in node_file.ccMichael Dawson2022-11-241-1/+1
* fs: trace more fs apitheanarkh2022-10-261-2/+15
* src: make ReqWrap weakRafael Gonzaga2022-09-141-2/+2
* src: trace fs async apitheanarkh2022-08-281-18/+184
* src: iterate over base objects to prepare for snapshotJoyee Cheung2022-08-121-4/+8
* src: fix cppgc incompatibility in v8Shelley Vohr2022-08-091-2/+2
* src: split property helpers from node::Environmentlegendecas2022-08-021-46/+46
* src,fs: refactor duplicated code in fs.readdirDaeyeon Jeong2022-07-291-57/+25
* fs: don't end fs promises on Isolate terminationSantiago Gimeno2022-06-181-0/+5
* fs: fix mkdirSync so ENOSPC is correctly reportedSantiago Gimeno2022-04-271-0/+1
* src: fix coverity warnings in node_file.ccMichael Dawson2022-03-141-2/+2
* src: remove separate definitions for static constexpr membersAnna Henningsen2022-02-111-3/+0
* src,fs: remove `ToLocalChecked()` call from `fs::AfterMkdirp()`Darshan Sen2021-10-201-16/+11
* fs: check closing_ in FileHandle::CloseJames M Snell2021-07-221-1/+9
* fs: fix FileHandle::ClosePromise to return persisted PromiseJames M Snell2021-07-151-33/+40
* src: use SPrintF in ProcessEmitWarningDarshan Sen2021-05-251-1/+1
* src: remove commented code in `node_file.cc`Juan José Arboleda2021-05-211-2/+0
* fs: fix error when writing buffers > INT32_MAXZach Bjornson2021-05-101-2/+2
* fs: fix chown abortDarshan Sen2021-04-021-13/+12
* bootstrap: include fs module into the builtin snapshotJoyee Cheung2021-02-191-8/+96
* src: rename binding_data_name to type_name in BindingDataJoyee Cheung2021-02-081-1/+1
* src: avoid implicit type conversionsMichaël Zasso2021-02-071-16/+18
* fs: allow `position` parameter to be a `BigInt` in read and readSyncraisinten2021-01-131-2/+5
* src: reduce duplicated boilerplate with new env utility fnJames M Snell2021-01-031-14/+2
* fs: accept non-32-bit length in writeBufferraisinten2020-12-301-2/+2
* src: add missing context scopesAnna Henningsen2020-12-081-0/+2
* fs: move method definition from headerYash Ladha2020-11-291-0/+3
* src: fix v8 api deprecationJiawen Geng2020-11-151-1/+1
* src: reduced substring callsYash Ladha2020-10-111-8/+15
* src: usage of modernize-use-equals-defaultYash Ladha2020-08-231-2/+2
* src: remove unused variable in node_file.ccsapics2020-07-231-1/+1
* src: add option to track unmanaged file descriptorsAnna Henningsen2020-07-141-0/+6
* module: package "imports" fieldGuy Bedford2020-07-091-0/+1
* 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