Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: remove the nacl port (part 1) | Brad Fitzpatrick | 2019-10-09 | 1 | -1/+1 |
* | net: update docs for unimplemented methods and functions | Mikio Hara | 2018-08-03 | 1 | -2/+2 |
* | net: document caveats for (*syscall.RawConn).Write on Windows | Aman Gupta | 2018-04-21 | 1 | -0/+6 |
* | net: implement (*syscall.RawConn).Read/Write on Windows | Aman Gupta | 2018-04-14 | 1 | -3/+0 |
* | net: make {TCP,Unix}Listener implement syscall.Conn | Lorenz Bauer | 2017-10-25 | 1 | -0/+16 |
* | net: add test for RawConn.Control on Windows | Mikio Hara | 2017-05-20 | 1 | -2/+5 |
* | net: make {TCP,UDP,IP,Unix}Conn compliant of syscall.Conn interface | Mikio Hara | 2017-05-19 | 1 | -0/+59 |