summaryrefslogtreecommitdiff
path: root/cli/tests/unit/tls_test.ts
AgeCommit message (Expand)Author
2021-05-11fix(tls): flush send buffer in the background after closing TLS stream (#10146)Bert Belder
2021-04-26fix(tls): throw meaningful error when hostname is invalid (#10387)Bert Belder
2021-02-11fix(runtime/tls): handle invalid host for connectTls/startTls (#9453)Erik Price
2021-02-02chore: remove std directory (#9361)Casper Beyer
2021-01-29refactor: IO resource types, fix concurrent read/write and graceful close (#9...Bert Belder
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-11-26refactor(cli/tests): replace createResolvable with deferred (#8507)crowlKats
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-05-20move js unit tests to cli/tests (#5678)Ryan Dahl