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
/
http_cache.rs
Age
Commit message (
Expand
)
Author
2022-04-01
chore(tests): use custom temp dir creation for the tests (#14153)
David Sherret
2022-03-23
chore: remove all `pub(crate)`s from the cli crate (#14083)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-09
feat(lsp): registry suggestion cache respects cache headers (#13010)
Kitson Kelly
2021-10-29
refactor(lsp): use deno_graph and single document struct (#12535)
Kitson Kelly
2021-09-05
fix(doc): fix rustdoc bare_urls warning (#11921)
Feng Yu
2021-07-30
chore: upgrade Rust to 1.54.0 (#11554)
Yusuke Tanaka
2021-04-07
feat: blob URL support (#10045)
Luca Casonato
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-02-26
chore(cli/runtime): use re-export serde from deno_core (#9599)
Kitson Kelly
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
2020-12-18
fix: atomically write files to $DENO_DIR (#8822)
Luca Casonato
2020-12-07
feat: add mvp language server (#8515)
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-12
chore(cli): remove dead code (#7941)
Kitson Kelly
2020-09-21
refactor: use futures and serde_json from deno_core (#7614)
Bartek Iwańczuk
2020-09-16
Re-export deno_core::url (#7525)
Ryan Dahl
2020-09-16
Remove unnecessary serde_derive dependency
Ryan Dahl
2020-09-16
Revert "fix(cli/http_utils): accept a single key-multiple values headers (#73...
Bartek Iwańczuk
2020-09-15
fix(cli/http_utils): accept a single key-multiple values headers (#7375)
tokiedokie
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-15
chore: fix clippy warnings (#7476)
Bert Belder
2020-08-10
Remove unnecessary drop calls (#7007)
Ryan Dahl
2020-06-29
refactor: util functions take slices instead of heap values (#6547)
Valentin Anger
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-02-28
http_cache: change .headers.json to .metadata.json (#4175)
Ryan Dahl
2020-02-19
refactor: rewrite HTTP cache for file fetcher (#4030)
Bartek Iwańczuk