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