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
/
file_fetcher.rs
Age
Commit message (
Expand
)
Author
2023-01-07
refactor(permissions): add PermissionsContainer struct for internal mutabilit...
Bartek Iwańczuk
2023-01-04
chore(cli,ext,rt): remove some unnecessary `clone` or `malloc` (#17261)
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-15
fix(regression): ensure progress information is shown when downloading remote...
David Sherret
2022-12-14
chore: fix recent regression with `deno upgrade` not handling redirects (#17045)
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-11-18
fix(npm): use an http client with connection pool (#16705)
David Sherret
2022-09-22
feat(npm): add support for --reload=npm: and --reload=npm:<package> (#15972)
Bartek Iwańczuk
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-09-09
feat: download progress bar (#15814)
Bartek Iwańczuk
2022-05-20
refactor: upgrade to deno_ast 0.15 (#14680)
David Sherret
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-02-01
refactor: integrate deno_graph breaking changes (#13495)
Kitson Kelly
2022-01-24
fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467)
Kitson Kelly
2022-01-16
fix(cli): Don't strip shebangs from modules (#13220)
Andreu Botella
2022-01-10
fix(coverage): don't type check (#13324)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-22
chore: update deno_graph and deno_doc (#13173)
Kitson Kelly
2021-12-21
feat(lsp): supply accept header when fetching registry config (#13159)
Kitson Kelly
2021-12-15
feat: REPL import specifier auto-completions (#13078)
David Sherret
2021-12-09
feat(lsp): registry suggestion cache respects cache headers (#13010)
Kitson Kelly
2021-12-01
refactor: cli doesn't need to depend on deno_tls (#12952)
Ryan Dahl
2021-11-15
refactor: clean up cli/file_fetcher.rs (#12772)
Ryan Dahl
2021-11-08
fix(lsp): cache unsupported import completion origins (#12661)
Kitson Kelly
2021-11-01
chore: upgrade deno_ast to 0.5.0 (#12595)
David Sherret
2021-10-11
refactor: integrate deno_graph into CLI (#12369)
Kitson Kelly
2021-09-30
feat(tls): custom in memory CA certificates (#12219)
Luca Casonato
2021-09-25
refactor: Remove unused code (#12210)
Ryan Dahl
2021-09-13
fix(lsp): support data urls in `deno.importMap` option (#11397)
Satya Rohith
2021-09-07
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
David Sherret
2021-09-02
chore: upgrade crates (#11894)
Bartek Iwańczuk
2021-08-25
feat(fetch): mTLS client certificates for fetch() (#11721)
Sean Michael Wykes
2021-08-14
cleanup(ext/web/BlobStore): avoid redundant Arc<Box<T>> alloc (#11693)
Aaron O'Mullan
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-08-10
refactor: --unsafely-ignore-certificate-errors (#11629)
Bartek Iwańczuk
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-07-30
chore: upgrade Rust to 1.54.0 (#11554)
Yusuke Tanaka
2021-07-06
chore: use parking_lot for synchronization primitives to align with tokio (#1...
David Sherret
2021-07-05
refactor: asynchronous blob backing store (#10969)
Jimmy Wärting
2021-06-10
refactor: merge deno_file crate into deno_web (#10914)
Bartek Iwańczuk
2021-06-05
feat(cli/compile): Support data uri dynamic imports in `deno compile` (#9936)
Divy Srivastava
2021-06-02
fix(#10815): lsp only responds to formatting for md, json, jsonc (#10816)
Kitson Kelly
2021-05-13
fix(cli): ignore x-typescript-types header when media type is not js/jsx (#10...
Yoshiya Hinosawa
2021-04-23
refactor: use 'data-url' crate to process data URLs in lsp & file_fetcher (#1...
Satya Rohith
2021-04-12
feat(runtime/permissions): prompt fallback (#9376)
crowlKats
2021-04-11
feat: blob URL support in fetch (#10120)
Luca Casonato
2021-04-09
feat(lsp): add registry import auto-complete (#9934)
Kitson Kelly
[next]