Age | Commit message (Expand) | Author |
---|---|---|
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-28 | refactor: migrate ops to new dispatch wrapper (#7118) | Bartek Iwańczuk |
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-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-28 | BREAKING: address renamed to path in UnixAddr UnixConnectOptions UnixListenOp... | Ali Hasani |
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-03-23 | feat: Support Unix Domain Sockets (#4176) | João Souto |