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