summaryrefslogtreecommitdiff
path: root/js/net_test.ts
AgeCommit message (Expand)Author
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl
2019-09-20dial/listen API change (#3000)Ryan Dahl
2019-08-27feat: implement Addr interface (#2821)Bartek IwaƄczuk
2019-07-06io: change Reader interface (#2591)Yoshiya Hinosawa
2019-05-23Fix concurrent accepts (#2403)Ryan Dahl
2019-05-02Re-enable networking unit tests (#2268)Ryan Dahl
2019-05-01Async iterator for listener (#2263)andy finch
2019-04-28Revert "recover: #1517 Kill all pending accepts when TCP listener is closed ...Ryan Dahl
2019-04-27recover: #1517 Kill all pending accepts when TCP listener is closed (#2224)Yusuke Sakurai
2019-04-21Fix eslint warnings (#2151)Ryan Dahl
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
2019-03-06Upgrade deno_std (#1892)Ryan Dahl
2019-02-12Add Deno global namespace (#1748)Kitson Kelly
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2019-01-17Unflake test netConcurrentAccept (#1544)Kevin (Kun) "Kassimo" Qian
2019-01-15Kill all pending accepts when TCP listener is closed (#1517)Kevin (Kun) "Kassimo" Qian
2019-01-13Properly parse network addresses. (#1515)Ryan Dahl
2019-01-13Added rid to Conn interface (#1513)Joshua Flancer
2018-12-23Remove support for extensionless import (#1396)Ryan Dahl
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-06Temporarily disable shutdown tests.Ryan Dahl
2018-10-05Remove race condition from netCloseReadSuccess testKevin (Kun) "Kassimo" Qian
2018-10-05Implement closeRead/closeWrite using TcpStream::shutdown (#903)Kevin (Kun) "Kassimo" Qian
2018-10-05Changed tools/lint.py to lint the entire js and tests directories. (#900)Chris Bystrek
2018-10-03First pass at support for TCP servers and clients. (#884)Ryan Dahl