index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
Age
Commit message (
Expand
)
Author
2024-10-03
net/netip: clarify Addr.Is4In6 documentation
Damien Neil
2024-10-02
src/net/http: remove ServeMux.patterns
Jonathan Amsterdam
2024-10-02
all: use slices.Sorted(maps.Keys(m))
Tobias Klauser
2024-10-01
net: document possible networks that can be passed to Control
favonia
2024-09-30
net: use correct address family when testing for MPTCP support
Ian Lance Taylor
2024-09-30
net: improve GODEBUG=netdns=1 debug messages
Mateusz Poliwczak
2024-09-30
net,os: use os.LookupEnv instead of syscall.Getenv
Mateusz Poliwczak
2024-09-30
net: improve documentation of netgo/netcgo build tags
Mateusz Poliwczak
2024-09-26
net/http: use sync.OnceFunc, sync.OnceValue
apocelipes
2024-09-23
net,net/netip: implement the encoding.(Binary|Text)Appender
apocelipes
2024-09-18
net/netip: cover more AddrPort.String cases in tests
Tobias Klauser
2024-09-18
net/netip: use const for max address length
Mateusz Poliwczak
2024-09-13
net/http: make use of maps.Copy
Jes Cok
2024-09-13
internal/testenv: add MustHaveSource, rm HasSrc
Kir Kolyshkin
2024-09-10
net/http: make use of maps.Clone for Transport.{Clone, RegisterProtocol}
Jes Cok
2024-09-03
all: omit unnecessary 0 in slice expression
nlwkobe30
2024-09-03
net: enable multipath TCP by default for listeners
Aperence
2024-08-29
net/http: add HTTP2Config
Damien Neil
2024-08-27
net/http: simplify http.Request.Clone
Jes Cok
2024-08-14
net/http/httputil: close res body in test
guoguangwu
2024-08-13
net/http: rename server receiver for consistency
wineandchord
2024-08-12
os: employ sendfile(2) for file-to-file copying on SunOS when needed
Andy Pan
2024-08-08
net/url: implement encoding.BinaryAppender for URL
apocelipes
2024-07-31
net: replace sort with slices for address and DNS record sorting
aimuz
2024-07-30
net/http: match os.File.Readdir behavior in DotFileHiding
Sean Liao
2024-07-29
net/http: don't write HEAD response body in ResponseWriter.ReadFrom
Damien Neil
2024-07-29
cmd,log,net,runtime: simplify string prefix and suffix processing
apocelipes
2024-07-29
net/http: don't write body for HEAD responses in Response.Write
Damien Neil
2024-07-26
net: unskip TestUDPZeroBytePayload on Darwin
Dmitri Shuralyov
2024-07-25
net: use slices and maps to clean up tests
apocelipes
2024-07-23
all: update vendored dependencies
Dmitri Shuralyov
2024-07-22
net: add godoc links on UDP related symbols
Olivier Mengué
2024-07-16
net: document ParseIP always returns IPv6 addresses
Sean Liao
2024-07-15
net/http: document io.Seeker requirement for fs.FS arguments
Sean Liao
2024-06-28
net/http: avoid appending an existing trailing slash to path again
Jes Cok
2024-06-24
net/http: document that Request.Clone does not deep copy Body
Damien Neil
2024-06-24
net/netip: add test that Compare and reflect.DeepEqual match
Brad Fitzpatrick
2024-06-24
net/netip: unexport fields of addrDetail
Ian Lance Taylor
2024-06-18
net/http: keep Content-Encoding in Error, add GODEBUG for ServeContent
Damien Neil
2024-06-12
net: add GODEBUG=netedns0=0 to disable sending EDNS0 header
Ian Lance Taylor
2024-06-07
net/http: check GetConfigForClient in server.ServeTLS
Chance Zibolski
2024-06-06
net/http: send body or close connection on expect-100-continue requests
Damien Neil
2024-06-05
net/http: use default HTTP/2 frame scheduler
Damien Neil
2024-06-04
net/netip: check if address is v6 mapped in Is methods
Roland Shoemaker
2024-06-04
net: handle more error strings in lookupCNAME on Plan 9
David du Colombier
2024-06-04
all: update vendored dependencies
Michael Anthony Knyszek
2024-05-31
net/netip: cover IPv4Unspecified in TestAddrWellKnown
Tobias Klauser
2024-05-29
all: document legacy //go:linkname for final round of modules
Russ Cox
2024-05-23
std: fix calls to Printf(s) with non-constant s
Alan Donovan
2024-05-23
net/http: remove TestTransportDialCancelRace
Damien Neil
[prev]
[next]