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
Age
Commit message (
Expand
)
Author
2023-06-21
net/mail: permit more characters in mail headers
Ian Lance Taylor
2023-06-16
net/http: check RemoteAddr isn't nil before dereferencing
Al Cutter
2023-06-16
net/http: close req.Body only when it's non-nil on js
Dmitri Shuralyov
2023-06-15
net/http: only disable Fetch API in tests
Dmitri Shuralyov
2023-06-14
net: fix panic when calling net.Listen or net.Dial on wasip1
Achille Roussel
2023-06-13
net: ensure net.Addr values match the connection type on wasip1
Achille Roussel
2023-06-13
all: fix mismatched symbols
cui fliter
2023-06-12
net: test net.FileConn and net.FileListener with UDP sockets on wasip1
Achille Roussel
2023-06-11
net/url: correct field name in Redacted doc comment
Ian Lance Taylor
2023-06-09
net: update SOCK_CLOEXEC comment
Ian Lance Taylor
2023-06-09
Revert "net: remove fallback path in sysSocket"
Ian Lance Taylor
2023-06-07
net/http: close response body in TestRequestBodyLimit
Damien Neil
2023-06-02
net: filter disabled interfaces in Windows DNS client
Zhiyuan Zheng
2023-05-26
all: update vendored dependencies
Matthew Dempsky
2023-05-25
net: implement wasip1 FileListener and FileConn
Chris O'Hara
2023-05-24
net/http: second do not force the Content-Length header if nilled
Jorropo
2023-05-24
net: root the nodata test domain to avoid search domains
Mateusz Poliwczak
2023-05-24
net/http: check for nil, nil return from DialContext as well as Dial
fangguizhen
2023-05-24
net/http/pprof: adjust URL in package doc
Joe Tsai
2023-05-24
net/http: add doc details regarding Transport retries
Simon Kotwicz
2023-05-24
os: explicitly check for invalid FD in NewFile
Michael Pratt
2023-05-24
net/http: fix spelling issues in comments and tests
Oleksandr Redko
2023-05-23
fmt,math/big,net/url: fixes to old Benchmarks
Egon Elbre
2023-05-22
net: skip TestFileFdBlocks if the "unix" network is not supported
Bryan C. Mills
2023-05-20
net, os: net.Conn.File.Fd should return a blocking descriptor
Ian Lance Taylor
2023-05-20
net: ignore more errors in TestDialCancel
Ian Lance Taylor
2023-05-20
net/http/pprof: document query params
Sean Liao
2023-05-19
net: make Dial fail faster on Windows closed loopback devices
qmuntal
2023-05-18
internal/poll, internal/syscall/unix, net: move and export fcntl syscall wrapper
Tobias Klauser
2023-05-16
net: use and assert correct res state size at compile time when cgo available...
Mateusz Poliwczak
2023-05-15
Revert "net/http: do not force the Content-Length header if nilled"
Austin Clements
2023-05-15
net/http: handle WriteHeader(101) as a non-informational header
Damien Neil
2023-05-15
net/http: do not force the Content-Length header if nilled
Laurent Senta
2023-05-12
net: add tests for forceGoDNS and forceCgoDNS
Mateusz Poliwczak
2023-05-11
net: don't treat unknown sources as dns when there is a dns source
Mateusz Poliwczak
2023-05-11
net: clear /etc/hosts cache on fs.ErrNotExist and fs.ErrPermission errors
Mateusz Poliwczak
2023-05-11
net: return fallbackOrder immediately for some GOOS
Mateusz Poliwczak
2023-05-11
net: force cgo for myhostname and mdns nss modules for LookupAddr on unix
Mateusz Poliwczak
2023-05-11
net: use the lookupOrder for go resolver LookupAddr
Mateusz Poliwczak
2023-05-10
net/http: let ErrNotSupported match errors.ErrUnsupported
Ian Lance Taylor
2023-05-10
all: fix a lot of comments
cui fliter
2023-05-09
net: correct Dialer.ControlContext documentation
Jabar Asadi
2023-05-09
net/http: regenerate h2_bundle.go
Bryan C. Mills
2023-05-04
net: net remove completed return from cgo lookup functions
Mateusz Poliwczak
2023-05-04
all: add String for fs.{FileInfo,DirEntry} implementations
Ian Lance Taylor
2023-05-02
net/http: avoid leaking the writing goroutine
Michael Fraenkel
2023-05-02
net: don't recheck goosPrefersCgo in hostLookupOrder
Ian Lance Taylor
2023-04-28
net: re check conf.goos even if it equals runtime.GOOS
Ian Lance Taylor
2023-04-27
net: rewrite and simplify resolver configuration
Ian Lance Taylor
2023-04-26
net/http/cgi: propagate LD_LIBRARY_PATH on Android
Bryan C. Mills
[prev]
[next]