1. 520c891 quic: off-path support in loss/congestion/rtt by Damien Neil · 9 days ago master
  2. 656874f quic: determine local address for connections by Damien Neil · 10 days ago
  3. a818e16 quic: add a pathAddrs type, holding a local/peer address pair by Damien Neil · 10 days ago
  4. f557b18 internal/http3, internal/httpcommon: move gzip reader implementation by Nicholas S. Husin · 9 days ago
  5. 53e34cd http2: drop benchmarks by Damien Neil · 11 days ago
  6. 540d04c go.mod: update golang.org/x dependencies by Gopher Robot · 12 days ago v0.59.0
  7. 20eef7f quic: clear fast-path receive buffer on stream reset by Nicholas S. Husin · 2 weeks ago
  8. c23af1b internal/http3: fix compilation error due to missed symbol name update by Nicholas S. Husin · 2 weeks ago
  9. eda109f internal/http3: send appropriate error codes in STOP_SENDING frames by Nicholas S. Husin · 3 weeks ago
  10. 12e0501 internal/http3: server header size limits by Damien Neil · 3 weeks ago
  11. d89285e quic: add Stream.StopSending, and rework stream/application errors by Damien Neil · 3 weeks ago
  12. d34deae quic: ensure Endpoint.Close waits for connection loops to exit by Nicholas S. Husin · 3 weeks ago
  13. 55577aa http2: use IDNA Lookup profile, not raw Punycode translation by Damien Neil · 4 weeks ago
  14. b22627e internal/http3: handle a nil TLSConfig in newQUICConfig by Russ Cox · 3 weeks ago
  15. 6e98b0d internal/http3: report endpoint creation errors from initEndpoint by Russ Cox · 3 weeks ago
  16. 980ca2d quic: make Endpoint.Close return only when the endpoint is actually closed by Nicholas S. Husin · 3 weeks ago
  17. 5490999 internal/http3: close the request body before RoundTrip returns by Russ Cox · 3 weeks ago
  18. f3ca034 http2: deprecate Transport and Server by Damien Neil · 4 weeks ago
  19. a375228 internal/http3: do not abort roundtrip when server closes request stream by Nicholas S. Husin · 4 weeks ago
  20. 679e2db quic: don't exceed anti-amp limit with Initial padding by Damien Neil · 4 weeks ago
  21. af341ad internal/http3: do not treat 1xx status as the final response status by Nicholas S. Husin · 4 weeks ago
  22. bf48165 internal/http3: wait until clientConn is unregistered when closing it by Nicholas S. Husin · 4 weeks ago
  23. 7f14199 all: use min/max builtins by Tobias Klauser · 4 weeks ago
  24. fc715e5 internal/http3: include minor HTTP version in default User-Agent header by Nicholas S. Husin · 5 weeks ago
  25. 37f3d6f all: upgrade go directive to at least 1.26.0 [generated] by Gopher Robot · 5 weeks ago
  26. f6c404b http2/h2c: restore documentation of NewHandler unsafety by Damien Neil · 5 weeks ago
  27. c354d3f internal/httpcommon: remove Host header from server request by Damien Neil · 6 weeks ago
  28. 580cba3 http3, internal/httpcommon: improve :authority/host header interactions by Damien Neil · 6 weeks ago
  29. 21c1020 internal/httpcommon: drop net/http dependency in tests by Damien Neil · 6 weeks ago
  30. acc78e0 go.mod: update golang.org/x dependencies by Gopher Robot · 6 weeks ago v0.58.0
  31. 90d10f0 internal/http3: delete invalid Content-Length if declared in server handler by Nicholas S. Husin · 6 weeks ago
  32. 08abf4d internal/http3: infer headers when Content-Encoding is set but is empty by Nicholas S. Husin · 6 weeks ago
  33. 8d10596 http2: avoid deadlocks in wrapped ClientConn state callback by Damien Neil · 7 weeks ago
  34. 99c3b0a http2/hpack: build the table lookup maps lazily, only for encoders by Brad Fitzpatrick · 8 weeks ago
  35. 5a920b1 http3: rework registration to allow using a fake network by Damien Neil · 10 weeks ago
  36. 7fd2842 quic: return an error from Accept after PacketConn reader exits by Damien Neil · 9 weeks ago
  37. 825111d quic: avoid busy-loop when keep-alive is blocked by congestion control by Damien Neil · 9 weeks ago
  38. a02ddfa http/httpproxy: prioritize lowercase proxy environment variables by Nicholas S. Husin · 9 weeks ago
  39. 574e5eb quic: halt conn goroutines on close when listener exits early by Damien Neil · 10 weeks ago
  40. 0da447f quic: permit Config.Clone on a nil Config by Damien Neil · 10 weeks ago
  41. e7e2eb8 internal/http3: prevent request body read when 100 status was not sent by Nicholas S. Husin · 10 weeks ago
  42. 6ae817d dns/dnsmessage: add boundary check in unpackSVCBResource by ismailshadow · 4 months ago
  43. a3c1227 internal/http3: implement server read and write deadlines by Nicholas S. Husin · 2 months ago
  44. b8f09f6 go.mod: update golang.org/x dependencies by Gopher Robot · 2 months ago v0.57.0
  45. f05f21b idna: reject all-ASCII xn-- labels on all Go versions by Damien Neil · 3 months ago
  46. 0f748cf internal/http3: clean up stream I/O methods usages in tests by Nicholas S. Husin · 3 months ago
  47. 0bb961e internal/http3: add net/http.ResponseController support by Nicholas S. Husin · 3 months ago
  48. 0ca694d webdav: document Dir's lack of defense against filesystem modification by Damien Neil · 3 months ago
  49. bd5f1dc http2: initialize Transport on NewClientConn by Damien Neil · 3 months ago
  50. 488ff63 bpf: add security considerations to package docs by Damien Neil · 3 months ago
  51. 93d1f25 xsrftoken: avoid token collisions by Damien Neil · 3 months ago
  52. 5a3baee internal/http3: prevent panic in QPACK decoder due to overflow by Nicholas S. Husin · 3 months ago
  53. 9e7fdbf internal/http3: fix wrong argument being given when validating header value by Nicholas S. Husin · 3 months ago v0.56.0
  54. b686e5f internal/http3: add gzip support to transport by Nicholas S. Husin · 4 months ago
  55. 8a34885 go.mod: update golang.org/x dependencies by Gopher Robot · 3 months ago
  56. 72eaf98 dns/dnsmessage: correctly validate SVCB record parameter order by Damien Neil · 4 months ago
  57. 82e7868 dns/dnsmessage: avoid panic when parsing SVCB record with truncated data by Damien Neil · 4 months ago
  58. b64f1fa internal/http3: add server support for "Trailer:" magic prefix by Nicholas S. Husin · 4 months ago
  59. 2707ee2 internal/http3: implement HTTP/3 clientConn methods by Nicholas S. Husin · 4 months ago
  60. 31358cc internal/http3: snapshot response headers at WriteHeader time by Nicholas S. Husin · 4 months ago
  61. 8ecbaa9 html: don't adjust xml:base by Roland Shoemaker · 5 months ago
  62. 8ae811a html: properly handle end script tag in fragment mode by Roland Shoemaker · 5 months ago
  63. 3e9891d html: add selectedcontent tests to skip list by Roland Shoemaker · 5 months ago
  64. 5a0480c html: update parser to match spec select behavior by Roland Shoemaker · 5 months ago
  65. 86561db html: properly handle fragment foreign content breakout by Roland Shoemaker · 5 months ago
  66. 93a0bd9 html: switch from the webkit tests to html5lib-tests by Roland Shoemaker · 5 months ago
  67. 42abb85 http2: enable HTTP/2 in wrap configureTransport by Davanum Srinivas · 4 months ago
  68. 9d1bca8 all: fix some comments to improve readability by cuishuang · 4 months ago
  69. ed393fe html: properly emit comment token when eof in markup declaration open state by Roland Shoemaker · 4 months ago
  70. d423833 html: properly handle unicode attribute dup detection by Roland Shoemaker · 4 months ago
  71. 7c3abf5 html: support named entities shorter than their encoding by Roland Shoemaker · 5 months ago
  72. 2d3cf22 html: properly parse zero numeric entity by Roland Shoemaker · 5 months ago
  73. 3f77b08 html: avoid overflow when decoding numeric entities by Roland Shoemaker · 5 months ago
  74. 1e933f5 html: replace nul bytes in tag names and attributes by Roland Shoemaker · 5 months ago
  75. 088b2ce html: properly handle bogus comment <!> by Roland Shoemaker · 5 months ago
  76. 65e84c3 html: add html5lib-tests tokenizer test suite by Roland Shoemaker · 5 months ago
  77. 008e5e7 http2: register h2 ALPN on s.TLSConfig in wrap configureServer by Davanum Srinivas · 4 months ago
  78. db07875 all: bump x/crypto to 0.52.0 by Neal Patel · 4 months ago
  79. 657eb13 internal/http3: document possible issue in Darwin when using dual-stack binding by Nicholas S. Husin · 4 months ago
  80. 7770ec4 go.mod: update golang.org/x dependencies by Gopher Robot · 4 months ago v0.55.0
  81. 4ece7b6 html: escape greater-than symbol in doctype identifiers by Roland Shoemaker · 5 months ago
  82. 08be507 html: improve Noah's Ark clause performance by Roland Shoemaker · 4 months ago
  83. a8fb2fe html: properly render fostered elements in foreign content by Roland Shoemaker · 5 months ago
  84. 0dc5b7a html: properly check namespace in "in body" any other end tag by Roland Shoemaker · 4 months ago
  85. a452f3c html: ignore duplicate attributes during tokenization by Roland Shoemaker · 4 months ago
  86. f865199 quic: fix appendMaxDataFrame erroneously accumulating sentLimit by Nicholas S. Husin · 4 months ago
  87. 210ed3c quic: establish a "happened-before" relationship between stream write and read by Nicholas S. Husin · 4 months ago
  88. ad8140e quic: fix buffer slicing when handling overlapping stream data by Nicholas S. Husin · 5 months ago
  89. 23ee2ef http2: avoid API changes when built with go1.27 by Damien Neil · 4 months ago
  90. b138e06 go.mod: update golang.org/x dependencies by Gopher Robot · 4 months ago v0.54.0
  91. 689f70a quic: fix wrong final size being used for RESET_STREAM frame by Nicholas S. Husin · 5 months ago
  92. 208f306 http3: increase handshake timeout by Nicholas S. Husin · 5 months ago
  93. 49810da http2: enable net/http wrapping when go >= 1.27 by Damien Neil · 5 months ago
  94. 5e11a5a quic: fix data race in streamForFrame by Nicholas S. Husin · 5 months ago
  95. 8c63081 http2: use empty Transport rather than DefaultTransport in http2wrap by Damien Neil · 5 months ago
  96. fc7b466 http2: add http2wrap test by Damien Neil · 6 months ago
  97. 15c2cb1 http2: avoid overflowing 32-bit int when http2wrap enabled by Damien Neil · 6 months ago
  98. 6465188 http2: add wrapped Server by Damien Neil · 6 months ago
  99. 72f419a http2: add wrapped ClientConn by Damien Neil · 6 months ago
  100. 4c78867 internal/http3: reject response headers with invalid characters in RoundTrip by Nicholas S. Husin · 5 months ago