summaryrefslogtreecommitdiff
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* net: use and assert correct res state size at compile time when cgo available...Mateusz Poliwczak2023-05-161-0/+21
* Revert "net/http: do not force the Content-Length header if nilled"Austin Clements2023-05-152-35/+1
* net/http: handle WriteHeader(101) as a non-informational headerDamien Neil2023-05-152-2/+74
* net/http: do not force the Content-Length header if nilledLaurent Senta2023-05-152-1/+35
* net: add tests for forceGoDNS and forceCgoDNSMateusz Poliwczak2023-05-121-0/+21
* net: don't treat unknown sources as dns when there is a dns sourceMateusz Poliwczak2023-05-112-10/+44
* net: clear /etc/hosts cache on fs.ErrNotExist and fs.ErrPermission errorsMateusz Poliwczak2023-05-111-36/+43
* net: return fallbackOrder immediately for some GOOSMateusz Poliwczak2023-05-111-0/+6
* net: force cgo for myhostname and mdns nss modules for LookupAddr on unixMateusz Poliwczak2023-05-113-49/+96
* net: use the lookupOrder for go resolver LookupAddrMateusz Poliwczak2023-05-114-13/+26
* net/http: let ErrNotSupported match errors.ErrUnsupportedIan Lance Taylor2023-05-102-0/+12
* all: fix a lot of commentscui fliter2023-05-103-7/+7
* net: correct Dialer.ControlContext documentationJabar Asadi2023-05-091-3/+3
* net/http: regenerate h2_bundle.goBryan C. Mills2023-05-091-6/+24
* net: net remove completed return from cgo lookup functionsMateusz Poliwczak2023-05-045-98/+41
* all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor2023-05-041-0/+4
* net/http: avoid leaking the writing goroutineMichael Fraenkel2023-05-021-0/+6
* net: don't recheck goosPrefersCgo in hostLookupOrderIan Lance Taylor2023-05-022-22/+3
* net: re check conf.goos even if it equals runtime.GOOSIan Lance Taylor2023-04-281-1/+1
* net: rewrite and simplify resolver configurationIan Lance Taylor2023-04-2718-188/+379
* net/http/cgi: propagate LD_LIBRARY_PATH on AndroidBryan C. Mills2023-04-261-1/+1
* std: fix various nilness findingsAlan Donovan2023-04-201-3/+4
* net: remove unused _C_FreeCStringTobias Klauser2023-04-192-3/+1
* net: check for NUL bytes in strings passed to C functionsIan Lance Taylor2023-04-193-15/+14
* syscall: add a sync.Pool for a NetlinkRIB scratch bufferBrad Fitzpatrick2023-04-181-0/+6
* net: mptcp: add TCPConn's MultipathTCP checkerMatthieu Baerts2023-04-184-3/+105
* net/http: avoid leaking writer goroutines in testsBryan C. Mills2023-04-122-3/+56
* net/http: only report the first leak of each test runBryan C. Mills2023-04-122-3/+20
* all: update vendored golang.org/x/netTobias Klauser2023-04-112-13/+13
* net: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-1155-57/+58
* net/http, net/internal, net/smtp: add wasip1Johan Brandhorst-Satzkorn2023-04-118-10/+8
* net: allow TestDialListenerAddr without an external networkBryan C. Mills2023-04-111-2/+0
* net: avoid opening an external port in TestDialListenerAddrBryan C. Mills2023-04-101-4/+36
* net: re-enable unixpacket tests on netbsd/386Tobias Klauser2023-04-101-5/+0
* net/http: expose "http: server gave HTTP response to HTTPS client" errorAkihiro Suda2023-04-071-1/+4
* net/http: wait forever for write results in testsDamien Neil2023-04-074-5/+13
* net/http: fix a race in TestResponseControllerSetPastReadDeadlineBryan C. Mills2023-04-071-2/+6
* net/http: improve failure mode for TestResponseControllerSetPastReadDeadlineDamien Neil2023-04-061-2/+9
* net/http: add tests covering non-GET methods for file servingDamien Neil2023-04-061-5/+78
* Revert "net/http: FileServer method check + minimal OPTIONS implementation"Damien Neil2023-04-062-56/+5
* net/http: drop client address comparison in TestTransportRemovesDeadIdleConne...Bryan C. Mills2023-04-041-7/+4
* mime/multipart: limit parsed mime message sizesDamien Neil2023-04-041-7/+12
* net/textproto, mime/multipart: improve accounting of non-file dataDamien Neil2023-04-041-1/+7
* net/textproto: avoid overpredicting the number of MIME header keysDamien Neil2023-04-042-4/+79
* net: treat EAI_NODATA as errNoSuchHostMateusz Poliwczak2023-04-044-1/+73
* all: fix misuses of "a" vs "an"cui fliter2023-04-042-3/+3
* net: unskip TestConcurrentPreferGoResolversDial on Windowsqmuntal2023-03-311-3/+3
* all: replace fmt.Sprintf("%d") with strconv.ItoaPhilippe Antoine2023-03-311-1/+1
* net: mptcp: add end-to-end testMatthieu Baerts2023-03-301-0/+133
* net: mptcp: fallback to TCP in case of any errorMatthieu Baerts2023-03-301-8/+22