aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2025-04-14internal/poll: disable SIO_UDP_NETRESET on WindowsJames Tucker
2025-04-10net: deduplicate sendfile filesqmuntal
2025-04-10net: reenable sendfile on Windowsqmuntal
2025-04-09net/http: initialize Value with File length in cloneMultipartForm1911860538
2025-04-09net/http: reduce memory usage when hijackingJakob Ackermann
2025-04-08net/http: push roundTrip panic higher in the stackNeal Patel
2025-04-07net/http: add link to typesabemotion
2025-04-07all: use built-in max/min to simplify the codecuishuang
2025-04-04internal/syscall/windows: use unsafe.Pointer instead of uintptrqmuntal
2025-03-26net: run unix socket stream tests on Windowsqmuntal
2025-03-25internal/poll,net: set SIO_UDP_CONNRESET in netqmuntal
2025-03-24net/url: document referenced RFCsSean Liao
2025-03-20net/http/httputil: document ReverseProxy removal of response headersSean Liao
2025-03-20net/smtp: make test certificate FIPS 140-3 compliantFilippo Valsorda
2025-03-19net/http/httputil: don't call WriteHeader after HijackDamien Neil
2025-03-18net/http/httputil: document ProxyRequest.SetURL limitationsSean Liao
2025-03-18net/http: add onClose hook to fake net listenerDamien Neil
2025-03-12net: deflake recently added TestCloseUnblocksReadUDPBrad Fitzpatrick
2025-03-11net/http: document Redirect behavior for non-ASCII charactersIan Lance Taylor
2025-03-11net/mail: use sync.OnceValue to build dateLayouts1911860538
2025-03-11runtime/internal: clean up completelyJes Cok
2025-03-11net: unblock UDP Reads upon Close on plan9, add testBrad Fitzpatrick
2025-03-10net/http/httputil: close hijacked connections when CloseWrite not availableDamien Neil
2025-03-06net: add comment about blocking to Conn.CloseIan Lance Taylor
2025-03-05net/http: make http.FileServer return 404 when a path is invalid/unsafeGrégoire Lodi
2025-03-04net/http: don't modify caller's tls.Config.NextProtosDamien Neil
2025-03-04all: update golang.org/x/netJunyang Shao
2025-03-04net/http/httputil: skip new test on Plan 9Ian Lance Taylor
2025-03-04net/http: speed up cookie and method validationJulien Cretel
2025-03-04net/http: support TCP half-close when HTTP is upgraded in ReverseProxyMark Wakefield
2025-03-04net/http: check server shutting down before processing the requestwineandchord
2025-03-03net/textproto: document enforcement of RFC 9112 for headersSean Liao
2025-03-03net: fix parsing of interfaces on plan9 without associated devicesBrad Fitzpatrick
2025-03-03net/http: allocate CloseNotifier channel lazilyJakob Ackermann
2025-02-27net/http: reject newlines in chunk-size linesDamien Neil
2025-02-26net: return proper error from ContextMateusz Poliwczak
2025-02-25all: surround -test.run arguments with ^$qmuntal
2025-02-25net: properly wrap context cancellation errors and return DNSErrors consistentlyMateusz Poliwczak
2025-02-24net: accept a valid IP address in LookupMXIan Lance Taylor
2025-02-24all: use testenv.Executable instead of os.Executable and os.Args[0]qmuntal
2025-02-24net/http: remove unused err parameter from cancelHarald Nordgren
2025-02-24net: add godoc links for UnixConn, UnixListenerOlivier Mengué
2025-02-24syscall: allow \x00-prefixed unix abstract socket to use full path lengthAlbert Sundjaja
2025-02-18all: use a more straightforward return valuecuishuang
2025-02-14net/http: use runtime.AddCleanup instead of runtime.SetFinalizerCarlos Amedee
2025-02-14net/http: unskip TestDisableContentLength/h2Dmitri Shuralyov
2025-02-13net/http, net/http/internal/httpcommon: add httpcommon packageDamien Neil
2025-02-12all: update vendored dependencies [generated]Dmitri Shuralyov
2025-02-11net/http/httptest: match net/http ContentLength behavior for http.NoBodySean Liao
2025-02-10net/http: use standard time formatting methodsTom Thorogood