Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-30 | Support https imports. | Ryan Dahl | |
Adds hyper-rustls to the build. Use ring for sha1 instead of "ssh1" crate. Fixes #528. | |||
2018-08-26 | Replaced read_file_sync{_string} with std::fs::read{_to_string} | Aaron Power | |
2018-08-23 | Normalize windows paths. | Ryan Dahl | |
Add resolve_module test | |||
2018-08-23 | First pass at HTTP imports | Ryan Dahl | |
Implement --reload Integrate hyper errors into DenoError In collaboration with Tommy Savaria <tommy.savaria@protonmail.ch> | |||
2018-08-21 | Better error handling in src/handlers.rs | Ryan Dahl | |
Introduces error codes that are shared between JS/RS Fixes #526. | |||
2018-08-09 | Add fs::read_file_sync_string | Ryan Dahl | |
2018-08-08 | Organize libdeno functions. | Ryan Dahl | |
2018-08-08 | Hacky error handling for Url::from_file_path. | Ryan Dahl | |
2018-08-02 | Update repo links to denoland. | Ryan Dahl | |
2018-07-29 | Implement CodeCache | Ryan Dahl | |