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
/
ops.rs
Age
Commit message (
Expand
)
Author
2022-03-15
cleanup(core): OpPair => OpDecl (#13952)
Aaron O'Mullan
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-05
feat(ext/net): Use socket2 crate to create TcpListener (#13808)
Gianluca Oldani
2022-02-16
chore: make new TCP conn methods unstable (#13686)
Luca Casonato
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-12-14
fix(ext/net): make unix and tcp identical on close (#13075)
Ben Noordhuis
2021-11-29
feat(ext/net): enable sending to broadcast address (#12860)
Michael Busby
2021-11-26
feat(ext/net): ALPN support in `Deno.connectTls()` (#12786)
Yury Selivanov
2021-10-30
cleanup(ext/net): consistent op names (#12607)
Aaron O'Mullan
2021-10-10
feat: stabilize Deno.resolveDns (#12368)
Satya Rohith
2021-10-10
feat(ext/net): relevant errors for resolveDns (#12370)
Satya Rohith
2021-10-05
chore: various op cleanup (#12329)
Leo K
2021-10-02
fix(ext/net): should not panic when listening to unix abstract address (#12300)
Ahab
2021-09-20
refactor(ext/net): make op_connect & op_connect_tls public (#12150)
Satya Rohith
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