aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2023-06-21net/mail: permit more characters in mail headersIan Lance Taylor
2023-06-16net/http: check RemoteAddr isn't nil before dereferencingAl Cutter
2023-06-16net/http: close req.Body only when it's non-nil on jsDmitri Shuralyov
2023-06-15net/http: only disable Fetch API in testsDmitri Shuralyov
2023-06-14net: fix panic when calling net.Listen or net.Dial on wasip1Achille Roussel
2023-06-13net: ensure net.Addr values match the connection type on wasip1Achille Roussel
2023-06-13all: fix mismatched symbolscui fliter
2023-06-12net: test net.FileConn and net.FileListener with UDP sockets on wasip1Achille Roussel
2023-06-11net/url: correct field name in Redacted doc commentIan Lance Taylor
2023-06-09net: update SOCK_CLOEXEC commentIan Lance Taylor
2023-06-09Revert "net: remove fallback path in sysSocket"Ian Lance Taylor
2023-06-07net/http: close response body in TestRequestBodyLimitDamien Neil
2023-06-02net: filter disabled interfaces in Windows DNS clientZhiyuan Zheng
2023-05-26all: update vendored dependenciesMatthew Dempsky
2023-05-25net: implement wasip1 FileListener and FileConnChris O'Hara
2023-05-24net/http: second do not force the Content-Length header if nilledJorropo
2023-05-24net: root the nodata test domain to avoid search domainsMateusz Poliwczak
2023-05-24net/http: check for nil, nil return from DialContext as well as Dialfangguizhen
2023-05-24net/http/pprof: adjust URL in package docJoe Tsai
2023-05-24net/http: add doc details regarding Transport retriesSimon Kotwicz
2023-05-24os: explicitly check for invalid FD in NewFileMichael Pratt
2023-05-24net/http: fix spelling issues in comments and testsOleksandr Redko
2023-05-23fmt,math/big,net/url: fixes to old BenchmarksEgon Elbre
2023-05-22net: skip TestFileFdBlocks if the "unix" network is not supportedBryan C. Mills
2023-05-20net, os: net.Conn.File.Fd should return a blocking descriptorIan Lance Taylor
2023-05-20net: ignore more errors in TestDialCancelIan Lance Taylor
2023-05-20net/http/pprof: document query paramsSean Liao
2023-05-19net: make Dial fail faster on Windows closed loopback devicesqmuntal
2023-05-18internal/poll, internal/syscall/unix, net: move and export fcntl syscall wrapperTobias Klauser
2023-05-16net: use and assert correct res state size at compile time when cgo available...Mateusz Poliwczak
2023-05-15Revert "net/http: do not force the Content-Length header if nilled"Austin Clements
2023-05-15net/http: handle WriteHeader(101) as a non-informational headerDamien Neil
2023-05-15net/http: do not force the Content-Length header if nilledLaurent Senta
2023-05-12net: add tests for forceGoDNS and forceCgoDNSMateusz Poliwczak
2023-05-11net: don't treat unknown sources as dns when there is a dns sourceMateusz Poliwczak
2023-05-11net: clear /etc/hosts cache on fs.ErrNotExist and fs.ErrPermission errorsMateusz Poliwczak
2023-05-11net: return fallbackOrder immediately for some GOOSMateusz Poliwczak
2023-05-11net: force cgo for myhostname and mdns nss modules for LookupAddr on unixMateusz Poliwczak
2023-05-11net: use the lookupOrder for go resolver LookupAddrMateusz Poliwczak
2023-05-10net/http: let ErrNotSupported match errors.ErrUnsupportedIan Lance Taylor
2023-05-10all: fix a lot of commentscui fliter
2023-05-09net: correct Dialer.ControlContext documentationJabar Asadi
2023-05-09net/http: regenerate h2_bundle.goBryan C. Mills
2023-05-04net: net remove completed return from cgo lookup functionsMateusz Poliwczak
2023-05-04all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor
2023-05-02net/http: avoid leaking the writing goroutineMichael Fraenkel
2023-05-02net: don't recheck goosPrefersCgo in hostLookupOrderIan Lance Taylor
2023-04-28net: re check conf.goos even if it equals runtime.GOOSIan Lance Taylor
2023-04-27net: rewrite and simplify resolver configurationIan Lance Taylor
2023-04-26net/http/cgi: propagate LD_LIBRARY_PATH on AndroidBryan C. Mills