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
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
2020-02-28
Support TypeScript eval through `deno eval -T` flag (#4141)
Kevin (Kun) "Kassimo" Qian
2020-02-28
fetch_cached_remote_source support redirect URL without base (#4099)
Kevin (Kun) "Kassimo" Qian
2020-02-25
Remove _async from method names since _sync are gone (#4128)
Ryan Dahl
2020-02-23
refactor: use OpError instead of ErrBox for errors in ops (#4058)
Bartek Iwańczuk
2020-02-21
refactor: remove unneeded ErrorKinds (#3936)
Bartek Iwańczuk
2020-02-19
refactor: rewrite file_fetcher to use async fns, lift blocking call (#4037)
Bartek Iwańczuk
2020-02-19
refactor: rewrite HTTP cache for file fetcher (#4030)
Bartek Iwańczuk
2020-02-19
Support loading additional TS lib files (#3863)
Kitson Kelly
2020-02-18
refactor: cleanup cli/lib.rs (#4006)
Bartek Iwańczuk
2020-02-17
feat: add --cert flag for http client (#3972)
geoFlux
2020-02-12
fix: Correctly determine a --cached-only error (#3979)
Nayeem Rahman
2020-02-04
Do not encode files loaded from network as utf8 (#3856)
Tilman Roeder
2020-02-03
Use tokio::test for some of cli's unit tests (#3868)
Ryan Dahl
2020-02-02
Remove //tests symlink (#3849)
Luka Hartwig
2020-01-26
Improve support of type definitions (#3755)
Kitson Kelly
2020-01-26
fix clippy warnings (#3798)
Ben Noordhuis
2020-01-24
Do not panic and improve error message on cache failure (#3784)
Kevin (Kun) "Kassimo" Qian
2020-01-20
refactor: reduce number of ErrorKind variants (#3662)
Bartek Iwańczuk
2020-01-16
perf: share http client in file fetcher (#3683)
Bartek Iwańczuk
2020-01-11
Add gzip, brotli and ETag support for file fetcher (#3597)
EnokMan
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2020-01-04
Use async at places, use &self instead of self: &Self (#3594)
Gurwinder Singh
2020-01-02
Happy new year! (#3578)
Ry Dahl
2020-01-01
cleanup after tokio upgrade (#3571)
Gurwinder Singh
[next]