aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2024-03-04net/http/cgi: close res.Bodyguoguangwu
2024-02-29net/http: remove Content-Length header in http.ErrorDamien Neil
2024-02-28all: run go fmtsivchari
2024-02-28net/http: make timeout errors match context.DeadlineExceededDamien Neil
2024-02-27net/http/httputil: avoid ReverseProxy data race on 1xx response and errorDamien Neil
2024-02-27runtime: disable use of runnext on wasmMichael Pratt
2024-02-27net: Correct the code snippet erroneously rolled back in CL550435kkhaike
2024-02-27net/http: prevent redirect loop in serveFile if "/" is a normal fileMauri de Souza Meneguzzo
2024-02-27net/http/pprof: avoid panic with user-defined "GET /" routeMatteo Vaccari
2024-02-26net/http: reject client-side retries in server timeout testsBryan C. Mills
2024-02-26net: use bytealg.IndexByte in cgoLookupAddrPTRTobias Klauser
2024-02-26net/netip: introduce parsePrefixError for better error handlingaimuz
2024-02-26net: don't force cgo resolver for .local subdomain queriesMateusz Poliwczak
2024-02-26path/filepath: add LocalizeDamien Neil
2024-02-26net/http: allow multiple spaces between method and path in mux patternsJes Cok
2024-02-24net/http: make FileServer look good on mobileMax 👨🏽‍💻 Coplan
2024-02-24net: skip TestReadLine if /etc/services does not existIan Lance Taylor
2024-02-21net: support context cancellation in acquireThreadMateusz Poliwczak
2024-02-21net: harmonize the time units used for TCP keep-alive on DragonFly and other ...Andy Pan
2024-02-20net: mention the cgo thread limit in package docsMateusz Poliwczak
2024-02-20net/http: add missing call to decConnsPerHostJulian Tibble
2024-02-20net: add KeepAliveConfig and implement SetKeepAliveConfigAndy Pan
2024-02-19net: prevent unintended retries upon receiving an empty answer response from ...kkhaike
2024-02-19net/netip: optimize parseIPv4 and refactor IPv6 embedded IPv4 parsingaimuz
2024-02-19net: move go/cgo resolver forcing functions to one fileMateusz Poliwczak
2024-02-14net/http: reject requests with invalid Content-Length headersAndy Pan
2024-02-14net: skip TestModeSocket on older Windows versionsqmuntal
2024-02-13net/http: close connection if OnProxyConnectResponse returns an errorDamien Neil
2024-02-13net/http: refine trailing-slash redirect logicJonathan Amsterdam
2024-02-12net/http: remove superfluous newline on redirectscodesoap
2024-02-12os: add os.ModeSocket support to os.Stat on windowsqmuntal
2024-02-10net: skip BenchmarkSendFile on WindowsAndy Pan
2024-02-09net: don't retry truncated TCP responsesAntonio Ojea
2024-02-07net: don't return errno from _C_res_nsearchIan Lance Taylor
2024-02-07net: support benchmark testing for sendfile on various platformsAndy Pan
2024-01-31runtime/debug: SetCrashOutput sets the FD for fatal panicsAlan Donovan
2024-01-30net/textproto: reject HTTP requests with empty header keysAndy Pan
2024-01-30Revert "runtime: disable use of runnext on wasm"Michael Pratt
2024-01-29runtime: disable use of runnext on wasmMichael Pratt
2024-01-29net/http: allow nothingWrittenError in TestTransportPersistConnReadLoopEOFMichael Pratt
2024-01-29net: in the fake implementation, allow writes to buffer on closed connectionsBryan C. Mills
2024-01-26net/mail: remove obsolete commentRoland Shoemaker
2024-01-26Revert "net/http: wrap client errors"Cherry Mui
2024-01-25net/http: wrap client errorskayos@tcp.direct
2024-01-24net/netip: use Addr.appendTo4In6 in Addr.AppendToTobias Klauser
2024-01-24net/netip: optimize Addr.String for 4in6 addressesTobias Klauser
2024-01-24net/netip: optimize Addr.MarshalText allocation for 4in6 addressesTobias Klauser
2024-01-24net/netip: further optimize AddrPort.StringTobias Klauser
2024-01-24net: verify if internal/poll.Splice has been called during io.CopyAndy Pan
2024-01-24net: ignore Dial errors in TestAcceptTimeoutBryan C. Mills