summaryrefslogtreecommitdiff
path: root/ext/fs
AgeCommit message (Expand)Author
2023-09-27chore: forward v1.37.1 release commit to main (#20706)denobot
2023-09-24refactor: rewrite more ops to op2 (#20666)Bartek Iwańczuk
2023-09-23refactor: rewrite ops to op2 macro (#20628)Bartek Iwańczuk
2023-09-191.37.0 (#20574)denobot
2023-09-13chore: bump deno_core and cargo update (#20480)Matt Mastracci
2023-09-07chore(ext/fs): port some ops to op2 (#20402)Matt Mastracci
2023-09-07feat: support import attributes (#20342)David Sherret
2023-09-01chore: forward v1.36.4 to main (#20352)Bartek Iwańczuk
2023-08-24chore: forward v1.36.3 release commit to main (#20270)denobot
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-10chore: forward v1.36.1 to main (#20119)Divy Srivastava
2023-08-08chore: rename some helpers on the Fs trait (#20097)Luca Casonato
2023-08-031.36.0 (#20036)denobot
2023-08-03feat(permissions): add "--deny-*" flags (#19070)Asher Gomez
2023-07-31refactor: update core extension api usage (#19952)Nayeem Rahman
2023-07-26fix(ext/fs): fix MaybeArc when not sync_fs (#19950)Matt Mastracci
2023-07-261.35.3 (#19947)denobot
2023-07-25perf: cache node resolution when accesing a global (#19930)Bartek Iwańczuk
2023-07-20chore: forward v1.35.2 release commit to main (#19887)denobot
2023-07-12chore: forward 1.35.1 back to main (#19814)David Sherret
2023-07-051.35.0 (#19717)denobot
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-26Revert "Reland "refactor(core): cleanup feature flags for js source i… (#19...Bartek Iwańczuk
2023-06-25Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)Nayeem Rahman
2023-06-23fix(ext/fs): fix boolean checks in JS parser (#19586)Luca Bruno
2023-06-22refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)Bartek Iwańczuk
2023-06-16chore: forward v1.34.3 release commit to main (#19526)denobot
2023-06-13Revert "refactor(core): cleanup feature flags for js source inclusion… (#19...Bartek Iwańczuk
2023-06-13refactor(core): cleanup feature flags for js source inclusion (#19463)Nayeem Rahman
2023-06-12feat: Adaptations to support OpenBSD port (#19153)VlkrS
2023-06-09chore: forward v1.34.2 release commit to main (#19434)denobot
2023-06-06refactor(core): ensureFastOps is an op-generating proxy (#19377)Matt Mastracci
2023-05-29chore: forward v1.34.1 to main (#19312)Bartek Iwańczuk
2023-05-241.34.0 (#19246)denobot
2023-05-24feat(ext/fs): add isBlockDevice, isCharDevice, isFifo, isSocket to FileInfo (...Hirotaka Tagawa / wafuwafu13
2023-05-18chore: forward v1.33.4 release commit to main (#19181)denobot
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-05-12chore: forward v1.33.3 release commit to main (#19111)denobot
2023-05-11fix(ext/fs): add more context_path (#19101)David Sherret
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-05-08refactor: prefix ops w/ crate they are defined in (#19044)Luca Casonato
2023-05-08refactor(ext/fs): `deno_fs::FileSystem` - conditional `Send + Sync` (#18993)David Sherret
2023-05-07chore: lint ext/fs/std_fs.rs (#19036)Bartek Iwańczuk
2023-05-05refactor(ext/node): combine `deno_node::Fs` with `deno_fs::FileSystem` (#18991)David Sherret
2023-05-04refactor(ext/fs): boxed deno_fs::FileSystem (#18945)David Sherret
2023-05-04chore: forward v1.33.2 release commit to main (#18990)denobot
2023-05-02chore: release extension crates, unpin tokio (#18954)Bartek Iwańczuk
2023-05-02fix(npm): canonicalize filename before returning (#18948)Bartek Iwańczuk
2023-05-01refactor: migrate async ops to generated wrappers (#18937)Bartek Iwańczuk
2023-05-01fix(core): Use primordials for methods (#18839)Kenta Moriuchi