aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2023-05-11mime/multipart: fix ReadForm always return (nil,io.EOF)ms-fix-multipart-readformShulhan
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
2023-04-20std: fix various nilness findingsAlan Donovan
2023-04-19net: remove unused _C_FreeCStringTobias Klauser
2023-04-19net: check for NUL bytes in strings passed to C functionsIan Lance Taylor
2023-04-18syscall: add a sync.Pool for a NetlinkRIB scratch bufferBrad Fitzpatrick
2023-04-18net: mptcp: add TCPConn's MultipathTCP checkerMatthieu Baerts
2023-04-12net/http: avoid leaking writer goroutines in testsBryan C. Mills
2023-04-12net/http: only report the first leak of each test runBryan C. Mills
2023-04-11all: update vendored golang.org/x/netTobias Klauser
2023-04-11net: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-11net/http, net/internal, net/smtp: add wasip1Johan Brandhorst-Satzkorn
2023-04-11net: allow TestDialListenerAddr without an external networkBryan C. Mills
2023-04-10net: avoid opening an external port in TestDialListenerAddrBryan C. Mills
2023-04-10net: re-enable unixpacket tests on netbsd/386Tobias Klauser
2023-04-07net/http: expose "http: server gave HTTP response to HTTPS client" errorAkihiro Suda
2023-04-07net/http: wait forever for write results in testsDamien Neil
2023-04-07net/http: fix a race in TestResponseControllerSetPastReadDeadlineBryan C. Mills
2023-04-06net/http: improve failure mode for TestResponseControllerSetPastReadDeadlineDamien Neil
2023-04-06net/http: add tests covering non-GET methods for file servingDamien Neil
2023-04-06Revert "net/http: FileServer method check + minimal OPTIONS implementation"Damien Neil
2023-04-04net/http: drop client address comparison in TestTransportRemovesDeadIdleConne...Bryan C. Mills
2023-04-04mime/multipart: limit parsed mime message sizesDamien Neil
2023-04-04net/textproto, mime/multipart: improve accounting of non-file dataDamien Neil
2023-04-04net/textproto: avoid overpredicting the number of MIME header keysDamien Neil
2023-04-04net: treat EAI_NODATA as errNoSuchHostMateusz Poliwczak
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2023-03-31net: unskip TestConcurrentPreferGoResolversDial on Windowsqmuntal
2023-03-31all: replace fmt.Sprintf("%d") with strconv.ItoaPhilippe Antoine
2023-03-30net: mptcp: add end-to-end testMatthieu Baerts
2023-03-30net: mptcp: fallback to TCP in case of any errorMatthieu Baerts
2023-03-29net: mptcp: implement listenMPTCPMatthieu Baerts
2023-03-29net: mptcp: implement dialMPTCPMatthieu Baerts
2023-03-28net: support forceCgoDNS and forceGoDns on windowsMateusz Poliwczak
2023-03-27net: don't assume that NOFILE rlimit fits in an intIan Lance Taylor
2023-03-25all: add a few links in package godocsDaniel Martí
2023-03-24net: call getSystemDNSConfig inside lookupWithFake to avoid nil dereference p...Mateusz Poliwczak
2023-03-24net/mail: fix EOF error while reading header-only message0xc0d
2023-03-24net: add initial MPTCP supportMatthieu Baerts
2023-03-24net: add mptcpStatus typeMatthieu Baerts