aboutsummaryrefslogtreecommitdiff
path: root/src/net/udpsock.go
AgeCommit message (Expand)Author
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-08-03net: update docs for unimplemented methods and functionsMikio Hara
2018-05-29net: move dial and listen functions under sysDialer, sysListenerAudrius Butkevicius
2017-11-10net: implement ReadMsg/WriteMsg on windowsAman Gupta
2017-07-06net: don't return IPv4 unspecified addr for Resolve*Addr of [::] or [::]:nBrad Fitzpatrick
2017-06-22net: update documentation on methods of UDPConnMikio Hara
2017-06-22net: update documentation on Resolve{TCP,UDP,IP,Unix}AddrMikio Hara
2017-06-22net: update documentation on Listen{TCP,UDP,MulticastUDP,IP,Unix,Unixgram}Mikio Hara
2017-06-22net: update documentation on Dial{TCP,UDP,IP,Unix}Mikio Hara
2017-05-19net: make {TCP,UDP,IP,Unix}Conn compliant of syscall.Conn interfaceMikio Hara
2016-11-28net: add missing comma on BUGS section for consistencyMikio Hara
2016-10-27net: add multicast UDP support for plan9Chris McGee
2016-10-25net: add hostname warnings to all first(isIPv4) functions.Paul Marks
2016-09-21net: add Resolver type, Dialer.Resolver, and DefaultResolverBrad Fitzpatrick
2016-08-23net: document unimplemented methods and functionsMikio Hara
2016-04-15net: context plumbing, add Dialer.DialContextBrad Fitzpatrick
2016-03-16net: deduplicate UDP socket codeMikio Hara
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-06-13net: don't return non-nil interface values as Source, Addr in OpErrorMikio Hara
2015-04-10net: make multi-IP resolution more flexible.Paul Marks
2015-03-28net: simplify test helpersMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox