summaryrefslogtreecommitdiff
path: root/cli/file_fetcher.rs
AgeCommit message (Expand)Author
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-11-17chore: fix and deflake cert store fetch tests (#21241)Matt Mastracci
2023-09-07feat: support import attributes (#20342)David Sherret
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-08refactor: use deno_cache_dir crate (#20092)David Sherret
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-08-01fix: retry module download once if server errored (#17252)Bartek Iwańczuk
2023-07-08refactor: abstract away file system to be buried inside HttpCache (#19760)David Sherret
2023-07-02Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)Nayeem Rahman
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-05-21feat(unstable): add more options to Deno.createHttpClient (#17385)Leo Kettmeir
2023-05-01perf: lazily create RootCertStore (#18938)David Sherret
2023-04-23tests: update tests relying on deno.land (#18811)Leo Kettmeir
2023-04-03Revert "fix(cli): don't store blob and data urls in the module cache (#18261)...Yoshiya Hinosawa
2023-03-26fix(cli): don't store blob and data urls in the module cache (#18261)Nayeem Rahman
2023-03-23refactor: make version and user_agent &'static str (#18400)Bartek Iwańczuk
2023-03-21feat: TypeScript 5.0.2 (except decorators) (#18294)David Sherret
2023-03-13refactor: Remove call sites of "deno_core::resolve_url_or_path" (#18169)Bartek Iwańczuk
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-26refactor(lsp): fewer clones (#17551)Geert-Jan Zwiers
2023-01-25fix: support import map specified as data uri (#17531)David Sherret
2023-01-07refactor(permissions): add PermissionsContainer struct for internal mutabilit...Bartek Iwańczuk
2023-01-04chore(cli,ext,rt): remove some unnecessary `clone` or `malloc` (#17261)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-19fix: hide progress bars when showing permission prompt (#17130)David Sherret
2022-12-15fix(regression): ensure progress information is shown when downloading remote...David Sherret
2022-12-14chore: fix recent regression with `deno upgrade` not handling redirects (#17045)David Sherret
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret
2022-11-18fix(npm): use an http client with connection pool (#16705)David Sherret
2022-09-22feat(npm): add support for --reload=npm: and --reload=npm:<package> (#15972)Bartek Iwańczuk
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-09-09feat: download progress bar (#15814)Bartek Iwańczuk
2022-05-20refactor: upgrade to deno_ast 0.15 (#14680)David Sherret
2022-04-01chore(tests): use custom temp dir creation for the tests (#14153)David Sherret
2022-03-23chore: remove all `pub(crate)`s from the cli crate (#14083)David Sherret
2022-02-01refactor: integrate deno_graph breaking changes (#13495)Kitson Kelly
2022-01-24fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467)Kitson Kelly
2022-01-16fix(cli): Don't strip shebangs from modules (#13220)Andreu Botella
2022-01-10fix(coverage): don't type check (#13324)Bartek Iwańczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-22chore: update deno_graph and deno_doc (#13173)Kitson Kelly
2021-12-21feat(lsp): supply accept header when fetching registry config (#13159)Kitson Kelly
2021-12-15feat: REPL import specifier auto-completions (#13078)David Sherret
2021-12-09feat(lsp): registry suggestion cache respects cache headers (#13010)Kitson Kelly
2021-12-01refactor: cli doesn't need to depend on deno_tls (#12952)Ryan Dahl
2021-11-15refactor: clean up cli/file_fetcher.rs (#12772)Ryan Dahl
2021-11-08fix(lsp): cache unsupported import completion origins (#12661)Kitson Kelly
2021-11-01chore: upgrade deno_ast to 0.5.0 (#12595)David Sherret
2021-10-11refactor: integrate deno_graph into CLI (#12369)Kitson Kelly
2021-09-30feat(tls): custom in memory CA certificates (#12219)Luca Casonato