summaryrefslogtreecommitdiff
path: root/ext/net/io.rs
AgeCommit message (Expand)Author
2024-10-17refactor(ext/net): use concrete error type (#26227)Leo Kettmeir
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-10-15chore: fix windows-only clippy errors (#16289)David Sherret
2022-10-09feat(core): improve resource read & write traits (#16115)Luca Casonato
2022-08-21chore: use Rust 1.63.0 (#15464)Mathias Lafeldt
2022-04-22Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346)Divy Srivastava
2022-04-21Revert various PRs related to "ext/http" (#14339)Bartek IwaƄczuk
2022-04-20core: introduce `resource.read_return` (#14331)Divy Srivastava
2022-01-31feat(ext/net): Add Conn.setNoDelay and Conn.setKeepAlive (#13103)Yosi Pramajaya
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-11-09feat(core): streams (#12596)Aaron O'Mullan
2021-10-20fix(ext/net): fix TLS bugs and add 'op_tls_handshake' (#12501)Bert Belder
2021-10-05chore: various op cleanup (#12329)Leo K
2021-08-15refactor(ops): return BadResource errors in ResourceTable calls (#11710)Aaron O'Mullan
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl