summaryrefslogtreecommitdiff
path: root/src/net/http/fcgi
Commit message (Expand)AuthorAgeFilesLines
* all: consistently use US spelling of present participlesDaniel Martí2022-04-081-4/+4
* net/http/fcgi: eliminate race, keep request id until end of stdinHilko Bengen2021-04-162-15/+58
* net/http/fcgi: remove locking added to prevent a test-only raceHilko Bengen2021-01-262-7/+8
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-202-6/+4
* net/http/cgi,net/http/fcgi: add Content-Type detectionRoberto Clapis2020-09-142-10/+81
* net/http/fcgi: fix race in child.serve connection readTzu-Chiao Yeh2020-09-021-0/+3
* net/http/fcgi: update URL to spec documentationBrad Fitzpatrick2018-02-131-3/+2
* net/http/fcgi: expose cgi env vars in request contextMeir Fischer2017-04-133-1/+123
* net/http/fcgi: fix link to protocol docsBrad Fitzpatrick2016-11-071-1/+5
* all: delete dead non-test codeDominik Honnef2016-03-251-7/+0
* net/http/fcgi: fix panic with malformed params recordDidier Spezia2015-09-272-0/+27
* net/http/fcgi: fix race between serveRequest and cleanUpBrad Fitzpatrick2015-07-111-0/+2
* net/http/fcgi: fix testDmitry Vyukov2015-03-021-1/+3
* net/http/fcgi: Fix resource leaksEvan Kroske2015-01-192-1/+126
* build: move package sources from src/pkg to srcRuss Cox2014-09-083-0/+729