index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
unit
/
net_test.ts
Age
Commit message (
Expand
)
Author
2021-04-20
revert: Conn type changes in #10012 and #10061 (#10255)
Kitson Kelly
2021-04-13
feat(cli/dts): stricter typings for Listener & Conn (#10012)
crowlKats
2021-04-09
chore: upgrade dependencies (#10094)
Bartek Iwańczuk
2021-01-25
Revert "tests: enable wpt for url (#9046)" (#9264)
Luca Casonato
2021-01-24
tests: enable wpt for url (#9046)
Luca Casonato
2021-01-19
fix(cli): actually stabilize Deno.shutdown() (#9181)
Bert Belder
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-12-16
refactor: rewrite ops to use ResourceTable2 (#8512)
Bartek Iwańczuk
2020-11-27
test(cli): fix brittle network permission test (#8526)
William Perron
2020-11-27
fix(cli/ops/net): add write permissions for unixpackets datagrams & unix sock...
William Perron
2020-11-26
refactor(cli/tests): replace createResolvable with deferred (#8507)
crowlKats
2020-11-24
feat(cli): update to TypeScript 4.1 (#7573)
Kitson Kelly
2020-09-27
fix: net listen crashes on explicit undefined hostname (#7706)
Giorgi Rostomashvili
2020-09-27
feat(fmt): Sort named import and export specifiers (#7711)
David Sherret
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-06-25
refactor(cli/tests/unit) to use assertThrows (#6459)
Casper Beyer
2020-06-15
unixpacket should also return byte length on send (#6291)
Peter Evers
2020-06-13
fix: DatagramConn.send should return bytes sent (#6265)
Kermit Xuan
2020-06-10
fix udp BorrowMutError (#6221)
Ryan Dahl
2020-06-08
feat(cli/js/net): make rid on listener public (#5571)
Peter Indiola
2020-05-20
move js unit tests to cli/tests (#5678)
Ryan Dahl