Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-10 | src/http.rs -> src/http_util.rs | Ryan Dahl | |
So as not to conflict with http crate. | |||
2018-10-09 | Add redirect follow feature (#934) | Kevin (Kun) "Kassimo" Qian | |
2018-10-09 | Re-enable test_fetch_sync_string | Ryan Dahl | |
2018-10-02 | Guess extensions on extension not provided (#859) | Kevin (Kun) "Kassimo" Qian | |
Fixes #857 | |||
2018-09-25 | Disable test_fetch_sync_string. | Ryan Dahl | |
2018-09-25 | Make Deno multithreaded. | Ryan Dahl | |
By using the tokio default runtime. This patch makes all of the ops thread safe. Adds libdeno to JS globals to make for easier testing. Preliminary work for #733. | |||
2018-09-25 | Use lazy_static for HttpsConnector | Ryan Dahl | |
And rename net.rs to http.rs Share HTTP connection. |