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
/
net_fake.go
Age
Commit message (
Expand
)
Author
2024-01-23
net: report timeouts more aggressively in Accept in the fake implementation
Bryan C. Mills
2024-01-22
net: remove an unused sync.Map in the fake net implementation
Bryan C. Mills
2024-01-19
net: work around runtime scheduler starvation on js and wasip1
Bryan C. Mills
2023-09-18
net: enable most tests on wasip1 and js
Bryan C. Mills
2023-06-29
net: enable pure Go resolver for wasip1
Chris O'Hara
2023-06-14
net: fix panic when calling net.Listen or net.Dial on wasip1
Achille Roussel
2023-05-25
net: implement wasip1 FileListener and FileConn
Chris O'Hara
2023-04-11
net: add wasip1 support
Johan Brandhorst-Satzkorn
2022-11-22
all: enable disabled HTTP/2 tests
Damien Neil
2022-11-15
net: use a consistent dnsConfig in hostLookupOrder
Mateusz Poliwczak
2022-11-04
net: add ControlContext to Dialer
cuiweixie
2022-05-30
net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9
Brad Fitzpatrick
2022-04-22
Revert "net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9"
Bryan Mills
2022-04-22
net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9
Brad Fitzpatrick
2021-11-04
net: pass around pointers to SockaddrInetN
Josh Bleecher Snyder
2021-11-04
net: remove the alloc from ReadMsgUDPAddrPort
Josh Bleecher Snyder
2021-11-04
net: remove the alloc from WriteMsgUDPAddrPort
Josh Bleecher Snyder
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-08-16
net: reduce allocation size in ReadFromUDP
Josh Bleecher Snyder
2021-08-16
net: remove allocation from UDPConn.WriteTo
Josh Bleecher Snyder
2021-04-19
net: pass MSG_CMSG_CLOEXEC flag in ReadMsgUnix
HowJMay
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2018-06-26
net: improve ExampleUDPConn_WriteTo docs
Mikio Hara
2018-06-04
net: add js/wasm architecture
Richard Musiol