summaryrefslogtreecommitdiff
path: root/src/net/rawconn.go
Commit message (Expand)AuthorAgeFilesLines
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* net: update docs for unimplemented methods and functionsMikio Hara2018-08-031-2/+2
* net: document caveats for (*syscall.RawConn).Write on WindowsAman Gupta2018-04-211-0/+6
* net: implement (*syscall.RawConn).Read/Write on WindowsAman Gupta2018-04-141-3/+0
* net: make {TCP,Unix}Listener implement syscall.ConnLorenz Bauer2017-10-251-0/+16
* net: add test for RawConn.Control on WindowsMikio Hara2017-05-201-2/+5
* net: make {TCP,UDP,IP,Unix}Conn compliant of syscall.Conn interfaceMikio Hara2017-05-191-0/+59