summaryrefslogtreecommitdiff
path: root/cli/disk_cache.rs
AgeCommit message (Expand)Author
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