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
2017-12-07
net/http/httputil: remove redundant call of setBody in test
go1.10beta1
Joe Kyo
2017-12-07
net/http: use correct method name in Server.ServeTLS docs
Artyom Pervukhin
2017-12-06
net/url: fix PathUnescape, QueryUnescape number grammar
Russ Cox
2017-12-06
net/http: keep testing DetectContentType of empty body
Russ Cox
2017-12-05
net: return io.ErrClosedPipe when possible from net.Pipe
Joe Tsai
2017-12-05
net/http: fix unclosed Listener leak in ListenAndServeTLS
Tim Heckman
2017-12-01
net/url: document Parse more
Brad Fitzpatrick
2017-12-01
net/http: speed up and deflake TestServerKeepAlivesEnabled_h2
Brad Fitzpatrick
2017-12-01
net/http: update bundled http2
Brad Fitzpatrick
2017-12-01
Revert "go/printer: forbid empty line before first comment in block"
Joe Tsai
2017-11-29
net: skip unixpacket tests on netbsd/386
Brad Fitzpatrick
2017-11-29
net/rpc: wait for responses to be written before closing Codec
Russ Cox
2017-11-28
all: drop support for FreeBSD 9 or below
Mikio Hara
2017-11-28
net/http: document streaming nature of Response.Body
Brad Fitzpatrick
2017-11-28
net: accept 64 kB lines in /etc/hosts
Russ Cox
2017-11-28
net/http: update bundled http2
Brad Fitzpatrick
2017-11-27
net/http: panic on invalid WriteHeader status code
Brad Fitzpatrick
2017-11-27
net/textproto: reject all headers with a leading space
Tom Bergan
2017-11-26
internal/poll: do not use Windows TransmitFile with pipes
Alex Brainman
2017-11-23
net: skip TestLookupLongTXT on Plan 9
David du Colombier
2017-11-23
net: fix LookupTXT of long records on Windows
Russ Cox
2017-11-22
net/http: implement sniffing for some fonts
Emmanuel Odeke
2017-11-21
net: fix typo in parsePort documentation
Tobias Klauser
2017-11-17
Revert "net: Forget lookups for canceled contexts"
Brad Fitzpatrick
2017-11-15
net: Forget lookups for canceled contexts
Troels Thomsen
2017-11-15
net/mail: clarify doc comment
Russ Cox
2017-11-15
net/url: allow *User functions to work on a nil receiver.
OneOfOne
2017-11-15
net/http: don't set Content-Type with empty body automatically
Tw
2017-11-14
net/mail: treat comment in address as display name
Michael Stapelberg
2017-11-14
net/http/httputil: allow ReverseProxy to call ModifyResponse on failed requests
Akhil Indurti
2017-11-14
net/url: clarify QueryUnescape and PathUnescape doc
Alberto Donizetti
2017-11-14
net/http: add example to Server.Shutdown
Stephen McQuay (smcquay)
2017-11-11
net/http/httputil: make ReverseProxy close response body if ModifyResponse re...
Edan B
2017-11-10
net: ignore duplicate interfaces in TestInterfaceHardwareAddrWithGetmac
Alex Brainman
2017-11-10
net: mark condFatalf as a test helper
Aman Gupta
2017-11-10
net/http: simplify ctx.Err() call in test
Sina Siadat
2017-11-10
net: implement ReadMsg/WriteMsg on windows
Aman Gupta
2017-11-10
net/textproto: ignore initial lines with leading whitespaces in ReadMIMEHeader
Wèi Cōngruì
2017-11-10
net/http: fix copy-paste error in the ServeTLS docs
Ian Kent
2017-11-07
net: use WSASocket instead of socket call
Alex Brainman
2017-11-04
all: change github.com issue links to golang.org
Leigh McCulloch
2017-11-02
net/http: clarify when it is safe to reuse a request
Tom Bergan
2017-11-02
net/http: remove unused named return variables
mattyw
2017-11-02
net/http: quiet some log spam in TestNoBodyOnChunked304Response
Brad Fitzpatrick
2017-11-02
net/http: remove some log spam in test, add missing error detail
Brad Fitzpatrick
2017-11-02
go/printer: forbid empty line before first comment in block
Joe Tsai
2017-11-01
net/http: update bundled http2
Tom Bergan
2017-11-01
net/smtp: don't call testing.T.Fatal{,f} from goroutines not running Test fun...
Mikio Hara
2017-11-01
net/mail: capitalize acronym on helper function name
Mikio Hara
2017-11-01
net/http: set Content-Type header for HEAD as well
Dmitri Shuralyov
[next]