summaryrefslogtreecommitdiff
path: root/src/net/http/cgi
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt main repoRuss Cox2022-04-111-4/+5
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-282-2/+0
* all: use bytes.Cut, strings.CutRuss Cox2021-10-063-10/+9
* net/http/cgi: Remove hard-coded ServeHTTP timeoutHowJMay2021-04-161-26/+3
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-202-0/+2
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-2/+1
* net/http/cgi: preserve env vars on illumosTobias Klauser2020-10-201-1/+1
* net/http/cgi: preserve LD_LIBRARY_PATH on NetBSD, tooNikhil Benesch2020-10-201-1/+1
* all: add GOOS=iosCherry Zhang2020-09-231-1/+1
* net/http/cgi,net/http/fcgi: add Content-Type detectionRoberto Clapis2020-09-143-12/+135
* net/http/cgi: don't pass nil Body to the child handlerMarco2020-09-012-0/+24
* net/http/cgi: reject invalid header namesFilippo Valsorda2020-05-061-1/+6
* net/http: use ASCII space trimming throughoutFilippo Valsorda2020-05-061-2/+3
* net/http/cgi: replace constant map with switch statementMatthew Dempsky2020-04-301-11/+18
* net/http/cgi: remove outdated TODOTim Cooper2020-03-061-2/+0
* net/http/cgi: rename a test file to be less cuteBrad Fitzpatrick2020-01-311-0/+0
* net/http/cgi: skip tests if not functional perlKyohei Kadota2019-10-021-14/+19
* net/http: update net/http package to replace a broken link with an archive linkSamuel Kelemen2019-03-021-1/+1
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-261-1/+1
* net: add js/wasm architectureRichard Musiol2018-06-041-0/+1
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-1/+1
* go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer2018-04-041-1/+1
* all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger2017-10-051-1/+1
* all: prefer strings.IndexByte over strings.IndexMarvin Stenger2017-09-251-1/+1
* net/http/cgi: fix plan9 buildBrad Fitzpatrick2017-04-251-1/+0
* all: remove some unused parameters in test codeDaniel Martí2017-04-253-4/+3
* [release-branch.go1.7] net/http, net/http/cgi: fix for CGI + HTTP_PROXY secur...Brad Fitzpatrick2016-07-182-3/+38
* net/http/cgi: allow CGI host to configure where child's stderr goesBrad Fitzpatrick2016-03-293-1/+31
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* net/http/cgi: optimize internal function removeLeadingDuplicates a bitBrad Fitzpatrick2015-10-152-8/+31
* net/http/cgi: make provided Env override even system env varsSteven Hartland2015-10-142-5/+7
* all: extract "can I exec?" check from tests into internal/testenvRuss Cox2015-06-161-13/+4
* net/http/cgi: skip fork test on darwin/arm64David Crawshaw2015-04-131-3/+6
* net/http/cgi: skip exec test on darwin/armDavid Crawshaw2015-02-261-6/+6
* net/http/cgi: fix REMOTE_ADDR, REMOTE_HOST, add REMOTE_PORTAlex Sergeyev2015-02-183-5/+49
* net/http/cgi: correctly handle pathnames for cygwin perl on windowsMartin Möhrmann2015-01-171-1/+1
* net/http/cgi: Correctly pass down the REMOTE_PORT value for CGI requests.George Shammas2014-12-232-4/+23
* build: move package sources from src/pkg to srcRuss Cox2014-09-088-0/+1533