index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
http
/
cgi
Age
Commit message (
Expand
)
Author
2022-09-29
net/http: using strings.CutPrefix replace strings.HasPrefix and strings.TrimP...
cuiweixie
2022-09-06
net/http/cgi: use strings.Builder
cuiweixie
2022-08-10
net/http/cgi: remove port from the CGI environment of variable SERVER_NAME
hopehook
2022-04-11
all: gofmt main repo
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-04-16
net/http/cgi: Remove hard-coded ServeHTTP timeout
HowJMay
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-20
net/http/cgi: preserve env vars on illumos
Tobias Klauser
2020-10-20
net/http/cgi: preserve LD_LIBRARY_PATH on NetBSD, too
Nikhil Benesch
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-09-14
net/http/cgi,net/http/fcgi: add Content-Type detection
Roberto Clapis
2020-09-01
net/http/cgi: don't pass nil Body to the child handler
Marco
2020-05-06
net/http/cgi: reject invalid header names
Filippo Valsorda
2020-05-06
net/http: use ASCII space trimming throughout
Filippo Valsorda
2020-04-30
net/http/cgi: replace constant map with switch statement
Matthew Dempsky
2020-03-06
net/http/cgi: remove outdated TODO
Tim Cooper
2020-01-31
net/http/cgi: rename a test file to be less cute
Brad Fitzpatrick
2019-10-02
net/http/cgi: skip tests if not functional perl
Kyohei Kadota
2019-03-02
net/http: update net/http package to replace a broken link with an archive link
Samuel Kelemen
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-06-04
net: add js/wasm architecture
Richard Musiol
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-04-04
go/printer, gofmt: tuned table alignment for better results
Robert Griesemer
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-04-25
net/http/cgi: fix plan9 build
Brad Fitzpatrick
2017-04-25
all: remove some unused parameters in test code
Daniel Martí
2016-07-18
[release-branch.go1.7] net/http, net/http/cgi: fix for CGI + HTTP_PROXY secur...
Brad Fitzpatrick
2016-03-29
net/http/cgi: allow CGI host to configure where child's stderr goes
Brad Fitzpatrick
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-10-15
net/http/cgi: optimize internal function removeLeadingDuplicates a bit
Brad Fitzpatrick
2015-10-14
net/http/cgi: make provided Env override even system env vars
Steven Hartland
2015-06-16
all: extract "can I exec?" check from tests into internal/testenv
Russ Cox
2015-04-13
net/http/cgi: skip fork test on darwin/arm64
David Crawshaw
2015-02-26
net/http/cgi: skip exec test on darwin/arm
David Crawshaw
2015-02-18
net/http/cgi: fix REMOTE_ADDR, REMOTE_HOST, add REMOTE_PORT
Alex Sergeyev
2015-01-17
net/http/cgi: correctly handle pathnames for cygwin perl on windows
Martin Möhrmann
2014-12-23
net/http/cgi: Correctly pass down the REMOTE_PORT value for CGI requests.
George Shammas
2014-09-08
build: move package sources from src/pkg to src
Russ Cox