summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2018-11-04Fix clippy warnings (#1149)Andy Hayden
2018-11-03third_party: add tokio-process Rust crate and its dependenciesBert Belder
2018-11-02Rename EnvPair to KeyValue.Ryan Dahl
2018-10-31Support cargo check (#1128)Ryan Dahl
2018-10-31Better output on panic (#1129)Joseph
2018-10-31Upgrade Flatbuffers. (#1127)Ryan Dahl
2018-10-27Minor sorting not handled by format.Ryan Dahl
2018-10-27Ergonomics: Prompt TTY for permission escalation (#1081)Ryan Dahl
2018-10-24libdeno: deno_new should take a snapshot parameter.Ryan Dahl
2018-10-24Move eager functions into eager_unix.rsBert Belder
2018-10-23Switch to getopts for flag parsing (#1080)Kevin (Kun) "Kassimo" Qian
2018-10-20Allow partial writes.Ryan Dahl
2018-10-15Exit cleanly on unrecognized arguments (#990)Andy Hayden
2018-10-10src/http.rs -> src/http_util.rsRyan Dahl
2018-10-05Always die on panic.Ryan Dahl
2018-10-04Rename msg_from_js() to dispatch().Ryan Dahl
2018-10-04Rename handler.rs to ops.rsRyan Dahl
2018-10-03First pass at support for TCP servers and clients. (#884)Ryan Dahl
2018-10-01Rename FdTable to ResourceTable.Ryan Dahl
2018-09-28Adds basic File I/O and FD table.Ryan Dahl
2018-09-26Use the thread pool for blocking I/ORyan Dahl
2018-09-25Make Deno multithreaded.Ryan Dahl
2018-09-25Use lazy_static for HttpsConnectorRyan Dahl
2018-09-25Clean up flags.Ryan Dahl
2018-09-17Rename Deno to Isolate and move to own file.Ryan Dahl
2018-09-16Use `dirs::home_dir` to replace deprecated `std::env::home_dir`Kevin (Kun) "Kassimo" Qian
2018-09-12Add remove(), removeAll().Kevin (Kun) "Kassimo" Qian
2018-09-09Remove namespace from src/msg.fbsRyan Dahl
2018-09-05Rename src/binding.rs -> src/libdeno.rsRyan Dahl
2018-09-02Log level code refactoringJ2P
2018-08-30Support https imports.Ryan Dahl
2018-08-30Downgrading tokio to registry version.Ryan Dahl
2018-08-29Implement makeTempDirSync()Bert Belder
2018-08-23First pass at HTTP importsRyan Dahl
2018-08-21Better error handling in src/handlers.rsRyan Dahl
2018-08-20First pass at fetch()Ryan Dahl
2018-08-17Command line flag parsing (#524)Ryan Dahl
2018-08-16Implement deno_handle_msg_from_js in RustRyan Dahl
2018-08-09Change Deno::new to return an owned BoxRobby Madruga
2018-08-09First pass at setTimeout with Tokio (#434)Ryan Dahl
2018-08-08Fix rust logger.Ryan Dahl
2018-07-29Implement CodeCacheRyan Dahl
2018-07-29Add sha1 and tempfile crates.Ryan Dahl
2018-07-29Add from_c() to get a Deno object from ptr.Ryan Dahl
2018-07-29Implement a logger so we can get logging output.Ryan Dahl
2018-07-25Add --v8-options flag (#405)robbym
2018-07-24Remove handlers crate target.Ryan Dahl
2018-07-20Use 2 space indent.Ryan Dahl
2018-07-20Wrap rust at 80 columns.Ryan Dahl
2018-07-19cleanup: Move C extern code to src/binding.rsRyan Dahl