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_util.rs
Age
Commit message (
Expand
)
Author
2024-10-24
fix: `.npmrc` settings not being passed to install/add command (#26473)
Marvin Hagemeister
2024-10-15
fix(install): retry downloads of registry info / tarballs (#26278)
Nathan Whitaker
2024-08-15
refactor: `version` module exports a single const struct (#25014)
Bartek Iwańczuk
2024-08-07
fix(ext/fetch): include URL and error details on fetch failures (#24910)
Yusuke Tanaka
2024-08-07
fix(upgrade): fallback to Content-Length header for progress bar (#24923)
Bartek Iwańczuk
2024-07-18
Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...
Bartek Iwańczuk
2024-07-13
Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...
Ryan Dahl
2024-07-13
refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)
Sean McArthur
2024-07-02
chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388)
Bartek Iwańczuk
2024-06-19
Revert "chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)" (#24262)
Bartek Iwańczuk
2024-06-13
chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)
Bartek Iwańczuk
2024-06-05
fix(npm): use configured auth for tarball urls instead of scope auth (#24111)
David Sherret
2024-06-03
refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)
David Sherret
2024-05-23
FUTURE: initial support for .npmrc file (#23560)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-23
feat(unstable): tar up directory with deno.json (#21228)
Bartek Iwańczuk
2023-05-21
feat(unstable): add more options to Deno.createHttpClient (#17385)
Leo Kettmeir
2023-05-01
perf: lazily create RootCertStore (#18938)
David Sherret
2023-03-15
refactor: remove usages of `map_or` / `map_or_else` (#18212)
David Sherret
2023-02-10
feat(install): follow redirects for urls with no path (#17449)
Kamil Ogórek
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-15
refactor: clean up `unwrap` and `clone` (#17282)
Yiyu Lin
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-19
fix: hide progress bars when showing permission prompt (#17130)
David Sherret
2022-12-14
chore: fix recent regression with `deno upgrade` not handling redirects (#17045)
David Sherret
2022-12-12
feat: improve download progress bar (#16984)
Bartek Iwańczuk
2022-12-09
fix: respect the `--quiet` flag in more cases (#16998)
David Sherret
2022-11-18
fix(npm): use an http client with connection pool (#16705)
David Sherret
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-09-19
chore: fix clippy warnings (#15944)
Ben Noordhuis
2022-07-30
docs: turn bare URLs into clickable links (#15347)
Mathias Lafeldt
2022-03-23
chore: remove all `pub(crate)`s from the cli crate (#14083)
David Sherret
2022-03-15
disable flakes (#13962)
Ryan Dahl
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-21
feat(lsp): supply accept header when fetching registry config (#13159)
Kitson Kelly
2021-12-09
feat(lsp): registry suggestion cache respects cache headers (#13010)
Kitson Kelly
2021-12-08
fix: upgrade swc fixing many bundling and `--no-check` bugs (#13025)
David Sherret
2021-12-01
refactor: cli doesn't need to depend on deno_tls (#12952)
Ryan Dahl
2021-11-09
feat(cli): support React 17 JSX transforms (#12631)
Kitson Kelly
2021-09-30
feat(tls): custom in memory CA certificates (#12219)
Luca Casonato
2021-08-25
feat(fetch): mTLS client certificates for fetch() (#11721)
Sean Michael Wykes
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-08-09
chore: remove windows-only compiler warning in http_util.rs (#11623)
David Sherret
2021-08-09
feat: Add --unsafely-treat-insecure-origin-as-secure flag to disable SSL veri...
TheAifam5
2021-08-07
feat(tls): Optionally support loading native certs (#11491)
Justin Chase
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-02-16
feat(cli): support auth tokens for accessing private modules (#9508)
Kitson Kelly
2021-02-03
fix: improve http client builder error message (#9380)
Ben Noordhuis
2021-02-02
chore: remove std directory (#9361)
Casper Beyer
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
[next]