1. 19f580f http2: fix nil panic in typeFrameParser for unassigned frame types by Konnyaku · 2 days ago master
  2. 818aad7 internal/http3: add server to client trailer header support by Nicholas S. Husin · 9 days ago
  3. c1bbe1a internal/http3: add client to server trailer header support by Nicholas S. Husin · 10 days ago
  4. 29181b8 all: remove go1.25 and older build constraints by Dmitri Shuralyov · 8 days ago
  5. 8109305 all: upgrade go directive to at least 1.25.0 [generated] by Gopher Robot · 8 days ago
  6. 0b37bdf quic: don't run TestStreamsCreateConcurrency in synctest bubble by Damien Neil · 10 days ago
  7. 9095c1c internal/http3: more robust handling of request & response with no body by Nicholas S. Husin · 13 days ago
  8. ebddb99 go.mod: update golang.org/x dependencies by Gopher Robot · 10 days ago v0.50.0
  9. 4a490d4 internal/http3: add Expect: 100-continue support to ClientConn by Nicholas S. Husin · 2 weeks ago
  10. 73fe701 internal/http3: add Expect: 100-continue support to Server by Nicholas S. Husin · 2 weeks ago
  11. af0c9df html: add NodeType.String() method by Carlana · 4 weeks ago
  12. e02fb33 internal/http3: make responseWriter.Flush write headers if not done yet by Nicholas S. Husin · 2 weeks ago
  13. da558ff internal/http3: ensure bodyReader cannot be read after being closed by Nicholas S. Husin · 2 weeks ago
  14. d7c76fa internal/http3: make responseWriter behave closer to other http.ResponseWriter by Nicholas S. Husin · 2 weeks ago
  15. 64b3af9 http2: prevent transport deadlock due to WINDOW_UPDATE that exceeds limit by Nicholas S. Husin · 3 weeks ago
  16. 1973e8d internal/http3: add Server support for handling HEAD requests by Nicholas S. Husin · 3 weeks ago
  17. 57ea86d icmp, internal/socket, ipv4, ipv6: use binary.NativeEndian by Tobias Klauser · 3 weeks ago
  18. bcf2273 quic: clean up impossible nil conditions by Neal Patel · 3 weeks ago
  19. 6b849cc internal/http3: populate some http.Request fields by Nicholas S. Husin · 4 weeks ago
  20. f207862 http2: allow prioritization to be disabled using DisableClientPriority field by Nicholas S. Husin · 4 weeks ago
  21. 6640454 internal/http3: break dependency on internal/quic/quicwire by Nicholas S. Husin · 4 weeks ago
  22. c082574 internal/http3: remove GODEBUG=asynctimerchan=0 that is no longer needed by Nicholas S. Husin · 5 weeks ago
  23. 8f003b3 http2: support SETTINGS_NO_RFC7540_PRIORITIES in SETTINGS frame by Nicholas S. Husin · 3 months ago
  24. 8a4d9c1 http2: only make streams non-incremental if clients know of RFC 9218 by Nicholas S. Husin · 3 months ago
  25. a475fa8 http2: add support for setting RFC 9218 priority via header field by Nicholas S. Husin · 3 months ago
  26. f40205b http2: add initial support for PRIORITY_UPDATE frame defined in RFC 9218 by Nicholas S. Husin · 5 months ago
  27. 15b99c1 internal/http3: add basic request stream handling for the server by Nicholas S. Husin · 5 weeks ago
  28. d977772 go.mod: update golang.org/x dependencies by Gopher Robot · 5 weeks ago v0.49.0
  29. eea413e internal/http3: use go1.25 synctest.Test instead of go1.24 synctest.Run by Nicholas S. Husin · 6 weeks ago
  30. 9ace223 websocket: add missing call to resp.Body.Close by Nicholas S. Husin · 6 weeks ago
  31. 7d3dbb0 http2: buffer the most recently received PRIORITY_UPDATE frame by Nicholas S. Husin · 2 months ago
  32. 35e1306 go.mod: update golang.org/x dependencies by Gopher Robot · 2 months ago v0.48.0
  33. 7c36036 http2, webdav, websocket: fix %q verb uses with wrong type by Dmitri Shuralyov · 3 months ago
  34. ec11ecc trace: fix data race in RenderEvents by Marcus Efraimsson · 3 months ago
  35. bff14c5 http2: don't PING a responsive server when resetting a stream by Damien Neil · 3 months ago
  36. 88a6421 dns/dnsmessage: avoid use of "strings" and "math" in dns/dnsmessage by Damien Neil · 3 months ago
  37. 123d099 http2: support net/http.Transport.NewClientConn by Damien Neil · 3 months ago
  38. 346cc61 webdav: relax test to check for any redirect status, not just 301 by Damien Neil · 3 months ago
  39. 9a29643 go.mod: update golang.org/x dependencies by Gopher Robot · 3 months ago v0.47.0
  40. 07cefd8 context: deprecate by Damien Neil · 3 months ago
  41. 5ac9dac publicsuffix: don't treat ip addresses as domain names by Sean Liao · 4 months ago
  42. d1f64cc quic: use testing/synctest by Damien Neil · 4 months ago
  43. fff0469 http2: document that RFC 7540 prioritization does not work with small payloads by Nicholas S. Husin · 4 months ago
  44. f35e3a4 http2: fix weight overflow in RFC 7540 write scheduler by Nicholas S. Husin · 4 months ago
  45. 89adc90 http2: fix typo referring to RFC 9218 as RFC 9128 instead by Nicholas S. Husin · 4 months ago
  46. 8d76a2c quic: don't defer MAX_STREAMS frames indefinitely by Damien Neil · 4 months ago
  47. 027f8b7 quic: fix expected ACK Delay in client's ACK after HANDSHAKE_DONE by Damien Neil · 4 months ago
  48. dec9fe7 dns/dnsmessage: update SVCB packing to prohibit name compression by Vinicius Fortuna · 4 months ago
  49. 9be1ff2 all: fix some comments by cuishuang · 4 months ago
  50. 6e243da quic: update Initial keys when handling Retry by Rhys Hiltner · 4 months ago
  51. 98daa2e quic: send ECN feedback to peers by Rhys Hiltner · 4 months ago
  52. c296faf net/http2: pool transport gzip readers by Alexander Yastrebov · 4 months ago
  53. ef82ae8 dns/dnsmessage: return an error for too long SVCParam.Value by Mateusz Poliwczak · 4 months ago
  54. 3ba82d2 internal/quic/cmd/interop: test ChaCha20 on server by Rhys Hiltner · 4 months ago
  55. bb2055d dns/dnsmessage: add https svcb dns types by Vinicius Fortuna · 4 months ago
  56. 63d1a51 http2: Allow reading frame header and body separately by Arjan Bal · 4 months ago
  57. 9f2f0b9 http2: avoid data race on DebugGoroutines in TestGoroutineLock by Damien Neil · 4 months ago
  58. e7c005d http2: implement a more efficient writeQueue that avoids unnecessary copies. by Nicholas S. Husin · 4 months ago
  59. b93acc2 all: use reflect.TypeFor instead of reflect.TypeOf by cuishuang · 5 months ago
  60. 2002a06 go.mod: update golang.org/x dependencies by Gopher Robot · 4 months ago v0.46.0
  61. 59706cd html: impose open element stack size limit by Roland Shoemaker · 5 months ago v0.45.0
  62. 6ec8895 html: align in row insertion mode with spec by Roland Shoemaker · 5 months ago
  63. 5393563 http2: fix RFC 9218 write scheduler not being idempotent by Nicholas S. Husin · 5 months ago
  64. b2ab371 internal/httpsfv: implement parsing support for date and display string by Nicholas S. Husin · 5 months ago
  65. edb764c internal/httpsfv: add parsing functionality for types defined in RFC 8941 by Nicholas S. Husin · 5 months ago
  66. fbba2c2 internal/httpsfv: add support for consuming Display String and Date type by Nicholas S. Husin · 5 months ago
  67. 47a241f http2: make the error channel pool per-Server by Damien Neil · 5 months ago
  68. 51f657b webdav/internal/xml: use the built-in min function by cuishuang · 5 months ago
  69. f2e909b internal/httpsfv: implement parsing support for Dictionary and List type. by Nicholas S. Husin · 5 months ago
  70. 7d8cfce internal/httpsfv: add support for Bare Inner List and Item type. by Nicholas S. Husin · 5 months ago
  71. fe9bcbc http2: support HTTP2Config.StrictMaxConcurrentRequests by Damien Neil · 5 months ago
  72. c492e3c internal/httpsfv: add functionality to walk Parameters in HTTP SFV. by Nicholas S. Husin · 5 months ago
  73. 1034247 http2: introduce a new write scheduler based on RFC 9218 priority scheme by Nicholas S. Husin · 5 months ago
  74. 653f4f6 http2: disambiguate the existing priority WriteScheduler. by Nicholas S. Husin · 5 months ago
  75. 875d966 all: fix some comments by cuishuang · 8 months ago
  76. 3b23d57 http2: fix race condition when disabling goroutine debugging for one test by Damien Neil · 5 months ago v0.44.0
  77. 8741050 http2: simplify TestServer_Push_RejectAfterGoAway by Damien Neil · 6 months ago
  78. 96e405c http2: modernize TestTransportRoundtripCloseOnWriteError by Damien Neil · 6 months ago
  79. 6dc6880 http2: simplify ClientConn Close and Shutdown tests by Damien Neil · 6 months ago
  80. 4e2915b http2: modernize TestTransportAllocationsAfterResponseBodyClose by Damien Neil · 6 months ago
  81. 30b0e78 http2: modernize TestRoundTripDoesntConsumeRequestBodyEarly by Damien Neil · 6 months ago
  82. b9acd77 http2: speed up TestTransportFlowControl by Damien Neil · 6 months ago
  83. 5153f4d go.mod: update golang.org/x dependencies by Gopher Robot · 5 months ago
  84. 9338bdd http2: speed up TestTransportHandlerBodyClose by Damien Neil · 6 months ago
  85. 6b20036 http2: add synchronous handler support to serverTester by Damien Neil · 6 months ago
  86. b0013c6 http2: modernize TestTransportChecksRequestHeaderListSize by Damien Neil · 6 months ago
  87. 162ad30 http2: simplify TestServerWindowUpdateOnBodyClose by Damien Neil · 6 months ago
  88. 22a8c02 http2: remove test-only path in requestBody.Read by Damien Neil · 6 months ago
  89. 1ff92d3 http2: don't panic when ServeConn is passed a nil options by Damien Neil · 6 months ago
  90. a2a62f2 http2: use synctest.Wait rather than poking into server internals in test by Damien Neil · 6 months ago
  91. 7da929c http2: avoid examining ResponseWriter internals in test by Damien Neil · 6 months ago
  92. a99f4fe http2: remove unused stream-level flow control check by Damien Neil · 6 months ago
  93. 2378062 http2: remove pre-go1.24 support by Damien Neil · 6 months ago
  94. 7c51e1f http2: use testing/synctest by Damien Neil · 6 months ago
  95. b800b20 context: add //go:fix inline annotation to Context et al by Alan Donovan · 7 months ago
  96. c1e936d all: upgrade go directive to at least 1.24.0 [generated] by Gopher Robot · 6 months ago
  97. e74bc31 go.mod: update golang.org/x dependencies by Gopher Robot · 7 months ago v0.43.0
  98. af6926e http2: remove references to defunct http2.golang.org test server by Alberto Donizetti · 7 months ago
  99. 76358aa go.mod: update golang.org/x dependencies by Gopher Robot · 7 months ago v0.42.0
  100. 6e41cae go.mod: update golang.org/x dependencies by Gopher Robot · 9 months ago v0.41.0