summaryrefslogtreecommitdiff
path: root/ext/net
AgeCommit message (Expand)Author
2023-02-07chore: forward v1.30.3 release commit to main (#17677)denobot
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-02-03chore: forward v1.30.2 release commit to main (#17641)denobot
2023-02-02chore: forward v1.30.1 release commit to main (#17623)denobot
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-261.30.0 (#17532)denobot
2023-01-20feat: Stabilize Deno.Listener.ref/unref (#17477)Bartek Iwańczuk
2023-01-17chore: forward v1.29.4 release commit to main (#17453)denobot
2023-01-16chore: update dlint to v0.37.0 for GitHub Actions (#17295)Kenta Moriuchi
2023-01-13chore: forward 1.29.3 release back to main (#17401)David Sherret
2023-01-11fix: don't panic on resolveDns if unsupported record type is specified (#17336)Leo Kettmeir
2023-01-08feat(core): allow specifying name and dependencies of an Extension (#17301)Leo Kettmeir
2023-01-05chore: forward v1.29.2 release commit to main (#17277)denobot
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-28fix(ext/net): Remove unstable check from op_node_unstable_net_listen_udp (#17...Kamil Ogórek
2022-12-28feat(unstable): Add Deno.Conn.ref()/unref() (#17170)Bartek Iwańczuk
2022-12-15chore: forward v1.29.1 release commit to main (#17067)denobot
2022-12-151.29.0 (#17052)denobot
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-12-01chore: forward v1.28.3 release commit to main (#16884)denobot
2022-11-27perf(ops): Reenable fast unit result optimization (#16827)Divy Srivastava
2022-11-24chore: forward v1.28.2 release commit to main (#16796)denobot
2022-11-22chore: workspace inheritance (#16343)Leo Kettmeir
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-11-17chore: forward v1.28.1 release commit to main (#16678)denobot
2022-11-131.28.0 (#16620)denobot
2022-11-10feat: don't require --unstable flag for npm programs (#16520)Bartek Iwańczuk
2022-11-09chore: forward v1.27.2 release commit to main (#16572)denobot
2022-11-04chore: forward v1.27.1 release commit to main (#16533)denobot
2022-10-271.27.0 (#16442)denobot
2022-10-26feat(ext/net): reusePort for TCP on Linux (#16398)Luca Casonato
2022-10-25Revert "Revert "refactor(ext/net): clean up variadic network ops (#16… (#16...Bartek Iwańczuk
2022-10-25Revert "refactor(ext/net): clean up variadic network ops (#16392)" (#16417)Bartek Iwańczuk
2022-10-24refactor(ext/net): clean up variadic network ops (#16392)Luca Casonato
2022-10-24feat(ext/net): add reuseAddress option for UDP (#13849)Gianluca Oldani
2022-10-24fix(ext/net): don't remove sockets on unix listen (#16394)Luca Casonato
2022-10-18fix(ext/net): return an error from `startTls` and `serveHttp` if the original...Yusuke Tanaka
2022-10-17chore: forward v1.26.2 to main (#16331)Bartek Iwańczuk
2022-10-15chore: fix windows-only clippy errors (#16289)David Sherret
2022-10-10feat(core): add Deno.core.writeAll(rid, chunk) (#16228)Luca Casonato
2022-10-09feat(core): improve resource read & write traits (#16115)Luca Casonato
2022-10-06chore: forward v1.26.1 release commit to main (#16178)denobot
2022-09-30fix(runtime): no FastStream for unrefable streams (#16095)Luca Casonato
2022-09-291.26.0denobot
2022-09-27feat: Add requesting API name to permission prompt (#15936)Bartek Iwańczuk
2022-09-22chore: forward v1.25.4 release commit to main (#16001)David Sherret
2022-09-19chore: fix clippy warnings (#15944)Ben Noordhuis
2022-09-16upgrade deps (#15914)Ryan Dahl
2022-09-15chore: forward v1.25.3 release commit to main (#15919)Colin Ihrig