Age | Commit message (Expand) | Author |
2020-10-12 | chore(cli): remove dead code (#7941) | Kitson Kelly |
2020-09-21 | refactor: use futures and serde_json from deno_core (#7614) | Bartek Iwańczuk |
2020-09-21 | chore: add copyright (#7593) | tokiedokie |
2020-09-16 | Remove unnecessary extern statements | Ryan Dahl |
2020-09-15 | refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) | Bert Belder |
2020-09-10 | Use gotham-like state for ops (#7385) | Ryan Dahl |
2020-09-06 | Move JSON ops to deno_core (#7336) | Bert Belder |
2020-08-26 | Remove some more unnecessary 'to_string()' calls (#7190) | Bert Belder |
2020-08-26 | refactor: remove OpError, use ErrBox everywhere (#7187) | Bert Belder |
2020-08-19 | Make Rc/Arc wrapper around State/GlobalState visible (#7104) | Bert Belder |
2020-07-09 | fix(cli): panic when stdio is null on windows (#6528) | Maayan Hanin |
2020-06-09 | fix: Deno.readSync on stdin (#6126) | Casper Beyer |
2020-06-01 | feat(core): Ops can take several zero copy buffers (#4788) | Valentin Anger |
2020-05-29 | refactor: Split isolate and state using safe get_slot() (#5929) | Ryan Dahl |
2020-04-23 | Rename deno_core::Isolate to deno_core::CoreIsolate (#4851) | Ryan Dahl |
2020-04-21 | Move resource_table from deno::State to deno_core::Isolate (#4834) | Ryan Dahl |
2020-04-18 | feat: startTLS (#4773) | EnokMan |
2020-04-15 | Make writeSync, readSync, seekSync, openSync, isatty proper synchronous sysca... | Ryan Dahl |
2020-03-23 | feat: Support Unix Domain Sockets (#4176) | João Souto |
2020-03-16 | refactor: remove an unsafe and some boxing (#4398) | Gurwinder Singh |
2020-03-11 | Add waker to StreamResource to fix hang on close bugs (#4293) | João Souto |
2020-03-05 | Allow BadResource errors to take a custom message (#4251) | Ryan Dahl |
2020-02-26 | remove Read/Write futures, use poll_fn instead (#4150) | Bartek Iwańczuk |
2020-02-26 | tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958) | Kevin (Kun) "Kassimo" Qian |
2020-02-25 | Clean up how we use opIds (#4118) | Ryan Dahl |
2020-02-23 | refactor: use OpError instead of ErrBox for errors in ops (#4058) | Bartek Iwańczuk |
2020-02-08 | refactor: rename ThreadSafeState, use RefCell for mutable state (#3931) | Bartek Iwańczuk |
2020-02-07 | Add blanket impl for the 'Resource' trait (#3903) | Bert Belder |
2020-02-03 | refactor: Use Tokio's single-threaded runtime (#3844) | Ryan Dahl |
2020-01-24 | s/PinnedBuf/ZeroCopyBuf (#3782) | Ryan Dahl |
2020-01-05 | Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600) | Ry Dahl |
2020-01-02 | Remove unnecessary use of Pin, use ready! (#3576) | Gurwinder Singh |
2019-12-31 | refactor: move HttpBody to cli/http_util.rs (#3569) | Bartek Iwańczuk |
2019-12-30 | upgrade: Tokio 0.2 (#3418) | Bartek Iwańczuk |
2019-11-16 | Use futures 0.3 API (#3358) | Bartek Iwańczuk |
2019-11-14 | refactor: per-worker resource table, take 2 (#3342) | Bartek Iwańczuk |
2019-11-13 | Revert "refactor: per-worker resource table (#3306)" | Ryan Dahl |
2019-11-13 | refactor: per-worker resource table (#3306) | Bartek Iwańczuk |
2019-11-07 | refactor: remove cli::resources::Resource (#3285) | Bartek Iwańczuk |
2019-10-11 | Add init methods for each op module (#3087) | Ryan Dahl |
2019-09-10 | fix: replace bad rid panics with errors (#2870) | Bartek Iwańczuk |
2019-08-21 | Organize dispatch a bit (#2796) | Ryan Dahl |
2019-08-16 | Revert "Remove dead code: legacy read/write ops" | Ryan Dahl |
2019-08-14 | Remove dead code: legacy read/write ops (#2776) | Ryan Dahl |