summaryrefslogtreecommitdiff
path: root/cli/tests/unit/net_test.ts
AgeCommit message (Expand)Author
2023-05-22chore(cli): One Rust test per JS and Node unit test file (#19199)Matt Mastracci
2023-03-20feat(ext/net): Add multicasting APIs to DatagramConn (#10706) (#17811)Sam Gwilym
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-02chore: fix flaky netListenUnrefAndRef (#16892)David Sherret
2022-10-26feat(ext/net): reusePort for TCP on Linux (#16398)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-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-03-23feat(unstable): add ref/unref to Listener (#13961)Yoshiya Hinosawa
2022-03-20fix: actually don't inherit runtime permissions (#14024)Luca Casonato
2022-02-16tests: deflake a bunch of net related tests (#13685)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-14fix(ext/net): make unix and tcp identical on close (#13075)Ben Noordhuis
2021-11-29feat(ext/net): enable sending to broadcast address (#12860)Michael Busby
2021-11-23refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)Bartek Iwańczuk
2021-10-17fix(core): poll async ops eagerly (#12385)Bert Belder
2021-10-02fix(ext/net): should not panic when listening to unix abstract address (#12300)Ahab
2021-09-23test(cli): align unit test permissions with runtime test permissions (#12189)Casper Beyer
2021-09-22chore: replace calls to assertThrowsAsync with assertRejects (#12176)Casper Beyer
2021-08-25chore(tests): improve unit tests using `deferred` (#11842)David Sherret
2021-08-16chore(cli/tests): disable flaky test on macos ci (#11726)Ben Noordhuis
2021-08-05refactor(cli/tests): remove unnecessary void return types (#11577)Leo K
2021-08-04chore: refactor `netHangsOnClose` test to not use `deferred` (#11585)David Sherret
2021-07-31chore: fix failing netTcpListenCloseWhileIterating test on some machines (#11...David Sherret
2021-06-25test(cli): refactor the usages of delay (#11098)Yoshiya Hinosawa
2021-04-20revert: Conn type changes in #10012 and #10061 (#10255)Kitson Kelly
2021-04-13feat(cli/dts): stricter typings for Listener & Conn (#10012)crowlKats
2021-04-09chore: upgrade dependencies (#10094)Bartek Iwańczuk
2021-01-25Revert "tests: enable wpt for url (#9046)" (#9264)Luca Casonato
2021-01-24tests: enable wpt for url (#9046)Luca Casonato
2021-01-19fix(cli): actually stabilize Deno.shutdown() (#9181)Bert Belder
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-12-16refactor: rewrite ops to use ResourceTable2 (#8512)Bartek Iwańczuk
2020-11-27test(cli): fix brittle network permission test (#8526)William Perron
2020-11-27fix(cli/ops/net): add write permissions for unixpackets datagrams & unix sock...William Perron
2020-11-26refactor(cli/tests): replace createResolvable with deferred (#8507)crowlKats
2020-11-24feat(cli): update to TypeScript 4.1 (#7573)Kitson Kelly
2020-09-27fix: net listen crashes on explicit undefined hostname (#7706)Giorgi Rostomashvili
2020-09-27feat(fmt): Sort named import and export specifiers (#7711)David Sherret
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-06-25refactor(cli/tests/unit) to use assertThrows (#6459)Casper Beyer
2020-06-15unixpacket should also return byte length on send (#6291)Peter Evers
2020-06-13fix: DatagramConn.send should return bytes sent (#6265)Kermit Xuan
2020-06-10fix udp BorrowMutError (#6221)Ryan Dahl
2020-06-08feat(cli/js/net): make rid on listener public (#5571)Peter Indiola
2020-05-20move js unit tests to cli/tests (#5678)Ryan Dahl