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
2021-01-06
feat(cli): support data urls (#8866)
Kitson Kelly
2021-01-05
feat(cli/standalone): support runtime flags for deno compile (#8738)
Nayeem Rahman
2021-01-04
BREAKING(unstable): remove CreateHttpClientOptions.caFile (#8928)
Mo
2020-12-30
feat(lsp): add cache command (#8911)
Kitson Kelly
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk
2020-12-12
refactor(cli): more options on Worker (#8724)
Bartek Iwańczuk
2020-12-10
fix(lsp): only resolve sources with supported schemas (#8696)
Kitson Kelly
2020-12-07
feat: add mvp language server (#8515)
Kitson Kelly
2020-11-16
fix(cli): local sources are not cached in memory (#8328)
Kitson Kelly
2020-11-13
refactor(cli+core): various cleanups in Rust (#8336)
KNnut
2020-11-06
refactor(cli): refactor file_fetcher (#8245)
Kitson Kelly
2020-10-23
refactor(cli): migrate run and cache to new infrastructure (#7996)
Kitson Kelly
2020-10-16
fix(cli): ModuleGraph2 properly handles redirects (#7981)
Kitson Kelly
2020-10-07
refactor(cli): remove TextDocument (#7850)
Kitson Kelly
2020-09-25
refactor: new module graph used for no check (#7621)
Kitson Kelly
2020-09-21
refactor: use futures and serde_json from deno_core (#7614)
Bartek Iwańczuk
2020-09-18
Use reqwest from deno_fetch export (#7562)
Ryan Dahl
2020-09-16
Re-export deno_core::url (#7525)
Ryan Dahl
2020-09-16
Revert "fix(cli/http_utils): accept a single key-multiple values headers (#73...
Bartek Iwańczuk
2020-09-15
cli/msg.rs -> cli/media_type.rs
Ryan Dahl
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-14
refactor: use ParsedModule and improve MediaTypes enum (#7456)
Kitson Kelly
2020-09-12
Revert "feat(unstable): Support data: urls (#5157)" (#7432)
Bartek Iwańczuk
2020-09-11
feat(unstable): Support data: urls (#5157)
Valentin Anger
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-08-26
refactor: remove OpError, use ErrBox everywhere (#7187)
Bert Belder
2020-08-19
Make Rc/Arc wrapper around State/GlobalState visible (#7104)
Bert Belder
2020-08-10
Remove unnecessary drop calls (#7007)
Ryan Dahl
2020-08-03
fix(cli): add support for non-UTF8 source files (#6789)
Maayan Hanin
2020-07-23
Rename cli/js2 to cli/rt (#6857)
Ryan Dahl
2020-07-19
Port internal TS code to JS (#6793)
Bartek Iwańczuk
2020-06-29
refactor: util functions take slices instead of heap values (#6547)
Valentin Anger
2020-06-24
Clean up some fetch_remote_source tets (#6446)
Ryan Dahl
2020-06-19
refactor(compiler): split code paths for compile and bundle (#6304)
Bartek Iwańczuk
2020-06-18
chore(test): move testing utilities to test_util crate (#6360)
Bartek Iwańczuk
2020-06-15
fix(cache): apply redirection limit for cached files (#6308)
Bartek Iwańczuk
2020-06-13
Move to allowlist and blocklist (#6282)
Luca Casonato
2020-06-10
fix: handle @deno-types in export {} (#6202)
Bartek Iwańczuk
2020-05-31
fix: media type for .cjs and application/node (#6005)
Bartek Iwańczuk
2020-05-20
refactor: reorganize TS compiler (#5603)
Bartek Iwańczuk
2020-05-18
refactor: rewrite TS dependency analysis in Rust (#5029)
Bartek Iwańczuk
2020-05-11
refactor: check permissions in SourceFileFetcher (#5011)
Bartek Iwańczuk
2020-05-07
fix(imports): fix panic on unsupported scheme (#5131)
Bartek Iwańczuk
2020-05-07
fix(deno_dir): better error message (#5120)
Yoshiya Hinosawa
2020-04-15
remove calls to futures::executor::block_on (#4760)
Bartek Iwańczuk
2020-04-03
clippy (#4618)
Kitson Kelly
2020-03-10
Add global "quiet" flag (#4135)
Florian Häglsperger
2020-03-06
Add content type for wasm, fix encoding in wasm test fixture (#4269)
Aurélien Bertron
2020-02-28
http_cache: change .headers.json to .metadata.json (#4175)
Ryan Dahl
[prev]
[next]