1. 89624e1 http2: move common server symbols into new files by Damien Neil · 3 weeks ago master
  2. af00b1e http2: move common transport symbols into new files by Damien Neil · 3 weeks ago
  3. f34f375 http2: add server API tests by Damien Neil · 3 weeks ago
  4. 0dd4bea webdav: add security considerations to package doc by Damien Neil · 2 days ago
  5. 7301a20 http2: move some server test infrastructure into a common file by Damien Neil · 2 weeks ago
  6. f70faea Revert "http2/hpack: prevent HeaderField from escaping during encoding" by Nicholas S. Husin · 4 days ago
  7. a4ac1da http3: adjust HTTP/3 linknamed functions to return quic.Endpoint channels by Nicholas S. Husin · 8 days ago
  8. 0c5a180 internal/http3: add TransportOpts argument to RegisterTransport by Nicholas S. Husin · 8 days ago
  9. 6c6f714 http2/h2c: deprecate package by Damien Neil · 8 days ago
  10. cd9d459 internal/httpcommon: reject :path with no absolute-path by Damien Neil · 9 days ago
  11. 515a7a7 quic: fix source conn ID length check in packet parser by Damien Neil · 10 days ago
  12. 8c4c965 idna: update from x/text, fix ToUnicode and all-ASCII xn-- labels by Damien Neil · 9 days ago
  13. de747c4 quic: enforce connection ID limits in Initial packets by Damien Neil · 10 days ago
  14. 88ddafc quic: avoid race in benchmarks by Damien Neil · 10 days ago
  15. eeec9fa quic: fix race condition in fast-path reads by Damien Neil · 10 days ago
  16. d7ffc5e quic: fix race condition in fast-path writes by Damien Neil · 10 days ago
  17. cd64923 internal/http3: avoid data race for roundTripState.reqBody by Nicholas S. Husin · 14 days ago
  18. a8d1fc1 go.mod: update golang.org/x dependencies by Gopher Robot · 2 weeks ago v0.53.0
  19. 056ac74 quic: avoid depending on golang.org/x/sys/unix by Nicholas S. Husin · 3 weeks ago
  20. c85f611 http3: add http3 package for testing in std by Nicholas S. Husin · 4 weeks ago
  21. 805fc81 http2: add transport API tests by Damien Neil · 3 weeks ago
  22. e63b894 http2: support testing via net/http.Transport.RoundTrip by Damien Neil · 3 weeks ago
  23. 9ee1e48 http2/hpack: prevent HeaderField from escaping during encoding by Nicholas S. Husin · 3 weeks ago
  24. 1e71bd8 http2: prevent hanging Transport due to bad SETTINGS frame by Nicholas S. Husin · 3 weeks ago
  25. 7bca150 internal/http3: respect net/http Server Shutdown context when shutting down by Nicholas S. Husin · 3 weeks ago
  26. 44c41be internal/http3: prevent server from holding mutex when sleeping during shutdown by Nicholas S. Husin · 4 weeks ago
  27. 228a67a internal/http3: add CloseIdleConnections support in transport by Nicholas S. Husin · 7 weeks ago
  28. 7b75446 internal/http3: add shutdown support for server by Nicholas S. Husin · 8 weeks ago
  29. c48da25 internal/http3: panic in server handler if given status that is not 3 digits by Nicholas S. Husin · 5 weeks ago
  30. a4b5ad5 internal/http3: streamline synctest.Wait usage in tests by Nicholas S. Husin · 4 weeks ago
  31. 70576f0 http/httpproxy: godoc fixes by Olivier Mengué · 5 weeks ago
  32. 157f4d5 quic: prevent server panic when handling Retry packets with short connection ID by Nicholas S. Husin · 5 weeks ago
  33. faf99b5 quic: document that this is not yet covered by the security policy by Damien Neil · 5 weeks ago
  34. af27605 quic: avoid usage of net.ReadMsgUDPAddrPort in non-linux and darwin builds by Nicholas S. Husin · 5 weeks ago
  35. 2a1610a internal/http3: skip TestNetHTTPIntegration on plan9 by Nicholas S. Husin · 5 weeks ago
  36. 6d6c88c internal/http3: prevent panic in TestNetHTTPIntegration by Nicholas S. Husin · 5 weeks ago
  37. 10ac4db http2: deflake TestServer_Rejects_Too_Many_Streams by Damien Neil · 6 weeks ago
  38. af2121a internal/http3: avoid blocking when closing a server's QUIC endpoint by Nicholas S. Husin · 6 weeks ago
  39. 316e20c go.mod: update golang.org/x dependencies by Gopher Robot · 6 weeks ago v0.52.0
  40. 9767a42 internal/http3: add support for plugging into net/http by Nicholas S. Husin · 8 weeks ago
  41. 4a81284 http2: update docs to disrecommend this package by Damien Neil · 7 weeks ago
  42. dec6603 dns/dnsmessage: reject too large of names early during unpack by Steven Richards · 8 weeks ago
  43. 8afa12f http2: deprecate write schedulers by Damien Neil · 9 weeks ago
  44. 38019a2 http2: add missing copyright header to export_test.go by Damien Neil · 7 weeks ago
  45. 039b87f internal/http3: return error when Write is used after status 304 is set by Nicholas S. Husin · 7 weeks ago
  46. 6267c6c internal/http3: add HTTP 103 Early Hints support to ClientConn by Nicholas S. Husin · 8 weeks ago
  47. 591bdf3 internal/http3: add HTTP 103 Early Hints support to Server by Nicholas S. Husin · 8 weeks ago
  48. 1faa6d8 internal/http3: avoid potential race when aborting RoundTrip by Nicholas S. Husin · 7 weeks ago
  49. 8d297f1 http2: Move most tests from the http2 package to the http2_test package. by Damien Neil · 8 weeks ago
  50. 3eb9327 http2: do not retry RoundTrip after peer sends a stream protocol error by Nicholas S. Husin · 7 weeks ago
  51. 60b3f6f internal/http3: prevent Server handler from writing longer body than declared by Nicholas S. Husin · 8 weeks ago v0.51.0
  52. b0ca456 internal/http3: fix Write in Server Handler returning the wrong value by Nicholas S. Husin · 8 weeks ago
  53. 1558ba7 publicsuffix: update to 2026-02-06 by Sean Liao · 3 months ago
  54. 4e1c745 internal/http3: make Server response include headers that can be inferred by Nicholas S. Husin · 2 months ago
  55. 19f580f http2: fix nil panic in typeFrameParser for unassigned frame types by Konnyaku · 9 weeks ago
  56. 818aad7 internal/http3: add server to client trailer header support by Nicholas S. Husin · 2 months ago
  57. c1bbe1a internal/http3: add client to server trailer header support by Nicholas S. Husin · 2 months ago
  58. 29181b8 all: remove go1.25 and older build constraints by Dmitri Shuralyov · 2 months ago
  59. 8109305 all: upgrade go directive to at least 1.25.0 [generated] by Gopher Robot · 2 months ago
  60. 0b37bdf quic: don't run TestStreamsCreateConcurrency in synctest bubble by Damien Neil · 2 months ago
  61. 9095c1c internal/http3: more robust handling of request & response with no body by Nicholas S. Husin · 3 months ago
  62. ebddb99 go.mod: update golang.org/x dependencies by Gopher Robot · 2 months ago v0.50.0
  63. 4a490d4 internal/http3: add Expect: 100-continue support to ClientConn by Nicholas S. Husin · 3 months ago
  64. 73fe701 internal/http3: add Expect: 100-continue support to Server by Nicholas S. Husin · 3 months ago
  65. af0c9df html: add NodeType.String() method by Carlana · 3 months ago
  66. e02fb33 internal/http3: make responseWriter.Flush write headers if not done yet by Nicholas S. Husin · 3 months ago
  67. da558ff internal/http3: ensure bodyReader cannot be read after being closed by Nicholas S. Husin · 3 months ago
  68. d7c76fa internal/http3: make responseWriter behave closer to other http.ResponseWriter by Nicholas S. Husin · 3 months ago
  69. 64b3af9 http2: prevent transport deadlock due to WINDOW_UPDATE that exceeds limit by Nicholas S. Husin · 3 months ago
  70. 1973e8d internal/http3: add Server support for handling HEAD requests by Nicholas S. Husin · 3 months ago
  71. 57ea86d icmp, internal/socket, ipv4, ipv6: use binary.NativeEndian by Tobias Klauser · 3 months ago
  72. bcf2273 quic: clean up impossible nil conditions by Neal Patel · 3 months ago
  73. 6b849cc internal/http3: populate some http.Request fields by Nicholas S. Husin · 3 months ago
  74. f207862 http2: allow prioritization to be disabled using DisableClientPriority field by Nicholas S. Husin · 3 months ago
  75. 6640454 internal/http3: break dependency on internal/quic/quicwire by Nicholas S. Husin · 3 months ago
  76. c082574 internal/http3: remove GODEBUG=asynctimerchan=0 that is no longer needed by Nicholas S. Husin · 3 months ago
  77. 8f003b3 http2: support SETTINGS_NO_RFC7540_PRIORITIES in SETTINGS frame by Nicholas S. Husin · 5 months ago
  78. 8a4d9c1 http2: only make streams non-incremental if clients know of RFC 9218 by Nicholas S. Husin · 5 months ago
  79. a475fa8 http2: add support for setting RFC 9218 priority via header field by Nicholas S. Husin · 5 months ago
  80. f40205b http2: add initial support for PRIORITY_UPDATE frame defined in RFC 9218 by Nicholas S. Husin · 7 months ago
  81. 15b99c1 internal/http3: add basic request stream handling for the server by Nicholas S. Husin · 3 months ago
  82. d977772 go.mod: update golang.org/x dependencies by Gopher Robot · 3 months ago v0.49.0
  83. eea413e internal/http3: use go1.25 synctest.Test instead of go1.24 synctest.Run by Nicholas S. Husin · 4 months ago
  84. 9ace223 websocket: add missing call to resp.Body.Close by Nicholas S. Husin · 4 months ago
  85. 7d3dbb0 http2: buffer the most recently received PRIORITY_UPDATE frame by Nicholas S. Husin · 5 months ago
  86. 35e1306 go.mod: update golang.org/x dependencies by Gopher Robot · 5 months ago v0.48.0
  87. 7c36036 http2, webdav, websocket: fix %q verb uses with wrong type by Dmitri Shuralyov · 5 months ago
  88. ec11ecc trace: fix data race in RenderEvents by Marcus Efraimsson · 5 months ago
  89. bff14c5 http2: don't PING a responsive server when resetting a stream by Damien Neil · 5 months ago
  90. 88a6421 dns/dnsmessage: avoid use of "strings" and "math" in dns/dnsmessage by Damien Neil · 5 months ago
  91. 123d099 http2: support net/http.Transport.NewClientConn by Damien Neil · 5 months ago
  92. 346cc61 webdav: relax test to check for any redirect status, not just 301 by Damien Neil · 5 months ago
  93. 9a29643 go.mod: update golang.org/x dependencies by Gopher Robot · 5 months ago v0.47.0
  94. 07cefd8 context: deprecate by Damien Neil · 6 months ago
  95. 5ac9dac publicsuffix: don't treat ip addresses as domain names by Sean Liao · 6 months ago
  96. d1f64cc quic: use testing/synctest by Damien Neil · 6 months ago
  97. fff0469 http2: document that RFC 7540 prioritization does not work with small payloads by Nicholas S. Husin · 6 months ago
  98. f35e3a4 http2: fix weight overflow in RFC 7540 write scheduler by Nicholas S. Husin · 6 months ago
  99. 89adc90 http2: fix typo referring to RFC 9218 as RFC 9128 instead by Nicholas S. Husin · 6 months ago
  100. 8d76a2c quic: don't defer MAX_STREAMS frames indefinitely by Damien Neil · 6 months ago