aboutsummaryrefslogtreecommitdiff
path: root/src/net/fd_posix.go
AgeCommit message (Expand)Author
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2021-11-04net: pass around pointers to SockaddrInetNJosh Bleecher Snyder
2021-11-04net: remove the alloc from ReadMsgUDPAddrPortJosh Bleecher Snyder
2021-11-04net: remove the alloc from WriteMsgUDPAddrPortJosh Bleecher Snyder
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-08-16net: reduce allocation size in ReadFromUDPJosh Bleecher Snyder
2021-08-16net: remove allocation from UDPConn.WriteToJosh Bleecher Snyder
2021-04-19net: pass MSG_CMSG_CLOEXEC flag in ReadMsgUnixHowJMay
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-03-20net: merge common Unix/Windows methodsIan Lance Taylor
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2015-01-01net: don't return io.EOF on reading data from datagram, raw sockets on windowsMikio Hara