- ea0c1d9 internal/timeseries: use built-in max/min to simplify the code by cuishuang · 3 weeks ago master
- 3e7a445 quic: skip packet numbers for optimistic ack defense by Damien Neil · 3 weeks ago
- 3f563d3 quic: use an enum for sentPacket state by Damien Neil · 3 weeks ago
- a3b6e77 quic: don't re-lose packets when discarding keys by Damien Neil · 3 weeks ago
- 22500a6 quic: decode packet numbers >255 in tests by Damien Neil · 3 weeks ago
- dd0b200 quic: remove go1.21 build constraint by Damien Neil · 3 weeks ago
- b8d8877 go.mod: update golang.org/x dependencies by Gopher Robot · 3 weeks ago v0.39.0
- e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign content by Roland Shoemaker · 9 weeks ago v0.38.0
- ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest by Chressie Himpel · 5 weeks ago
- 1f1fa29 publicsuffix: regenerate table by Sean Liao · 6 weeks ago
- 1215081 http2: improve error when server sends HTTP/1 by Oleg Zaytsev · 7 weeks ago
- 312450e html: ensure <search> tag closes <p> and update tests by Pukki · 8 weeks ago
- 09731f9 http2: improve handling of lost PING in Server by Hubert Grochowski · 4 months ago
- 55989e2 http2/h2c: use ResponseController for hijacking connections by Sean Liao · 8 weeks ago
- 2914f46 websocket: re-recommend gorilla/websocket by Sean Liao · 8 weeks ago
- 99b3ae0 go.mod: update golang.org/x dependencies by Gopher Robot · 8 weeks ago v0.37.0
- 85d1d54 go.mod: update golang.org/x dependencies by Gopher Robot · 8 weeks ago v0.36.0
- cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts by Damien Neil · 3 months ago
- fe7f039 publicsuffix: spruce up code gen and speed up PublicSuffix by Julien Cretel · 9 weeks ago
- 459513d internal/http3: move more common stream processing to genericConn by Damien Neil · 9 weeks ago
- aad0180 http2: fix flakiness from t.Log when GOOS=js by Damien Neil · 9 weeks ago
- b73e574 http2: don't log expected errors from writing invalid trailers by Damien Neil · 9 weeks ago
- 5f45c77 internal/http3: make read-data tests usable for server handlers by Damien Neil · 9 weeks ago
- 43c2540 http2, internal/httpcommon: reject userinfo in :authority by Damien Neil · 9 weeks ago
- 1d78a08 http2, internal/httpcommon: factor out server header logic for h2/h3 by Damien Neil · 3 months ago
- 0d7dc54 quic: add Conn.ConnectionState by Damien Neil · 3 months ago
- b4c8655 http2: avoid extended CONNECT hang when connection breaks during startup by Damien Neil · 5 months ago
- 163d836 internal/http3: add Server by Damien Neil · 3 months ago
- 447f458 context: delete lone example by Dmitri Shuralyov · 2 months ago
- 918d64e context: delete dead code, sync docs with upstream context package by Dmitri Shuralyov · 2 months ago
- 5095d0c all: upgrade go directive to at least 1.23.0 [generated] by Gopher Robot · 2 months ago
- 8844327 internal/httpcommon: don't depend on net/http by Damien Neil · 3 months ago
- cd9d661 route: fix RTM_GET netmask parsing on Darwin by Carlos Hernandez · 3 months ago
- df97a48 go.mod: update golang.org/x dependencies by Gopher Robot · 3 months ago v0.35.0
- 2dab271 route: treat short sockaddr lengths as unspecified by Carlos Hernandez · 3 months ago
- b914489 internal/http3: refactor in prep for sharing transport/server code by Damien Neil · 3 months ago
- ebd23f8 route: fix parsing network address of length zero by Carlos Hernandez · 3 months ago
- 938a9fb internal/http3: add request/response body transfer by Damien Neil · 3 months ago
- 145b2d7 internal/http3: add RoundTrip by Damien Neil · 3 months ago
- 5bda71a internal/http3: define connection and stream error types by Damien Neil · 3 months ago
- 3c1185a internal/http3: return error on mid-frame EOF by Damien Neil · 3 months ago
- a6c2c7f http2, internal/httpcommon: factor out common request header logic for h2/h3 by Damien Neil · 3 months ago
- c72e89d internal/http3: QPACK encoding and decoding by Damien Neil · 4 months ago
- 93c1957 internal/http3: add Transport and ClientConn by Damien Neil · 4 months ago
- 45432b5 internal/socket, webdav: use testing.T.TempDir by Tobias Klauser · 3 months ago
- 56691ee quic: don't return EOF from ReadByte when we have a byte by Damien Neil · 4 months ago
- 7ad0ebf internal/http3: qpack wire primitives by Damien Neil · 4 months ago
- f6b2e53 internal/http3: basic stream read/write operations by Damien Neil · 4 months ago
- 78717f9 internal/http3: error codes by Damien Neil · 4 months ago
- 84b528b internal/http3: new package by Damien Neil · 4 months ago
- 445eead http2: encode :protocol pseudo-header before regular headers by Damien Neil · 4 months ago
- 5566b43 quic: add the ability to create an endpoint with a fake network by Damien Neil · 4 months ago
- 97dd44e http2, internal/gate: move Gate type to an internal package by Damien Neil · 4 months ago
- 35e1007 quic, internal/quic/quicwire: split wire encode/decode functions to new package by Damien Neil · 4 months ago
- 0a5dcdd http2: disable extended CONNECT by default by Damien Neil · 4 months ago
- 03179ce quic: report error string when peer closes connection by Damien Neil · 4 months ago
- 4428704 quic: surface connection errors in stream methods by Damien Neil · 4 months ago
- dc3b8a8 quic: return error from Stream.Flush by Damien Neil · 4 months ago
- 2e60102 quic, internal/testcert: move test cert to internal package by Damien Neil · 4 months ago
- 8da7ed1 go.mod: update golang.org/x dependencies by Gopher Robot · 4 months ago v0.34.0
- 2124140 all: make function and struct comments match the names by cuishuang · 4 months ago
- e9d95ba http2: do not surface errors from a conn's idle timer expiring by Damien Neil · 5 months ago
- c2be992 quic: remember which remote connection IDs have been retired by Damien Neil · 5 months ago
- dfc720d go.mod: update golang.org/x dependencies by Gopher Robot · 4 months ago v0.33.0
- 8e66b04 html: use strings.EqualFold instead of lowering ourselves by Roland Shoemaker · 5 months ago
- b935f7b html: avoid endless loop on error token by yincong · 4 months ago
- 9af49ef route: remove unused sizeof* consts by Tobias Klauser · 5 months ago
- 6705db9 quic: clean up crypto streams when dropping packet protection keys by Damien Neil · 5 months ago
- 4ef7588 quic: handle ACK frame in packet which drops number space by Damien Neil · 5 months ago
- 552d8ac Revert "route: change from syscall to x/sys/unix" by Michael Knyszek · 5 months ago
- 13a7c01 Revert "route: remove unused sizeof* consts on freebsd" by Michael Knyszek · 5 months ago
- 285e1cf go.mod: update golang.org/x dependencies by Gopher Robot · 5 months ago v0.32.0
- d0a1049 route: remove unused sizeof* consts on freebsd by Tobias Klauser · 5 months ago
- 6e41410 http2: fix benchmarks using common frame read/write functions by Damien Neil · 5 months ago
- 4be1253 route: change from syscall to x/sys/unix by Ian Lance Taylor · 5 months ago
- bc37675 http2: limit number of PINGs bundled with RST_STREAMs by Damien Neil · 5 months ago
- e9cd716 route: fix parse of zero-length sockaddrs in RIBs by James Tucker · 5 months ago
- 9a51899 http2: add SETTINGS_ENABLE_CONNECT_PROTOCOL support by WeidiDeng · 5 months ago
- 334afa0 go.mod: update golang.org/x dependencies by Gopher Robot · 6 months ago v0.31.0
- d7f220d quic: add LocalAddr and RemoteAddr to quic.Conn by jfgiorgi · 6 months ago
- 858db1a http2: surface errors occurring very early in a client conn's lifetime by Damien Neil · 6 months ago
- 0aa844c http2: support unencrypted HTTP/2 handoff from net/http by Damien Neil · 6 months ago
- f35fec9 http2: detect hung client connections by confirming stream resets by Damien Neil · 7 months ago
- e883dae README: don't recommend go get by Ian Lance Taylor · 6 months ago
- 511cc3a html: add Node.{Ancestors,ChildNodes,Descendants}() by Carlana Johnson · 6 months ago
- 4783315 http2: limit 1xx based on size, do not limit when delivered by Damien Neil · 7 months ago
- 5716b98 internal/socket: execute gofmt by cuishuang · 7 months ago
- 42b1186 http2: support ResponseController.EnableFullDuplex by Damien Neil · 2 years, 2 months ago
- 6cc5ac4 go.mod: update golang.org/x dependencies by Gopher Robot · 7 months ago v0.30.0
- f88258d websocket: update nhooyr.io/websocket to github.com/coder/websocket by Mathias Fredriksson · 7 months ago
- 7191757 http2: add support for net/http HTTP2 config field by Damien Neil · 9 months ago
- 4790dc7 http2: add support for server-originated pings by Damien Neil · 11 months ago
- 541dbe5 http2: add Server.WriteByteTimeout by Damien Neil · 12 months ago
- 3c333c0 route: fix address parsing of messages on Darwin by Carlos Hernandez · 8 months ago
- 35b4aba go.mod: update golang.org/x dependencies by Gopher Robot · 8 months ago v0.29.0
- 9bf379f websocket: fix printf(var) mistake detected by latest printf checker by Dmitri Shuralyov · 8 months ago
- 4542a42 go.mod: update golang.org/x dependencies by Gopher Robot · 9 months ago v0.28.0
- 765c7e8 xsrftoken: create no padding base64 string by RawURLEncoding by ghosind · 9 months ago
- 032e4e4 LICENSE: update per Google Legal by Russ Cox · 10 months ago
- e2310ae go.mod: update golang.org/x dependencies by Gopher Robot · 10 months ago v0.27.0