summaryrefslogtreecommitdiff
path: root/cli/ops/fetch.rs
AgeCommit message (Expand)Author
2020-02-08refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)Bartek Iwańczuk
2020-02-03refactor: Use Tokio's single-threaded runtime (#3844)Ryan Dahl
2020-01-24s/PinnedBuf/ZeroCopyBuf (#3782)Ryan Dahl
2020-01-16perf: share http client in file fetcher (#3683)Bartek Iwańczuk
2020-01-05Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)Ry Dahl
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-31refactor: move HttpBody to cli/http_util.rs (#3569)Bartek Iwańczuk
2019-12-30upgrade: Tokio 0.2 (#3418)Bartek Iwańczuk
2019-11-16Use futures 0.3 API (#3358)Bartek Iwańczuk
2019-11-14refactor: per-worker resource table, take 2 (#3342)Bartek Iwańczuk
2019-11-13Revert "refactor: per-worker resource table (#3306)"Ryan Dahl
2019-11-13refactor: per-worker resource table (#3306)Bartek Iwańczuk
2019-11-07refactor: remove cli::resources::Resource (#3285)Bartek Iwańczuk
2019-10-11Add init methods for each op module (#3087)Ryan Dahl
2019-09-02ops/fetch: add statusText (#2851)Yoshiya Hinosawa
2019-08-30Use 'reqwest' to implement HTTP client (#2822)Bartek Iwańczuk
2019-08-26bring back json ops (#2815)Bartek Iwańczuk
2019-08-24Revert json ops (#2814)Ryan Dahl
2019-08-24port ops to JSON: compiler, errors, fetch, files (#2804)Bartek Iwańczuk
2019-08-21Organize dispatch a bit (#2796)Ryan Dahl
2019-08-14split up ops.rs (#2753)Bartek Iwańczuk