Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-21 | chore: update license lines (#1557) | Yoshiya Hinosawa | |
2019-01-13 | Added rid to Conn interface (#1513) | Joshua Flancer | |
2018-11-09 | Reader/Writer should use Uint8Array not ArrayBufferView | Ryan Dahl | |
Because many Reader/Writer implementations (e.g. bufio) assume their able to use subarray() with byte indexes and often ask for byte values, it makes sense to simply restrict all implementations to Uint8Array. | |||
2018-10-19 | Add missing copyrights (#1024) | ztplz | |
2018-10-17 | Optimization: Reuse ArrayBuffer during serialization. | Ryan Dahl | |
2018-10-14 | Align JSDoc to style guide. | Kitson Kelly | |
2018-10-10 | Rename fd to rid | J2P | |
2018-10-05 | Implement closeRead/closeWrite using TcpStream::shutdown (#903) | Kevin (Kun) "Kassimo" Qian | |
2018-10-04 | Use underscores in filenames. | Ryan Dahl | |
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. |