| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-08 | feat(runtime/http): server side websocket support (#10359) | Leo K | |
| Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com> Co-authored-by: Luca Casonato <hello@lcas.dev> | |||
| 2021-07-06 | chore: use parking_lot for synchronization primitives to align with tokio ↵ | David Sherret | |
| (#11289) parking_lot is already transitively used in tokio via the "full" cargo feature | |||
| 2021-07-05 | chore: upgrade Tokio to 1.8.0 (#11281) | Yusuke Tanaka | |
| 2021-07-05 | refactor: asynchronous blob backing store (#10969) | Jimmy Wärting | |
| Co-authored-by: Luca Casonato <hello@lcas.dev> | |||
| 2021-07-04 | fix: primordials in extensions/net and runtime/js (#11270) | Simon Rask | |
| 2021-07-03 | fix: primordials in extensions/net (#11250) | Bartek Iwańczuk | |
| 2021-07-03 | refactor: use primordials in extensions/net/ (#11243) | Bartek Iwańczuk | |
| 2021-06-29 | feat: Add "deno_net" extension (#11150) | Bartek Iwańczuk | |
| This commits moves implementation of net related APIs available on "Deno" namespace to "deno_net" extension. Following APIs were moved: - Deno.listen() - Deno.connect() - Deno.listenTls() - Deno.serveHttp() - Deno.shutdown() - Deno.resolveDns() - Deno.listenDatagram() - Deno.startTls() - Deno.Conn - Deno.Listener - Deno.DatagramConn | |||
