aboutsummaryrefslogtreecommitdiff
path: root/src/net/udpsock_posix.go
AgeCommit message (Expand)Author
2021-04-19net: pass MSG_CMSG_CLOEXEC flag in ReadMsgUnixHowJMay
2021-03-15net: use mid-stack inlining with ReadFromUDP to avoid an allocationJosh Bleecher Snyder
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-10-10net: add AIX operating systemClément Chigot
2018-06-04net: add js/wasm architectureRichard Musiol
2018-05-30net: add ListenConfig, Dialer.Control to permit socket opts before listen/dialAudrius Butkevicius
2018-05-29net: move dial and listen functions under sysDialer, sysListenerAudrius Butkevicius
2017-04-28net: make zone helpers into methods of ipv6ZoneCacheMikio Hara
2016-11-02net: fix Dial(":80") on WindowsRuss Cox
2016-04-15net: context plumbing, add Dialer.DialContextBrad Fitzpatrick
2016-03-16net: deduplicate UDP socket codeMikio Hara
2016-03-03net: deduplicate TCP socket codeMikio Hara
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-12-15net: add Dialer.Cancel to cancel pending dialsBrad Fitzpatrick
2015-06-13net: don't return non-nil interface values as Source, Addr in OpErrorMikio Hara
2015-05-20net: document that ListenMulticastUDP is for simple applicationsMikio Hara
2015-04-29net: add Source field to OpErrorMikio Hara
2015-04-18net: fix inconsistent error values on WriteMikio Hara
2015-04-18net: fix inconsistent error values on ReadMikio Hara
2015-04-10net: make multi-IP resolution more flexible.Paul Marks
2015-03-28net: simplify test helpersMikio Hara
2015-02-10net: permit WriteMsgUDP to connected UDP socketsNicolas S. Dade
2014-09-08build: move package sources from src/pkg to srcRuss Cox