Age | Commit message (Expand) | Author |
2024-10-01 | refactor(ext): align error messages (#25914) | Ian Bull |
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-06 | BREAKING(net): remove `Deno.{Conn,TlsConn,TcpConn,UnixConn}.prototype.rid` (#... | Asher Gomez |
2024-09-06 | fix(runtime): use more null proto objects again (#25040) | Kenta Moriuchi |
2024-08-20 | fix(ext/net): validate port in Deno.{connect,serve,listen} (#24399) | seb |
2024-05-23 | fix(runtime): use more null proto objects (#23921) | Luca Casonato |
2024-05-09 | refactor(ext/tls): Implement required functionality for later SNI support (#2... | Matt Mastracci |
2024-04-24 | fix(ext/net): check for TLS using undefined rather than using ReflectHas (#23... | Matt Mastracci |
2024-04-21 | FUTURE(ext/net): remove `Deno.ListenTlsOptions.(keyFile|certFile)` (#23271) | Asher Gomez |
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-08 | refactor(ext/tls): use cppgc to deduplicate the tls key loading code (#23289) | Matt Mastracci |
2024-03-11 | chore: enable clippy unused_async rule (#22834) | David Sherret |
2024-02-18 | feat: `Deno.ConnectTlsOptions.{cert,key}` (#22274) | Asher Gomez |
2024-02-13 | chore: cleanup `ext/net/02_tls.js` (#22032) | Asher Gomez |
2024-01-26 | refactor: migrate extensions to virtual ops module (#22135) | Bartek Iwańczuk |
2024-01-26 | refactor: make 'rid' properties non-enumerable (#22137) | Bartek Iwańczuk |
2024-01-26 | chore: upgrade deno_core (#22124) | Bartek Iwańczuk |
2024-01-25 | fix: don't use public rid accessors in internal APIs (#22091) | Bartek Iwańczuk |
2024-01-24 | fix: use `warnOnDeprecatedApi()` in `Deno.TlsListener.rid` (#22089) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.{Conn,TcpConn,TlsConn,UnixConn}.rid` (#22077) | Asher Gomez |
2024-01-23 | refactor: set removal version for `Deno.ListenTlsOptions.certFile`, `Deno.Lis... | Asher Gomez |
2024-01-10 | refactor: use `core.ensureFastOps()` (#21888) | Kenta Moriuchi |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret |
2023-12-27 | perf: remove opAsync (#21690) | Matt Mastracci |
2023-12-07 | refactor: pull 'core', 'internals', 'primordials' from ES module (#21462) | Bartek Iwańczuk |
2023-07-25 | fix(ext/net): fix string port number handling in listen (#19921) | Yoshiya Hinosawa |
2023-03-08 | refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for... | Bartek Iwańczuk |
2023-02-07 | refactor: remove prefix from include_js_files & use extension name (#17683) | Leo Kettmeir |
2023-02-07 | refactor: Use ES modules for internal runtime code (#17648) | Leo Kettmeir |
2023-01-16 | chore: update dlint to v0.37.0 for GitHub Actions (#17295) | Kenta Moriuchi |
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret |
2022-10-26 | feat(ext/net): reusePort for TCP on Linux (#16398) | Luca Casonato |
2022-10-25 | Revert "Revert "refactor(ext/net): clean up variadic network ops (#16… (#16... | Bartek Iwańczuk |
2022-10-25 | Revert "refactor(ext/net): clean up variadic network ops (#16392)" (#16417) | Bartek Iwańczuk |
2022-10-24 | refactor(ext/net): clean up variadic network ops (#16392) | Luca Casonato |
2022-08-11 | perf(ops): Monomorphic sync op calls (#15337) | Aapo Alasuutari |
2022-02-24 | feat(ext/net): support cert, key options in listenTls (#13740) | Yoshiya Hinosawa |
2022-01-07 | chore: update copyright to 2022 (#13306) | Ryan Dahl |
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-26 | feat(ext/net): add TlsConn.handshake() (#12467) | Bert Belder |
2021-09-30 | feat(tls): custom in memory CA certificates (#12219) | Luca Casonato |
2021-08-11 | Rename extensions/ directory to ext/ (#11643) | Ryan Dahl |