aboutsummaryrefslogtreecommitdiff
path: root/src/net/udpsock_test.go
AgeCommit message (Expand)Author
2021-03-15net: fix BenchmarkWriteToReadFromUDP on WindowsFilippo Valsorda
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
2020-09-23all: add GOOS=iosCherry Zhang
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-01-03net: skip TestUDPZeroBytePayload on DarwinIan Lance Taylor
2018-12-20net: don't accept timeouts in TestUDPZeroBytePayloadIan Lance Taylor
2018-09-06net: ensure WriteTo on Windows sends even zero-byte payloadsJake B
2018-06-04net: add js/wasm architectureRichard Musiol
2018-02-21net: fix UDPConn readers to return truncated payload size instead of 0Mansour Rahimi
2018-02-15all: drop support for Windows Vista or below (Windows XP)Mikio Hara
2017-12-10net: skip some tests on Windows XPAlex Brainman
2017-11-10net: implement ReadMsg/WriteMsg on windowsAman Gupta
2017-04-15net: delay IP protocol stack-snooping system callsMikio Hara
2016-12-21net: make InterfaceByIndex return a consistent name on solarisMikio Hara
2016-04-15net: cache IPv6 zone information for applications using IPv6 link-local addressMikio Hara
2016-04-14net: make use of internal/testenv packageMikio Hara
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-24net: rename test filesMikio Hara