Age | Commit message (Expand) | Author |
2024-09-23 | chore: add code generation for @types/deno (#25545) | David Sherret |
2024-09-16 | fix(types): simplify mtls related types (#25658) | Luca Casonato |
2024-09-11 | BREAKING(net): remove `Deno.[Tls]Listener.prototype.rid` (#25556) | Asher Gomez |
2024-09-10 | BREAKING(net): remove `Deno.ConnectTlsOptions.{certChain,certFile,privateKey}... | Asher Gomez |
2024-09-10 | BREAKING(io): remove `Deno.{Reader,Writer}[Sync]` and `Deno.Closer` (#25524) | Asher Gomez |
2024-09-06 | BREAKING(net): remove `Deno.{Conn,TlsConn,TcpConn,UnixConn}.prototype.rid` (#... | Asher Gomez |
2024-08-31 | chore(net): remove `Deno.shutdown()` (#25253) | Asher Gomez |
2024-07-09 | docs(ext/net): explain `port: 0` behavior (#24475) | Asher Gomez |
2024-06-05 | chore: upgrade dlint to 0.60.0 (#24041) | Bartek Iwańczuk |
2024-04-18 | feat(ext/net): extract TLS key and certificate from interfaces (#23327) | Bartek Iwańczuk |
2024-04-11 | Revert "refactor(ext/net): extract TLS key and certificate from inter… (#23... | Bartek Iwańczuk |
2024-04-09 | refactor(ext/net): extract TLS key and certificate from interfaces (#23296) | Matt Mastracci |
2024-04-05 | fix(ext/net): Improve ts types for network APIs (#23228) | Matt Mastracci |
2024-02-18 | feat: `Deno.ConnectTlsOptions.{cert,key}` (#22274) | Asher Gomez |
2024-02-07 | docs: point to "Deno 1.x to 2.x Migration Guide" for net APIs (#22275) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.{Conn,TcpConn,TlsConn,UnixConn}.rid` (#22077) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.Listener.rid` (#22076) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.shutdown()` (#22067) | Asher Gomez |
2024-01-23 | refactor: set removal version for `Deno.ListenTlsOptions.certFile`, `Deno.Lis... | Asher Gomez |
2024-01-23 | feat: Stabilize Deno.listen for 'unix' transport (#21938) | Bartek Iwańczuk |
2024-01-14 | feat: Stabilize Deno.connect for 'unix' transport (#21937) | Bartek Iwańczuk |
2024-01-14 | feat: stabilize Deno.connectTls options and Deno.TlsConn.handshake (#21889) | Bartek Iwańczuk |
2024-01-14 | feat: stabilize Deno.Conn.ref/unref (#21890) | Bartek Iwańczuk |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret |
2023-11-01 | feat: disposable Deno resources (#20845) | Luca Casonato |
2023-08-27 | fix(network): adjust Listener type params (#18642) | Jonathan Rezende |
2023-07-04 | feat: stabilize 'alpnProtocols' setting (#19704) | Bartek Iwańczuk |
2023-01-20 | feat: Stabilize Deno.Listener.ref/unref (#17477) | Bartek Iwańczuk |
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret |
2022-12-28 | feat(unstable): Add Deno.Conn.ref()/unref() (#17170) | Bartek Iwańczuk |
2022-12-14 | feat: Stabilize Deno.TcpConn.setNoDelay() and Deno.TcpConn.setKeepAlive() (#1... | Bartek Iwańczuk |
2022-12-13 | docs: use example & default tags (#17032) | Leo Kettmeir |
2022-10-26 | feat(ext/net): reusePort for TCP on Linux (#16398) | Luca Casonato |
2022-10-18 | fix(ext/net): return an error from `startTls` and `serveHttp` if the original... | Yusuke Tanaka |
2022-08-23 | docs: add permission tags to JSDocs (#15541) | Kitson Kelly |
2022-08-17 | docs: add category tag for built-in APIs (#15480) | Kitson Kelly |
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 |