Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-15 | Kill all pending accepts when TCP listener is closed (#1517) | Kevin (Kun) "Kassimo" Qian | |
2019-01-13 | Properly parse network addresses. (#1515) | Ryan Dahl | |
2019-01-13 | Added rid to Conn interface (#1513) | Joshua Flancer | |
2018-12-23 | Remove support for extensionless import (#1396) | Ryan Dahl | |
2018-10-19 | Add missing copyrights (#1024) | ztplz | |
2018-10-06 | Temporarily disable shutdown tests. | Ryan Dahl | |
The fix for these wasn't immediately obvious - they seem to have been broken already but were skipped as reported in #919. | |||
2018-10-05 | Remove race condition from netCloseReadSuccess test | Kevin (Kun) "Kassimo" Qian | |
2018-10-05 | Implement closeRead/closeWrite using TcpStream::shutdown (#903) | Kevin (Kun) "Kassimo" Qian | |
2018-10-05 | Changed tools/lint.py to lint the entire js and tests directories. (#900) | Chris Bystrek | |
* Changed tools/lint.py to lint the entire js and tests directorys and sub directories, currently it was pointing at tsconfig and would only lint files that were part of js/main.ts or node_modules/typescript/lib/lib.esnext.d.ts and their dependencies * Broke the typescript linting out into separate steps for the main typescript programing and tests. * Fixed linting issues in ts tests. | |||
2018-10-03 | First pass at support for TCP servers and clients. (#884) | Ryan Dahl | |
Adds deno.listen(), deno.dial(), deno.Listener and deno.Conn. |