summaryrefslogtreecommitdiff
path: root/cli/ops/os.rs
AgeCommit message (Expand)Author
2020-09-16Re-export deno_core::url (#7525)Ryan Dahl
2020-09-16Remove unnecessary serde_derive dependencyRyan Dahl
2020-09-15refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)Bert Belder
2020-09-10Use gotham-like state for ops (#7385)Ryan Dahl
2020-09-10feat(unstable): Add Deno.systemMemoryInfo() (#7350)Akshat Agarwal
2020-09-06Move JSON ops to deno_core (#7336)Bert Belder
2020-08-28refactor: migrate ops to new dispatch wrapper (#7118)Bartek Iwańczuk
2020-08-26refactor: remove OpError, use ErrBox everywhere (#7187)Bert Belder
2020-08-19Make Rc/Arc wrapper around State/GlobalState visible (#7104)Bert Belder
2020-06-20Remove Deno.dir and dirs dependency (#6385)Ryan Dahl
2020-06-12Revert "feat: add Deno.osName()" (#6261)Ryan Dahl
2020-06-11feat: add Deno.osName() (#5714)Rubin Bhandari
2020-06-09feat(cli): Add Deno.env.delete() (#5859)Tuan Le
2020-06-01feat(core): Ops can take several zero copy buffers (#4788)Valentin Anger
2020-05-29fix(cli/permissions): Fix CWD and exec path leaks (#5642)Nayeem Rahman
2020-05-09BREAKING: make Deno.hostname unstable (#5108)Ryan Dahl
2020-05-06BREAKING: execPath should require allow-read (#5109)Ryan Dahl
2020-04-27loadavg and osRelease made unstable (#4938)Ryan Dahl
2020-04-27Make Deno.dir unstable (#4924)Ryan Dahl
2020-04-23Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)Ryan Dahl
2020-04-03clippy (#4618)Kitson Kelly
2020-03-01feat(std/node): add os.tmpdir() implementation (#4213)ecyrbe
2020-02-26tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958)Kevin (Kun) "Kassimo" Qian
2020-02-25Clean up how we use opIds (#4118)Ryan Dahl
2020-02-24Add missing node os.release() implementation (#4065)ecyrbe
2020-02-23refactor: use OpError instead of ErrBox for errors in ops (#4058)Bartek Iwańczuk
2020-02-22feat(std/node): add os.loadavg() (#4075)ecyrbe
2020-02-08refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)Bartek Iwańczuk
2020-01-27refactor: isomorphic snapshot for CLI (#3728)Bartek Iwańczuk
2020-01-24s/PinnedBuf/ZeroCopyBuf (#3782)Ryan Dahl
2020-01-09feat: Deno.args now does not include script (#3628)Ry Dahl
2020-01-05Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)Ry Dahl
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-21feat: Add Deno.dir("executable") (#3526)Nayeem Rahman
2019-12-18Reduce all directory functions to Deno.dir() (#3518)Ry Dahl
2019-12-15Feat: Add more dir APIs for Deno (#3491)Axetroy
2019-12-03remove duplicated argv member from ThreadSafeGlobalState (#3433)Ry Dahl
2019-11-04Refactor Worker and ThreadSafeState (#3242)Bartek Iwańczuk
2019-10-11Add init methods for each op module (#3087)Ryan Dahl
2019-10-04Use xeval from deno_std (#3058)Nayeem Rahman
2019-10-02feat: Add support for passing a key to Deno.env() (#2952)Jed Fox
2019-09-27Add Deno.hostname() (#3032)Kevin (Kun) "Kassimo" Qian
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-06Remove replacements hack in deno_typescript (#2864)Yoshiya Hinosawa
2019-09-03Handle typescript version in rust (#2855)Yoshiya Hinosawa
2019-08-26bring back json ops (#2815)Bartek Iwańczuk
2019-08-24Revert json ops (#2814)Ryan Dahl
2019-08-24Port rest of os ops to JSON (#2802)Ryan Dahl
2019-08-22introduce JSON serialization for ops (#2799)Ryan Dahl