summaryrefslogtreecommitdiff
path: root/src/net/http/h2_bundle.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt main repoRuss Cox2022-04-111-8/+10
* all: update vendored x dependencies for Go 1.19 development cycleHeschi Kreinick2022-03-171-13/+34
* net/http: revert h2_bundle.go formatting change from CL 368254Bryan C. Mills2021-12-131-26/+26
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-26/+26
* net/http: update bundled golang.org/x/net/http2Filippo Valsorda2021-12-091-11/+21
* vendor: update golang.org/x/net to tipIan Lance Taylor2021-11-291-28/+48
* all: update vendored golang.org/x/{net,text} for Go 1.18 releaseDmitri Shuralyov2021-11-091-113/+255
* net/http: restore generated // +build commentBryan C. Mills2021-10-281-0/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: update golang.org/x/net to pull in CL 353390Damien Neil2021-10-061-598/+799
* all: update golang.org/x/net to pull in CL 346890Damien Neil2021-09-011-90/+93
* cmd/internal/moddeps: use filepath.SkipDir only on directoriesDmitri Shuralyov2021-05-191-33/+100
* all: update vendored dependencies for Go 1.17Alexander Rakoczy2021-05-051-46/+73
* all: update golang.org/x/* dependenciesEmmanuel T Odeke2021-03-151-7/+23
* net/http: revert change from CL 299109 breaking TestAllDependenciesTobias Klauser2021-03-131-1/+1
* all: remove duplicate wordsJohn Bampton2021-03-131-1/+1
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* std: update golang.org/x/net to 20201209123823-ac852fbbde11Dmitri Shuralyov2020-12-101-2/+10
* all: update vendored dependencies for Go 1.16 releaseDmitri Shuralyov2020-11-111-2/+21
* src/go.mod, net/http: update bundled and latest golang.org/x/netEmmanuel T Odeke2020-09-301-0/+1
* src/go.mod, net/http: update bundled and latest golang.org/x/netPaschalis Tsilias2020-09-051-6/+9
* src/go.mod, net/http: update bundled and latest golang.org/x/netEmmanuel T Odeke2020-08-251-6/+64
* cmd,std: update golang.org/x/net to 20200501053045-e0ff5e5a1de5Brad Fitzpatrick2020-05-011-16/+19
* net/http: update bundled x/net/http2Emmanuel T Odeke2020-03-201-19/+21
* net/http: update bundled x/net/http2Brad Fitzpatrick2019-11-271-5/+46
* net/http: support disabling built-in HTTP/2 with a new build tagBrad Fitzpatrick2019-11-041-1/+3
* net/http: update bundled x/net/http2Emmanuel T Odeke2019-10-091-8/+41
* net/http: update bundled golang.org/x/net/http2 to import security fixFilippo Valsorda2019-08-231-10/+46
* net/http: support BaseContext & ConnContext for http2 ServerBrad Fitzpatrick2019-06-071-1/+25
* net/http: update vendored, bundled x/net/http2Brad Fitzpatrick2019-05-161-4/+7
* net/http: update bundled x/net/http2Brad Fitzpatrick2019-05-061-6/+22
* all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills2019-03-111-3/+3
* net/http: update bundled http2Brad Fitzpatrick2019-01-231-7/+1
* all: use "reports whether" consistently instead of "returns whether"Tobias Klauser2018-12-021-1/+1
* net/http: update bundled x/net/http2Brad Fitzpatrick2018-12-011-294/+228
* vendor/golang_org/x: move to internal/xBryan C. Mills2018-11-291-3/+3
* net/http: revert CL 89275 (don't sniff Content-Type when nosniff set)Brad Fitzpatrick2018-07-311-9/+1
* net/http: update bundled http2Brad Fitzpatrick2018-07-191-14/+55
* net/http: update bundled http2Brad Fitzpatrick2018-07-121-17/+49
* net/http: update bundled http2Brad Fitzpatrick2018-07-121-13/+28
* net/http: update bundled http2Michael Fraenkel2018-07-101-0/+7
* net/http: update bundled http2Brad Fitzpatrick2018-07-091-6/+167
* net/http: update bundled http2Brad Fitzpatrick2018-06-291-9/+23
* vendor, net/http: update x/net for httplex to httpguts mergeBrad Fitzpatrick2018-05-071-11/+19
* net/http: update bundled http2Kunpei Sakai2018-05-061-51/+25
* net/http: fix "http2: no cached connection..." error with x/net/http2Brad Fitzpatrick2018-01-101-2/+22
* net/http: don't validate WriteHeader code if header's already been sentBrad Fitzpatrick2018-01-051-1/+1
* net/http: update bundled http2Brad Fitzpatrick2017-12-011-23/+19
* net/http: update bundled http2Brad Fitzpatrick2017-11-281-54/+74
* net/http: don't set Content-Type with empty body automaticallyTw2017-11-151-1/+1