index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
fs
Age
Commit message (
Expand
)
Author
2024-09-28
refactor: move NpmCacheDir to deno_cache_dir (#25916)
David Sherret
2024-09-28
refactor: use deno_path_util (#25918)
David Sherret
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-09-12
refactor: cleanup unstable checks for WebGPU, FFI and FS APIs (#25586)
Asher Gomez
2024-09-11
BREAKING(fs): remove `Deno.FsFile.prototype.rid` (#25499)
Asher Gomez
2024-09-10
fix: linux canonicalization checks (#24641)
snek
2024-09-10
feat(cli): use NotCapable error for permission errors (#25431)
Luca Casonato
2024-09-09
BREAKING(fs): remove `Deno.fsync[Sync]()` (#25448)
Asher Gomez
2024-09-09
BREAKING(fs): remove `Deno.fdatasync[Sync]()` (#25520)
Asher Gomez
2024-09-06
fix(runtime): use more null proto objects again (#25040)
Kenta Moriuchi
2024-09-06
BREAKING(fs): disallow `new Deno.FsFile()` (#25478)
Asher Gomez
2024-09-05
BREAKING(fs): remove `Deno.funlock[Sync]()` (#25442)
Asher Gomez
2024-09-05
BREAKING(fs): remove `Deno.seek[Sync]()` (#25449)
Asher Gomez
2024-09-05
BREAKING(fs): remove `Deno.File` (#25447)
Asher Gomez
2024-09-04
chore: forward v1.46.3 release commit to main (#25425)
denobot
2024-09-04
BREAKING(fs): remove `Deno.ftruncate[Sync]()` (#25412)
Asher Gomez
2024-09-04
BREAKING(fs): remove `Deno.fstat[Sync]()` (#25351)
Asher Gomez
2024-09-03
chore(fs): remove `Deno.flock[Sync]()` (#25350)
Asher Gomez
2024-08-31
chore(fs): remove `Deno.futime[Sync]()` (#25252)
Asher Gomez
2024-08-29
chore: forward v1.46.2 release commit to main (#25296)
denobot
2024-08-22
chore: forward v1.46.1 release commit to main (#25155)
denobot
2024-08-22
1.46.0 (#25139)
denobot
2024-08-20
fix(cli): update permission prompt message for compiled binaries (#24081)
Yazan AbdAl-Rahman
2024-08-19
fix: add permission name when accessing a special file errors (#25085)
Bedis Nbiba
2024-07-31
chore: forward v1.45.5 release commit to main (#24818)
denobot
2024-07-26
chore: forward v1.45.4 release commit to main (#24754)
denobot
2024-07-25
refactor: decouple node resolution from deno_core (#24724)
David Sherret
2024-07-23
refactor: update to use deno_package_json (#24688)
David Sherret
2024-07-23
chore: forward v1.45.3 release commit to main (#24681)
denobot
2024-07-17
fix(ext/node): stat.mode on windows (#24434)
Divy Srivastava
2024-07-17
perf(ext/node): optimize fs.exists[Sync] (#24613)
Divy Srivastava
2024-07-12
chore: forward v1.45.2 release commit to main (#24564)
denobot
2024-07-12
chore: forward v1.45.1 release commit to main (#24540)
denobot
2024-07-11
1.45.0 (#24512)
denobot
2024-07-09
refactor: use concrete error types for node resolution (#24470)
David Sherret
2024-07-05
refactor: move `FileCollector` to deno_config (#24433)
David Sherret
2024-07-05
fix(node): Implement `fs.lchown` (and `process.getegid`) (#24418)
Nathan Whitaker
2024-07-04
fix: revert accidentally added `parentPath` on `DirEntry` (#24438)
David Sherret
2024-07-02
fix(ext/node): Add `fs.lutimes` / `fs.lutimesSync` (#23172)
Nathan Whitaker
2024-06-26
refactor: move PackageJson to deno_config (#24348)
David Sherret
2024-06-19
chore: forward v1.44.4 release commit to main (#24271)
denobot
2024-06-19
fix(ext/node): Add Dirent.path and Dirent.parentPath (#24257)
Divy Srivastava
2024-06-19
chore: forward v1.44.3 release commit to main (#24256)
denobot
2024-06-13
chore: forward v1.44.2 release commit to main (#24194)
denobot
2024-06-08
fix(ext/node): lossy UTF-8 read node_modules files (#24140)
Luca Casonato
2024-06-06
refactor: remove `PermissionsContainer` in deno_runtime (#24119)
David Sherret
2024-06-06
chore: forward v1.44.1 release commit to main (#24115)
denobot
2024-05-30
1.44.0 (#24045)
denobot
2024-05-28
fix(ext/fs): truncate files when a ReadableStream is passed to writeFile (#23...
charlotte ✨
2024-05-23
feat(ext/fs): stabilize `Deno.FsFile.unlock[Sync]()` and `Deno.FsFile.lock[Sy...
Asher Gomez
[next]