summaryrefslogtreecommitdiff
path: root/cli/ops
AgeCommit message (Expand)Author
2019-10-02feat: Add support for passing a key to Deno.env() (#2952)Jed Fox
2019-10-01use Isolate::register_op in deno_cli (#3039)Bartek Iwańczuk
2019-09-27Add Deno.hostname() (#3032)Kevin (Kun) "Kassimo" Qian
2019-09-25Handle uncaught worker errors without panicking (#3019)Kitson Kelly
2019-09-23feat: Add Deno.dialTLS()Jonathon Orsi
2019-09-20dial/listen API change (#3000)Ryan Dahl
2019-09-20js: reschedule global timer if it fires earlier than expected (#2989)Bert Belder
2019-09-15Make deno_cli installable via crates.io (#2946)Ryan Dahl
2019-09-15Rename ansi.rs to colors.rs (#2956)Tomohito Nakayama
2019-09-14feat: parallelize downloads from TS compiler (#2949)Bartek Iwańczuk
2019-09-10fix: replace bad rid panics with errors (#2870)Bartek Iwańczuk
2019-09-06Remove replacements hack in deno_typescript (#2864)Yoshiya Hinosawa
2019-09-03Handle typescript version in rust (#2855)Yoshiya Hinosawa
2019-09-02ops/fetch: add statusText (#2851)Yoshiya Hinosawa
2019-08-30Use 'reqwest' to implement HTTP client (#2822)Bartek Iwańczuk
2019-08-30Remove ts_library_builder, maintain lib.deno_runtime.d.ts by hand (#2827)Ryan Dahl
2019-08-27feat: implement Addr interface (#2821)Bartek Iwańczuk
2019-08-26Clean up various flatbuffer references (#2819)Ryan Dahl
2019-08-26Port readSync/writeSync ops to minimalRyan Dahl
2019-08-26port fs ops to JSON (#2812)Bartek Iwańczuk
2019-08-26bring back json ops (#2815)Bartek Iwańczuk
2019-08-26fix: shared queue requires aligned buffer (#2816)Bartek Iwańczuk
2019-08-24Revert json ops (#2814)Ryan Dahl
2019-08-24port more ops to JSON (#2809)Bartek Iwańczuk
2019-08-24port ops to JSON: compiler, errors, fetch, files (#2804)Bartek Iwańczuk
2019-08-24Port rest of os ops to JSON (#2802)Ryan Dahl
2019-08-22introduce JSON serialization for ops (#2799)Ryan Dahl
2019-08-21Organize dispatch a bit (#2796)Ryan Dahl
2019-08-16Revert "Remove dead code: legacy read/write ops"Ryan Dahl
2019-08-14Remove dead code: legacy read/write ops (#2776)Ryan Dahl
2019-08-14split up ops.rs (#2753)Bartek Iwańczuk