aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/cgi
AgeCommit message (Expand)Author
2025-11-13net/http/cgi: accept INCLUDED as protocol for server side includesPeter Beard
2024-10-02all: use slices.Sorted(maps.Keys(m))Tobias Klauser
2024-07-25net: use slices and maps to clean up testsapocelipes
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-03-07all: remove redundant string conversions when formatting []byte with %scui fliter
2024-03-04net/http/cgi: close res.Bodyguoguangwu
2024-01-10net: add available godoc linkcui fliter
2024-01-04net/http/cgi: in TestCopyError, check for a Handler.ServeHTTP goroutine inste...Bryan C. Mills
2023-11-07net/http/cgi: eliminate use of Perl in testsaimuz
2023-11-06net/http/cgi: the PATH_INFO should be empty or start with a slashaimuz
2023-10-04net/http/cgi: set SERVER_PORT to 443 when req.TLS != niledef
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-08-26Revert "net/http/cgi: workaround for closure inlining issue"Cuong Manh Le
2023-08-25net/http/cgi: workaround for closure inlining issueMatthew Dempsky
2023-08-22net/http: use testenv.Command instead of exec.Command in testsBryan C. Mills
2023-04-26net/http/cgi: propagate LD_LIBRARY_PATH on AndroidBryan C. Mills
2022-09-29net/http: using strings.CutPrefix replace strings.HasPrefix and strings.TrimP...cuiweixie
2022-09-06net/http/cgi: use strings.Buildercuiweixie
2022-08-10net/http/cgi: remove port from the CGI environment of variable SERVER_NAMEhopehook
2022-04-11all: gofmt main repoRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-04-16net/http/cgi: Remove hard-coded ServeHTTP timeoutHowJMay
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20net/http/cgi: preserve env vars on illumosTobias Klauser
2020-10-20net/http/cgi: preserve LD_LIBRARY_PATH on NetBSD, tooNikhil Benesch
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-14net/http/cgi,net/http/fcgi: add Content-Type detectionRoberto Clapis
2020-09-01net/http/cgi: don't pass nil Body to the child handlerMarco
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