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
/
cli
/
disk_cache.rs
Age
Commit message (
Expand
)
Author
2022-04-01
chore(tests): use custom temp dir creation for the tests (#14153)
David Sherret
2022-02-24
chore: upgrade to Rust 1.59 (#13767)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-07-30
chore: upgrade Rust to 1.54.0 (#11554)
Yusuke Tanaka
2021-06-17
chore: upgrade Rust to 1.53.0 (#11021)
Yusuke Tanaka
2021-04-07
feat: blob URL support (#10045)
Luca Casonato
2021-02-15
fix(lsp): handle cached type dependencies properly (#9500)
Kitson Kelly
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-06
feat(cli): support data urls (#8866)
Kitson Kelly
2021-01-04
fix: panic on invalid file:// module specifier (#8964)
Maayan Hanin
2020-12-18
fix: atomically write files to $DENO_DIR (#8822)
Luca Casonato
2020-12-15
fix(cli): make dynamic import errors catchable (#8750)
Kitson Kelly
2020-11-16
refactor(cli): rename fs module to fs_util (#8380)
Bartek Iwańczuk
2020-10-26
fix: Use -rw-r--r-- for cache files (#8132)
Ryan Dahl
2020-10-23
refactor(cli): migrate run and cache to new infrastructure (#7996)
Kitson Kelly
2020-10-12
chore(cli): remove dead code (#7941)
Kitson Kelly
2020-09-21
chore: add copyright (#7593)
tokiedokie
2020-09-16
Re-export deno_core::url (#7525)
Ryan Dahl
2020-09-12
Revert "feat(unstable): Support data: urls (#5157)" (#7432)
Bartek Iwańczuk
2020-09-11
feat(unstable): Support data: urls (#5157)
Valentin Anger
2020-08-03
feat: hash file names in gen cache (#6911)
Luca Casonato
2020-06-26
fix(cli/disk_cache): Support UNC paths in the typescript DiskCache (#6495)
Andrey Filatkin
2020-06-11
fix: WebAssembly runtime error propagation (#6137)
Casper Beyer
2020-05-24
fix: create HTTP cache lazily (#5795)
Bartek Iwańczuk
2020-05-15
fix: panic if $DENO_DIR is a relative path (#5375)
Bartek Iwańczuk
2020-05-07
fix(deno_dir): better error message (#5120)
Yoshiya Hinosawa
2020-04-06
fix: test_create_cache_if_dir_not_exit (#4636)
Yusuke Sakurai
2020-04-03
on init create disk_cache directory if it doesn't already exists (#4617)
Lorran Rosa
2020-01-24
Do not panic and improve error message on cache failure (#3784)
Kevin (Kun) "Kassimo" Qian
2020-01-04
Use async at places, use &self instead of self: &Self (#3594)
Gurwinder Singh
2019-08-12
fix: cache paths on Windows are broken (#2760)
Bartek Iwańczuk
2019-07-31
refactor: cleanup compiler pipeline (#2686)
Bartek Iwańczuk
2019-07-17
Refactor DenoDir (#2636)
Bartek Iwańczuk