index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
udpsock_test.go
Age
Commit message (
Expand
)
Author
2026-03-09
net: correctly handle non-nil empty cmsg buffer on windows
database64128
2025-09-12
net,internal/poll: skip TestAllocs when race is enabled on Windows
qmuntal
2025-08-27
net: allow zero value destination address in WriteMsgUDPAddrPort
database64128
2025-08-15
net: skip TestIPv4WriteMsgUDPAddrPort on plan9
Richard Miller
2025-08-08
net: fix WriteMsgUDPAddrPort addr handling on IPv4 sockets
database64128
2024-10-28
all: skip and fix various tests with -asan and -msan
Michael Anthony Knyszek
2024-07-26
net: unskip TestUDPZeroBytePayload on Darwin
Dmitri Shuralyov
2023-09-18
net: enable most tests on wasip1 and js
Bryan C. Mills
2023-04-11
net: add wasip1 support
Johan Brandhorst-Satzkorn
2022-08-15
net: use testenv.SkipIfOptimizationOff in TestAllocs
Tobias Klauser
2022-08-03
net: disable TestIPv6WriteMsgUDPAddrPortTargetAddrIPVersion [sic] on Dragonfl...
Russ Cox
2022-07-26
net: fix WriteMsgUDPAddrPort addr handling
database64128
2022-02-03
net: remove an arbitrary timeout in TestUDPReadSizeError
Bryan C. Mills
2021-12-13
net: pass a testing.TB to newLocal* helpers
Bryan C. Mills
2021-11-11
net: skip new testpoint TestUDPIPVersionReadMsg on plan9
Than McIntosh
2021-11-10
net: do more faithful conversion from AddrPort to UDPAddr
Jason A. Donenfeld
2021-11-05
net: skip new alloc test on some builders
Brad Fitzpatrick
2021-11-04
net: add UDP allocs test
Josh Bleecher Snyder
2021-11-02
net: add ReadFromUDPAddrPort
Josh Bleecher Snyder
2021-11-02
net: add BenchmarkWriteToReadFromUDPAddrPort
Josh Bleecher Snyder
2021-11-02
net: add BenchmarkReadWriteMsgUDPAddrPort
Josh Bleecher Snyder
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-05-19
net: return nil UDPAddr from ReadFromUDP
Michael Pratt
2021-03-15
net: fix BenchmarkWriteToReadFromUDP on Windows
Filippo Valsorda
2021-03-15
net: use mid-stack inlining with ReadFromUDP to avoid an allocation
Josh Bleecher Snyder
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-09-23
all: add GOOS=ios
Cherry Zhang
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-01-03
net: skip TestUDPZeroBytePayload on Darwin
Ian Lance Taylor
2018-12-20
net: don't accept timeouts in TestUDPZeroBytePayload
Ian Lance Taylor
2018-09-06
net: ensure WriteTo on Windows sends even zero-byte payloads
Jake B
2018-06-04
net: add js/wasm architecture
Richard Musiol
2018-02-21
net: fix UDPConn readers to return truncated payload size instead of 0
Mansour Rahimi
2018-02-15
all: drop support for Windows Vista or below (Windows XP)
Mikio Hara
2017-12-10
net: skip some tests on Windows XP
Alex Brainman
2017-11-10
net: implement ReadMsg/WriteMsg on windows
Aman Gupta
2017-04-15
net: delay IP protocol stack-snooping system calls
Mikio Hara
2016-12-21
net: make InterfaceByIndex return a consistent name on solaris
Mikio Hara
2016-04-15
net: cache IPv6 zone information for applications using IPv6 link-local address
Mikio Hara
2016-04-14
net: make use of internal/testenv package
Mikio Hara
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-02-24
net: rename test files
Mikio Hara