summaryrefslogtreecommitdiff
path: root/src/ops.rs
AgeCommit message (Expand)Author
2019-03-04`use-snapshots` build option for cross compile support. (#1852)andy finch
2019-03-04Allow inspection and revocation of permissions (#1875)Simon Menke
2019-03-03Add write permissions requirement to `op_fetch_module_meta_data`. (#1874)andy finch
2019-03-01Permissions refactor (#1864)andy finch
2019-02-28Use deno_core::JSError in deno (#1855)Ryan Dahl
2019-02-18Add window.locationRyan Dahl
2019-02-18Add `seek` and implement `Seeker` on `File` (#1797)Kevin (Kun) "Kassimo" Qian
2019-02-18Rationalise compiler ops (#1740)Kitson Kelly
2019-02-15Add execPath function (#1743)Dmitry Sharshakov
2019-02-15feat: env option in run api (#1773)Yoshiya Hinosawa
2019-02-09Support scoped variables, unblock REPL async op, and REPL error colors (#1721)Kevin (Kun) "Kassimo" Qian
2019-02-08Adds deno.noColor (#1716)Ryan Dahl
2019-02-08Add --allow-read (#1689)Dmitry Sharshakov
2019-02-08fix clippy warnings (#1711)bokuweb
2019-02-02Add isTTY function (#1622)Dmitry Sharshakov
2019-02-02Compiler cleanups and minor improvements (#1656)Kitson Kelly
2019-02-02Clarify writeFile options and avoid unexpected perm modification (#1643)Kevin (Kun) "Kassimo" Qian
2019-02-02Add performance.now (#1633)Dmitry Sharshakov
2019-01-26timers: use int instead of double for timeout type (#1469)bokuweb
2019-01-17mkdir should not be recursive by default (#1530)Ryan Dahl
2019-01-15Clippy fixes (also fixes build with nightly) (#1527)Bert Belder
2019-01-14Update to rust 2018 editionAndy Hayden
2019-01-13Properly parse network addresses. (#1515)Ryan Dahl
2019-01-09Native ES modules (#1460)Ryan Dahl
2019-01-08Minimal Worker support (#1476)Ryan Dahl
2019-01-06Add deno.pid (#1464)Ryan Dahl
2019-01-03Revert "use byte array instead of string for code fetch (#1307)" (#1455)Ryan Dahl
2019-01-02Happy new year!Ryan Dahl
2018-12-21Avoid fetch segfault on empty Uri (#1394)Kevin (Kun) "Kassimo" Qian
2018-12-14remove repeative permission checks (#1350)F001
2018-12-13Fix deno.open permission check (#1336)Kevin (Kun) "Kassimo" Qian
2018-12-12Flesh out open() modes (#1282)Bartek IwaƄczuk
2018-12-12use byte array instead of string for code fetch (#1307)F001
2018-12-12readDir entry mode (#1326)Kevin (Kun) "Kassimo" Qian
2018-12-11Minor rename for CodeFetch parametersRyan Dahl
2018-12-11Replace blocking! macro by generic function (#1305)F001
2018-12-05Isolate::from_raw_ptr and other cleanups.F001
2018-12-04Remove static lifetime bound in OpCreator (#1276)F001
2018-11-30clippy fixes (#1250)Andy Hayden
2018-11-29Replace mutex by atomics (#1238)F001
2018-11-28REPL unblock event loop AND fix REPL setTimeout fire problemsKevin (Kun) "Kassimo" Qian
2018-11-16First pass at running subprocesses (#1156)Bert Belder
2018-11-16Support uploading data from fetch()Ryan Dahl
2018-11-14Support request method and headers in fetch() (#1188)Ryan Dahl
2018-11-13Support streaming response bodies from fetch()Ryan Dahl
2018-11-06Fix many of the clippy::pedantic warningsAndy Hayden
2018-11-05Add repl (#998)Andy Hayden
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