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
/
lib.deno_net.d.ts
Age
Commit message (
Expand
)
Author
2022-03-04
feat(net): add Deno.UnixConn interface (#13787)
Bartek Iwańczuk
2022-02-27
feat: Add Deno.TcpConn class, change return type from Deno.connect (#13714)
Bartek Iwańczuk
2022-02-24
feat(ext/net): support cert, key options in listenTls (#13740)
Yoshiya Hinosawa
2022-02-16
chore: make new TCP conn methods unstable (#13686)
Luca Casonato
2022-02-15
feat(runtime): web streams in fs & net APIs (#13615)
Luca Casonato
2022-01-31
feat(ext/net): Add Conn.setNoDelay and Conn.setKeepAlive (#13103)
Yosi Pramajaya
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2021-12-10
chore: place `@deprecated` tag after documentation block (#13037)
Kitson Kelly
2021-11-26
feat(ext/net): ALPN support in `Deno.connectTls()` (#12786)
Yury Selivanov
2021-10-29
feat: stabilize Deno.startTls (#12581)
Luca Casonato
2021-10-26
feat(ext/net): add TlsConn.handshake() (#12467)
Bert Belder
2021-09-30
feat(tls): custom in memory CA certificates (#12219)
Luca Casonato
2021-09-07
docs(ext/net): add note about listening 0.0.0.0 (#11938)
Yoshiya Hinosawa
2021-09-02
feat(fmt): add basic JS doc formatting (#11902)
David Sherret
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl