summaryrefslogtreecommitdiff
path: root/src/net/http/cgi
Commit message (Expand)AuthorAgeFilesLines
* [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