aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/cgi
AgeCommit message (Expand)Author
2020-09-01[release-branch.go1.15-security] net/http/cgi,net/http/fcgi: add Content-Type...Roberto Clapis
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
2020-03-06net/http/cgi: remove outdated TODOTim Cooper
2020-01-31net/http/cgi: rename a test file to be less cuteBrad Fitzpatrick
2019-10-02net/http/cgi: skip tests if not functional perlKyohei Kadota
2019-03-02net/http: update net/http package to replace a broken link with an archive linkSamuel Kelemen
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-06-04net: add js/wasm architectureRichard Musiol
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-04-25net/http/cgi: fix plan9 buildBrad Fitzpatrick
2017-04-25all: remove some unused parameters in test codeDaniel Martí
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-06-16all: extract "can I exec?" check from tests into internal/testenvRuss Cox
2015-04-13net/http/cgi: skip fork test on darwin/arm64David Crawshaw
2015-02-26net/http/cgi: skip exec test on darwin/armDavid Crawshaw
2015-02-18net/http/cgi: fix REMOTE_ADDR, REMOTE_HOST, add REMOTE_PORTAlex Sergeyev
2015-01-17net/http/cgi: correctly handle pathnames for cygwin perl on windowsMartin Möhrmann
2014-12-23net/http/cgi: Correctly pass down the REMOTE_PORT value for CGI requests.George Shammas
2014-09-08build: move package sources from src/pkg to srcRuss Cox