aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2021-08-20net/http: fix typo in header.goHuanCheng
2021-08-17all: fix typosYasuhiro Matsumoto
2021-08-16net: reduce allocation size in ReadFromUDPJosh Bleecher Snyder
2021-08-16net: remove allocation from UDPConn.WriteToJosh Bleecher Snyder
2021-08-16net: avoid memory copy calling absDomainNameAndy Pan
2021-08-16net/http: drop headers with invalid keys in Header.WriteDamien Neil
2021-08-16internal/syscall/unix: change Ioctl arg type to unsafe.Pointer on AIXMatt Layher
2021-08-13net: update IP.String doc to reflect RFC 5952 conformancehitzhangjie
2021-08-04net/http: speed up and deflake TestCancelRequestWhenSharingConnectionDamien Neil
2021-07-30net/http/httputil: close incoming ReverseProxy request bodyDamien Neil
2021-07-16net/http: correct capitalization in cancelTimeBody commentshota3506
2021-07-08net: filter bad names from Lookup functions instead of hard failingRoland Shoemaker
2021-07-02net/http: mention socks5 support in proxySean Liao
2021-07-01net: don't reject null mx recordsRoland Shoemaker
2021-06-29net: fix failure of TestCVE202133195Xiangdong Ji
2021-06-24net: remove hard-coded timeout in dialClosedPort test helperBryan C. Mills
2021-06-24net: use absDomainName in the Windows lookupPTR test helperBryan C. Mills
2021-06-15net/http: improve some server docsFilippo Valsorda
2021-06-10net/http: remove test-only private key from production binariesDamien Neil
2021-06-09net/http: add AllowQuerySemicolonsFilippo Valsorda
2021-06-09net/url: reject query values with semicolonsKatie Hockman
2021-06-08net: reject leading zeros in IP address parsersRoland Shoemaker
2021-06-04net/http: fix ResponseWriter.ReadFrom with short readsDamien Neil
2021-06-02net: don't rely on system hosts in TestCVE202133195Roland Shoemaker
2021-05-27net/http: correct Client.Do doc about context cancelationManlio Perillo
2021-05-27net: verify results from Lookup* are valid domain namesRoland Shoemaker
2021-05-27Revert "net: verify results from Lookup* are valid domain names"Roland Shoemaker
2021-05-27net/http/httputil: always remove hop-by-hop headersFilippo Valsorda
2021-05-24net: verify results from Lookup* are valid domain namesRoland Shoemaker
2021-05-19cmd/internal/moddeps: use filepath.SkipDir only on directoriesDmitri Shuralyov
2021-05-19net: return nil UDPAddr from ReadFromUDPMichael Pratt
2021-05-14net/http: prevent infinite wait during TestMissingStatusNoPanicMichael Fraenkel
2021-05-14all: fix spellingJohn Bampton
2021-05-11net/http: check that Unicode-aware functions are not usedFilippo Valsorda
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
2021-05-10net, runtime: drop macOS 10.12 skip conditions in testsTobias Klauser
2021-05-05net/http: ignore directory path when parsing multipart formsKatie Hockman
2021-05-05all: update vendored dependencies for Go 1.17Alexander Rakoczy
2021-05-04net/url: avoid string concatenation in resolvePathIan Lance Taylor
2021-05-03net/http: use relative path in Location redirectRoland Shoemaker
2021-04-30net/url: add Values.HasIan Mckay
2021-04-21net: don't check nil err twice in interfaceMessages on freebsdTobias Klauser
2021-04-20net: pass MSG_CMSG_CLOEXEC in ReadMsgUnix on dragonfly, netbsd and openbsdTobias Klauser
2021-04-20internal/poll, net: fix comments regarding accept and sysSocketTobias Klauser
2021-04-20net: use syscall.fcntl on libc systemsIan Lance Taylor
2021-04-19net: pass MSG_CMSG_CLOEXEC flag in ReadMsgUnixHowJMay
2021-04-16net/http/fcgi: eliminate race, keep request id until end of stdinHilko Bengen
2021-04-16net/http/cgi: Remove hard-coded ServeHTTP timeoutHowJMay
2021-04-16net/http: make ReadRequest return an error when requests have multiple Host h...ian woolf
2021-04-16net/http: using errors.Is in fs error detectionPeng Gao