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
/
deno_dir.rs
Age
Commit message (
Expand
)
Author
2020-02-19
refactor: rewrite HTTP cache for file fetcher (#4030)
Bartek Iwańczuk
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-07-31
refactor: cleanup compiler pipeline (#2686)
Bartek Iwańczuk
2019-07-31
factor out FileFetcher to separate module (#2683)
Bartek Iwańczuk
2019-07-22
save headers for all intermediate redirects (#2677)
Bartek Iwańczuk
2019-07-20
removed unnecessary implementation from SourceFileFetcher (#2670)
andy finch
2019-07-18
Remove hacky normalize_path (#2660)
Ryan Dahl
2019-07-17
Refactor DenoDir (#2636)
Bartek Iwańczuk
2019-07-11
Refactor error to use dynamic dispatch and traits
Bert Belder
2019-07-08
core: replace ModuleSpecifier::to_url() by as_url()
Bert Belder
2019-07-08
cli: refactor deno_dir to use Url instead of String
Bartek Iwańczuk
2019-06-25
Port code from Cargo and use for progress
Ryan Dahl
2019-06-24
refactor: use Path/PathBuf in deno dir (#2559)
Bartek Iwańczuk
2019-06-24
fix: prevent multiple downloads of modules (#2477)
Bartek Iwańczuk
2019-06-19
Combine CLI Errors (#2487)
Kitson Kelly
2019-05-11
Add progress bar (#2309)
Ryan Dahl
2019-05-09
fix: support relative path for whitelisting (#2317)
Kevin (Kun) "Kassimo" Qian
2019-05-08
First pass at permissions whitelist (#2129)
andy finch
2019-05-03
feat: support .mjs extension resolution (#2283)
Kevin (Kun) "Kassimo" Qian
2019-05-03
add --no-fetch CLI flag to prevent remote downloads (#2213)
Bartek Iwańczuk
2019-04-29
Add support for custom tsconfig.json (#2089)
Kitson Kelly
2019-04-17
Fix clippy warnings
Bert Belder
2019-04-13
fix absolute path resolution from remote (#2109)
Yoshiya Hinosawa
2019-04-09
Silence clippy warnings and format source code
Bert Belder
2019-04-01
Follow redirect location as new referrers for nested module imports (#2031)
Kevin (Kun) "Kassimo" Qian
2019-03-28
Merge the --recompile and --reload flags (#2003)
Ryan Dahl
2019-03-28
Clippy fixes (#2009)
Bert Belder
2019-03-20
Fix clippy errors and upgrade Rust to 1.33.0 in CI (#1945)
Ryan Dahl
2019-03-20
Add more async module loading function (#1974)
Ryan Dahl
2019-03-19
Add fetch_remote_source_async (#1972)
Ryan Dahl
2019-03-19
Move fetch_remote_source, fetch_local_source
Ryan Dahl
2019-03-19
Rename //src/ to //cli/ (#1962)
Ryan Dahl