aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/cgi/host.go
AgeCommit message (Expand)Author
2022-08-10net/http/cgi: remove port from the CGI environment of variable SERVER_NAMEhopehook
2022-04-11all: gofmt main repoRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2020-10-20net/http/cgi: preserve env vars on illumosTobias Klauser
2020-10-20net/http/cgi: preserve LD_LIBRARY_PATH on NetBSD, tooNikhil Benesch
2020-09-23all: add GOOS=iosCherry Zhang
2020-05-06net/http/cgi: reject invalid header namesFilippo Valsorda
2020-05-06net/http: use ASCII space trimming throughoutFilippo Valsorda
2020-04-30net/http/cgi: replace constant map with switch statementMatthew Dempsky
2016-07-18[release-branch.go1.7] net/http, net/http/cgi: fix for CGI + HTTP_PROXY secur...Brad Fitzpatrick
2016-03-29net/http/cgi: allow CGI host to configure where child's stderr goesBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2015-10-15net/http/cgi: optimize internal function removeLeadingDuplicates a bitBrad Fitzpatrick
2015-10-14net/http/cgi: make provided Env override even system env varsSteven Hartland
2015-02-18net/http/cgi: fix REMOTE_ADDR, REMOTE_HOST, add REMOTE_PORTAlex Sergeyev
2014-09-08build: move package sources from src/pkg to srcRuss Cox