summaryrefslogtreecommitdiff
path: root/ext/net/lib.deno_net.d.ts
AgeCommit message (Expand)Author
2024-09-23chore: add code generation for @types/deno (#25545)David Sherret
2024-09-16fix(types): simplify mtls related types (#25658)Luca Casonato
2024-09-11BREAKING(net): remove `Deno.[Tls]Listener.prototype.rid` (#25556)Asher Gomez
2024-09-10BREAKING(net): remove `Deno.ConnectTlsOptions.{certChain,certFile,privateKey}...Asher Gomez
2024-09-10BREAKING(io): remove `Deno.{Reader,Writer}[Sync]` and `Deno.Closer` (#25524)Asher Gomez
2024-09-06BREAKING(net): remove `Deno.{Conn,TlsConn,TcpConn,UnixConn}.prototype.rid` (#...Asher Gomez
2024-08-31chore(net): remove `Deno.shutdown()` (#25253)Asher Gomez
2024-07-09docs(ext/net): explain `port: 0` behavior (#24475)Asher Gomez
2024-06-05chore: upgrade dlint to 0.60.0 (#24041)Bartek Iwańczuk
2024-04-18feat(ext/net): extract TLS key and certificate from interfaces (#23327)Bartek Iwańczuk
2024-04-11Revert "refactor(ext/net): extract TLS key and certificate from inter… (#23...Bartek Iwańczuk
2024-04-09refactor(ext/net): extract TLS key and certificate from interfaces (#23296)Matt Mastracci
2024-04-05fix(ext/net): Improve ts types for network APIs (#23228)Matt Mastracci
2024-02-18feat: `Deno.ConnectTlsOptions.{cert,key}` (#22274)Asher Gomez
2024-02-07docs: point to "Deno 1.x to 2.x Migration Guide" for net APIs (#22275)Asher Gomez
2024-01-24feat: deprecate `Deno.{Conn,TcpConn,TlsConn,UnixConn}.rid` (#22077)Asher Gomez
2024-01-24feat: deprecate `Deno.Listener.rid` (#22076)Asher Gomez
2024-01-24feat: deprecate `Deno.shutdown()` (#22067)Asher Gomez
2024-01-23refactor: set removal version for `Deno.ListenTlsOptions.certFile`, `Deno.Lis...Asher Gomez
2024-01-23feat: Stabilize Deno.listen for 'unix' transport (#21938)Bartek Iwańczuk
2024-01-14feat: Stabilize Deno.connect for 'unix' transport (#21937)Bartek Iwańczuk
2024-01-14feat: stabilize Deno.connectTls options and Deno.TlsConn.handshake (#21889)Bartek Iwańczuk
2024-01-14feat: stabilize Deno.Conn.ref/unref (#21890)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-11-01feat: disposable Deno resources (#20845)Luca Casonato
2023-08-27fix(network): adjust Listener type params (#18642)Jonathan Rezende
2023-07-04feat: stabilize 'alpnProtocols' setting (#19704)Bartek Iwańczuk
2023-01-20feat: Stabilize Deno.Listener.ref/unref (#17477)Bartek Iwańczuk
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-28feat(unstable): Add Deno.Conn.ref()/unref() (#17170)Bartek Iwańczuk
2022-12-14feat: Stabilize Deno.TcpConn.setNoDelay() and Deno.TcpConn.setKeepAlive() (#1...Bartek Iwańczuk
2022-12-13docs: use example & default tags (#17032)Leo Kettmeir
2022-10-26feat(ext/net): reusePort for TCP on Linux (#16398)Luca Casonato
2022-10-18fix(ext/net): return an error from `startTls` and `serveHttp` if the original...Yusuke Tanaka
2022-08-23docs: add permission tags to JSDocs (#15541)Kitson Kelly
2022-08-17docs: add category tag for built-in APIs (#15480)Kitson Kelly
2022-03-04feat(net): add Deno.UnixConn interface (#13787)Bartek Iwańczuk
2022-02-27feat: Add Deno.TcpConn class, change return type from Deno.connect (#13714)Bartek Iwańczuk
2022-02-24feat(ext/net): support cert, key options in listenTls (#13740)Yoshiya Hinosawa
2022-02-16chore: make new TCP conn methods unstable (#13686)Luca Casonato
2022-02-15feat(runtime): web streams in fs & net APIs (#13615)Luca Casonato
2022-01-31feat(ext/net): Add Conn.setNoDelay and Conn.setKeepAlive (#13103)Yosi Pramajaya
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2021-12-10chore: place `@deprecated` tag after documentation block (#13037)Kitson Kelly
2021-11-26feat(ext/net): ALPN support in `Deno.connectTls()` (#12786)Yury Selivanov
2021-10-29feat: stabilize Deno.startTls (#12581)Luca Casonato
2021-10-26feat(ext/net): add TlsConn.handshake() (#12467)Bert Belder
2021-09-30feat(tls): custom in memory CA certificates (#12219)Luca Casonato
2021-09-07docs(ext/net): add note about listening 0.0.0.0 (#11938)Yoshiya Hinosawa
2021-09-02feat(fmt): add basic JS doc formatting (#11902)David Sherret