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