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
/
http
/
cgi
/
host.go
Age
Commit message (
Expand
)
Author
2022-08-10
net/http/cgi: remove port from the CGI environment of variable SERVER_NAME
hopehook
2022-04-11
all: gofmt main repo
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2020-10-20
net/http/cgi: preserve env vars on illumos
Tobias Klauser
2020-10-20
net/http/cgi: preserve LD_LIBRARY_PATH on NetBSD, too
Nikhil Benesch
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-05-06
net/http/cgi: reject invalid header names
Filippo Valsorda
2020-05-06
net/http: use ASCII space trimming throughout
Filippo Valsorda
2020-04-30
net/http/cgi: replace constant map with switch statement
Matthew Dempsky
2016-07-18
[release-branch.go1.7] net/http, net/http/cgi: fix for CGI + HTTP_PROXY secur...
Brad Fitzpatrick
2016-03-29
net/http/cgi: allow CGI host to configure where child's stderr goes
Brad Fitzpatrick
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-10-15
net/http/cgi: optimize internal function removeLeadingDuplicates a bit
Brad Fitzpatrick
2015-10-14
net/http/cgi: make provided Env override even system env vars
Steven Hartland
2015-02-18
net/http/cgi: fix REMOTE_ADDR, REMOTE_HOST, add REMOTE_PORT
Alex Sergeyev
2014-09-08
build: move package sources from src/pkg to src
Russ Cox