aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/cgi
AgeCommit message (Expand)Author
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