aboutsummaryrefslogtreecommitdiff
path: root/src/net/net_fake.go
AgeCommit message (Expand)Author
2024-01-23net: report timeouts more aggressively in Accept in the fake implementationBryan C. Mills
2024-01-22net: remove an unused sync.Map in the fake net implementationBryan C. Mills
2024-01-19net: work around runtime scheduler starvation on js and wasip1Bryan C. Mills
2023-09-18net: enable most tests on wasip1 and jsBryan C. Mills
2023-06-29net: enable pure Go resolver for wasip1Chris O'Hara
2023-06-14net: fix panic when calling net.Listen or net.Dial on wasip1Achille Roussel
2023-05-25net: implement wasip1 FileListener and FileConnChris O'Hara
2023-04-11net: add wasip1 supportJohan Brandhorst-Satzkorn
2022-11-22all: enable disabled HTTP/2 testsDamien Neil
2022-11-15net: use a consistent dnsConfig in hostLookupOrderMateusz Poliwczak
2022-11-04net: add ControlContext to Dialercuiweixie
2022-05-30net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9Brad Fitzpatrick
2022-04-22Revert "net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9"Bryan Mills
2022-04-22net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9Brad Fitzpatrick
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
2018-06-26net: improve ExampleUDPConn_WriteTo docsMikio Hara
2018-06-04net: add js/wasm architectureRichard Musiol