summaryrefslogtreecommitdiff
path: root/src/deno_dir.rs
AgeCommit message (Expand)Author
2018-11-30clippy fixes (#1250)Andy Hayden
2018-11-29Replace mutex by atomics (#1238)F001
2018-11-16Support shebangRyan Dahl
2018-11-16Simplify NotFound code.Ryan Dahl
2018-11-08Local filenames starting with 'http' shouldn't be remote. (#1167)Ryan Dahl
2018-11-06Fix many of the clippy::pedantic warningsAndy Hayden
2018-11-04Fix clippy warnings (#1149)Andy Hayden
2018-10-29Separate source map from output code.Kitson Kelly
2018-10-28Add application/x-typescript mime type supportKevin (Kun) "Kassimo" Qian
2018-10-26Add separate http/https cache dirs to DENO_DIR (#971)Kevin (Kun) "Kassimo" Qian
2018-10-23Enforce media typesKitson Kelly
2018-10-10src/http.rs -> src/http_util.rsRyan Dahl
2018-10-02Guess extensions on extension not provided (#859)Kevin (Kun) "Kassimo" Qian
2018-09-25Use lazy_static for HttpsConnectorRyan Dahl
2018-09-16Use `dirs::home_dir` to replace deprecated `std::env::home_dir`Kevin (Kun) "Kassimo" Qian
2018-09-14[fs] Enable mode for `mkdir` on unix (#746)Kevin (Kun) "Kassimo" Qian
2018-09-11Move writeFileSync to write_file.ts, add writeFile and tests (#728)Kevin (Kun) "Kassimo" Qian
2018-09-09Better NotFound error handling in CodeFetchRyan Dahl
2018-09-05Improve module resolution.Ryan Dahl
2018-08-30Support https imports.Ryan Dahl
2018-08-26Replaced read_file_sync{_string} with std::fs::read{_to_string}Aaron Power
2018-08-23Normalize windows paths.Ryan Dahl
2018-08-23First pass at HTTP importsRyan Dahl
2018-08-21Better error handling in src/handlers.rsRyan Dahl
2018-08-09Add fs::read_file_sync_stringRyan Dahl
2018-08-08Organize libdeno functions.Ryan Dahl
2018-08-08Hacky error handling for Url::from_file_path.Ryan Dahl
2018-08-02Update repo links to denoland.Ryan Dahl
2018-07-29Implement CodeCacheRyan Dahl