Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-28 | fix(ext/ffi): Remove deno_core::OpState qualifiers, fix ops returning ↵ | Aapo Alasuutari | |
pointer defaults (#17959) | |||
2022-12-14 | feat: Stabilize Deno.TcpConn.setNoDelay() and Deno.TcpConn.setKeepAlive() ↵ | Bartek Iwańczuk | |
(#17003) This commit stabilizes following APIs: - `Deno.TcpConn.setNoDelay()` - `Deno.TcpConn.setKeepAlive()` | |||
2022-11-27 | perf(ops): Reenable fast unit result optimization (#16827) | Divy Srivastava | |
The optimization was missed in the optimizer rewrite https://github.com/denoland/deno/pull/16514 |