summaryrefslogtreecommitdiff
path: root/ext/net
AgeCommit message (Expand)Author
2024-03-19chore: rename internal `Datagram` class to `DatagramConn` (#22474)Asher Gomez
2024-03-14chore: Forward 1.41.3 release commit (#22930)Nathan Whitaker
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-03-08chore: forward v1.41.2 release commit to main (#22793)denobot
2024-02-29chore: forward v1.41.1 release commit to main (#22643)denobot
2024-02-221.41.0 (#22524)denobot
2024-02-19BREAKING(net/unstable): remove `Deno.DatagramConn.rid` (#22475)Asher Gomez
2024-02-18feat: `Deno.ConnectTlsOptions.{cert,key}` (#22274)Asher Gomez
2024-02-15chore: forward v1.40.5 release commit to main (#22424)denobot
2024-02-13chore: cleanup `ext/net/02_tls.js` (#22032)Asher Gomez
2024-02-13chore: cleanup obsolete `Datagram` export (#22078)Asher Gomez
2024-02-08chore: forward v1.40.4 release commit to main (#22345)denobot
2024-02-07docs: point to "Deno 1.x to 2.x Migration Guide" for net APIs (#22275)Asher Gomez
2024-02-07chore: upgrade deno_core to 0.259.0 (#22311)Bartek Iwańczuk
2024-02-01chore: forward v1.40.3 release commit to main (#22220)Divy Srivastava
2024-01-29refactor: Use virtul ops module (#22175)Bartek Iwańczuk
2024-01-26refactor: migrate extensions to virtual ops module (#22135)Bartek Iwańczuk
2024-01-26refactor: make 'rid' properties non-enumerable (#22137)Bartek Iwańczuk
2024-01-26chore: upgrade deno_core (#22124)Bartek Iwańczuk
2024-01-26chore: forward v1.40.2 commit to main (#22133)Bartek Iwańczuk
2024-01-25chore: forward v1.40.1 commit to main (#22107)Bartek Iwańczuk
2024-01-25Revert "chore: bump rustls-tokio-stream and rustls (#21955)" (#22097)Bartek Iwańczuk
2024-01-251.40.0 (#22096)denobot
2024-01-25fix: don't use public rid accessors in internal APIs (#22091)Bartek Iwańczuk
2024-01-24fix: use `warnOnDeprecatedApi()` in `Deno.TlsListener.rid` (#22089)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-16chore: bump rustls-tokio-stream and rustls (#21955)Matt Mastracci
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-13chore: forward v1.39.4 release commit to main (#21933)denobot
2024-01-12chore: forward v1.39.3 to main (#21915)Bartek Iwańczuk
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-10fix: android support (#19437)cions
2024-01-04chore: forward v1.39.2 release commit to main (#21793)Bartek Iwańczuk
2024-01-04fix(ext/node): UdpSocket ref and unref (#21777)Divy Srivastava
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27perf: remove opAsync (#21690)Matt Mastracci
2023-12-21chore: forward v1.39.1 commit to main (#21667) (#21671)Bartek Iwańczuk
2023-12-15fix(net): remove unstable check for unix socket listen (#21592)Divy Srivastava
2023-12-131.39.0 (#21560)denobot
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-12-06chore: forward v1.38.5 release commit to main (#21472)Bartek Iwańczuk
2023-11-30chore: forward v1.38.4 release commit to main (#21400)Bartek Iwańczuk
2023-11-24chore: forward v1.38.3 release commit to main (#21320)denobot
2023-11-17chore: forward v1.38.2 release commit to main (#21236)denobot