aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/cgi/host.go
AgeCommit message (Expand)Author
2024-03-07all: remove redundant string conversions when formatting []byte with %scui fliter
2023-11-06net/http/cgi: the PATH_INFO should be empty or start with a slashaimuz
2023-10-04net/http/cgi: set SERVER_PORT to 443 when req.TLS != niledef
2023-08-26Revert "net/http/cgi: workaround for closure inlining issue"Cuong Manh Le
2023-08-25net/http/cgi: workaround for closure inlining issueMatthew Dempsky
2023-04-26net/http/cgi: propagate LD_LIBRARY_PATH on AndroidBryan C. Mills
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