Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 1 | -0/+1 |
* | os, net: define and use os.ErrDeadlineExceeded | Ian Lance Taylor | 2020-04-25 | 1 | -4/+4 |
* | all: remove the nacl port (part 1) | Brad Fitzpatrick | 2019-10-09 | 1 | -2/+2 |
* | net: add js/wasm architecture | Richard Musiol | 2018-06-04 | 1 | -0/+2 |
* | net: add missing deadline test for RawConn | Mikio Hara | 2018-04-16 | 1 | -0/+76 |
* | net: implement (*syscall.RawConn).Read/Write on Windows | Aman Gupta | 2018-04-14 | 1 | -1/+1 |
* | net: improve test coverage for syscall.RawConn | Mikio Hara | 2018-03-31 | 1 | -0/+142 |
* | net: add test for RawConn.Control on Windows | Mikio Hara | 2017-05-20 | 1 | -94/+0 |
* | net: make {TCP,UDP,IP,Unix}Conn compliant of syscall.Conn interface | Mikio Hara | 2017-05-19 | 1 | -0/+94 |