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
2023-05-11
mime/multipart: fix ReadForm always return (nil,io.EOF)
ms-fix-multipart-readform
Shulhan
2023-05-10
net/http: let ErrNotSupported match errors.ErrUnsupported
Ian Lance Taylor
2023-05-10
all: fix a lot of comments
cui fliter
2023-05-09
net: correct Dialer.ControlContext documentation
Jabar Asadi
2023-05-09
net/http: regenerate h2_bundle.go
Bryan C. Mills
2023-05-04
net: net remove completed return from cgo lookup functions
Mateusz Poliwczak
2023-05-04
all: add String for fs.{FileInfo,DirEntry} implementations
Ian Lance Taylor
2023-05-02
net/http: avoid leaking the writing goroutine
Michael Fraenkel
2023-05-02
net: don't recheck goosPrefersCgo in hostLookupOrder
Ian Lance Taylor
2023-04-28
net: re check conf.goos even if it equals runtime.GOOS
Ian Lance Taylor
2023-04-27
net: rewrite and simplify resolver configuration
Ian Lance Taylor
2023-04-26
net/http/cgi: propagate LD_LIBRARY_PATH on Android
Bryan C. Mills
2023-04-20
std: fix various nilness findings
Alan Donovan
2023-04-19
net: remove unused _C_FreeCString
Tobias Klauser
2023-04-19
net: check for NUL bytes in strings passed to C functions
Ian Lance Taylor
2023-04-18
syscall: add a sync.Pool for a NetlinkRIB scratch buffer
Brad Fitzpatrick
2023-04-18
net: mptcp: add TCPConn's MultipathTCP checker
Matthieu Baerts
2023-04-12
net/http: avoid leaking writer goroutines in tests
Bryan C. Mills
2023-04-12
net/http: only report the first leak of each test run
Bryan C. Mills
2023-04-11
all: update vendored golang.org/x/net
Tobias Klauser
2023-04-11
net: add wasip1 support
Johan Brandhorst-Satzkorn
2023-04-11
net/http, net/internal, net/smtp: add wasip1
Johan Brandhorst-Satzkorn
2023-04-11
net: allow TestDialListenerAddr without an external network
Bryan C. Mills
2023-04-10
net: avoid opening an external port in TestDialListenerAddr
Bryan C. Mills
2023-04-10
net: re-enable unixpacket tests on netbsd/386
Tobias Klauser
2023-04-07
net/http: expose "http: server gave HTTP response to HTTPS client" error
Akihiro Suda
2023-04-07
net/http: wait forever for write results in tests
Damien Neil
2023-04-07
net/http: fix a race in TestResponseControllerSetPastReadDeadline
Bryan C. Mills
2023-04-06
net/http: improve failure mode for TestResponseControllerSetPastReadDeadline
Damien Neil
2023-04-06
net/http: add tests covering non-GET methods for file serving
Damien Neil
2023-04-06
Revert "net/http: FileServer method check + minimal OPTIONS implementation"
Damien Neil
2023-04-04
net/http: drop client address comparison in TestTransportRemovesDeadIdleConne...
Bryan C. Mills
2023-04-04
mime/multipart: limit parsed mime message sizes
Damien Neil
2023-04-04
net/textproto, mime/multipart: improve accounting of non-file data
Damien Neil
2023-04-04
net/textproto: avoid overpredicting the number of MIME header keys
Damien Neil
2023-04-04
net: treat EAI_NODATA as errNoSuchHost
Mateusz Poliwczak
2023-04-04
all: fix misuses of "a" vs "an"
cui fliter
2023-03-31
net: unskip TestConcurrentPreferGoResolversDial on Windows
qmuntal
2023-03-31
all: replace fmt.Sprintf("%d") with strconv.Itoa
Philippe Antoine
2023-03-30
net: mptcp: add end-to-end test
Matthieu Baerts
2023-03-30
net: mptcp: fallback to TCP in case of any error
Matthieu Baerts
2023-03-29
net: mptcp: implement listenMPTCP
Matthieu Baerts
2023-03-29
net: mptcp: implement dialMPTCP
Matthieu Baerts
2023-03-28
net: support forceCgoDNS and forceGoDns on windows
Mateusz Poliwczak
2023-03-27
net: don't assume that NOFILE rlimit fits in an int
Ian Lance Taylor
2023-03-25
all: add a few links in package godocs
Daniel MartÃ
2023-03-24
net: call getSystemDNSConfig inside lookupWithFake to avoid nil dereference p...
Mateusz Poliwczak
2023-03-24
net/mail: fix EOF error while reading header-only message
0xc0d
2023-03-24
net: add initial MPTCP support
Matthieu Baerts
2023-03-24
net: add mptcpStatus type
Matthieu Baerts
[next]