Age | Commit message (Expand) | Author |
---|---|---|
2024-08-01 | fix(ext/http): correctly consume response body in `Deno.serve` (#24811) | Luca Casonato |
2024-07-28 | fix(http): Adjust hostname display for Windows when using 0.0.0.0 (#24698) | Yazan AbdAl-Rahman |
2024-06-17 | fix(ext/http): actually await `goAhead` promise (#24226) | Luca Casonato |
2024-06-14 | fix(ext/node): `server.close()` does graceful shutdown (#24184) | Divy Srivastava |
2024-06-09 | fix(ext/http): print `[]` around ipv6 addresses (#24150) | Luca Casonato |
2024-05-23 | fix(runtime): use more null proto objects (#23921) | Luca Casonato |
2024-05-17 | fix: serve handler error with 0 arguments (#23652) | Marvin Hagemeister |
2024-04-25 | perf(ext/http): recover memory for serve and optimize AbortController (#23559) | Matt Mastracci |
2024-04-25 | perf(ext/http): cache abort signal error (#23548) | Divy Srivastava |
2024-04-24 | feat: Add `deno serve` subcommand (#23511) | Matt Mastracci |
2024-04-24 | feat(ext/http): Implement request.signal for Deno.serve (#23425) | Matt Mastracci |