summaryrefslogtreecommitdiff
path: root/src/ops.rs
AgeCommit message (Expand)Author
2018-11-04Fix clippy warnings (#1149)Andy Hayden
2018-11-02Rename EnvPair to KeyValue.Ryan Dahl
2018-10-30Rename FetchReq op to Fetch.Ryan Dahl
2018-10-30Add resources op (#1119)Bartek Iwańczuk
2018-10-29Separate source map from output code.Kitson Kelly
2018-10-27Ergonomics: Prompt TTY for permission escalation (#1081)Ryan Dahl
2018-10-26Add chmod/chmodSync on unix (and fix Cargo.toml) (#1088)Kevin (Kun) "Kassimo" Qian
2018-10-26Support https in fetch.Ryan Dahl
2018-10-23Enforce media typesKitson Kelly
2018-10-20Optimization: eager acceptRyan Dahl
2018-10-20Optimization: eager writeRyan Dahl
2018-10-20Optimization: eager readRyan Dahl
2018-10-20Allow partial writes.Ryan Dahl
2018-10-19Sort ops.Ryan Dahl
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-17Optimization: Reuse ArrayBuffer during serialization.Ryan Dahl
2018-10-17Fix a bug that copyFile reports different error codesJinho Bang
2018-10-16FormatRyan Dahl
2018-10-15`deno -v` should report typescript versionJinho Bang
2018-10-13Add cwd() and chdir() (#907)Shiva Prasanth
2018-10-11Add support for --typesKitson Kelly
2018-10-11Add deno.metrics()Bartek Iwańczuk
2018-10-10Rename BadFileDescriptorJ2P
2018-10-06docs: fix urls in commentsYoshiya Hinosawa
2018-10-06Fix symlink error messageKevin (Kun) "Kassimo" Qian
2018-10-05Replace panic with error on windows for symlinkKevin (Kun) "Kassimo" Qian
2018-10-05Clean up helpers in src/errors.rsRyan Dahl
2018-10-05Implement closeRead/closeWrite using TcpStream::shutdown (#903)Kevin (Kun) "Kassimo" Qian
2018-10-04Use underscores in filenames.Ryan Dahl
2018-10-04Rename flatbuffer base.msg to base.innerRyan Dahl
2018-10-04Rename msg_from_js() to dispatch().Ryan Dahl
2018-10-04Rename handler.rs to ops.rsRyan Dahl