1. 695775c [internal-branch.go1.21-vendor] http2: limit maximum handler goroutines to MaxConcurrentStreams by Damien Neil · 1 year, 5 months ago
  2. 57553cb quic: connection ids by Damien Neil · 2 years, 5 months ago
  3. 304cc91 quic: tracking of received packets and acks to send by Damien Neil · 2 years, 5 months ago
  4. 9475ce1 quic: fix typos in comments by Damien Neil · 1 year, 9 months ago
  5. d8f9c01 dns/dnsmessage: add fuzz test by Mateusz Poliwczak · 1 year, 10 months ago
  6. 8126108 dns/dnsmessage: update Parser docs by Mateusz Poliwczak · 1 year, 8 months ago
  7. a1613c2 http2: handle trailing colon in authorityAddr by Leo Blöcher · 1 year, 11 months ago
  8. c73c09c go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 8 months ago v0.12.0
  9. 4fc2eb9 http2: revert Transport change from CL 486156 by Brad Fitzpatrick · 1 year, 9 months ago
  10. 63727cc http2: validate Host header before sending by Damien Neil · 1 year, 9 months ago
  11. 1bb09e6 quic: pass the connection ID length into 1-RTT packet parsing by Damien Neil · 1 year, 9 months ago
  12. 952fc9c quic: move ack_delay_exponent handling out of frame parsing by Damien Neil · 1 year, 9 months ago
  13. 02fe9a5 quic: loss detection by Damien Neil · 2 years, 5 months ago
  14. c8a2c5a quic: remove stray debugging print by Damien Neil · 1 year, 9 months ago
  15. 5d50b40 quic: add packetFate enum by Damien Neil · 1 year, 9 months ago
  16. ee81e8c quic: correct rttvar updates by Damien Neil · 1 year, 9 months ago
  17. ab184e6 quic: rename side type to connSide by Damien Neil · 1 year, 9 months ago
  18. 508a573 quic: add congestion controller by Damien Neil · 1 year, 10 months ago
  19. 4050002 html: handle equals sign before attribute by Roland Shoemaker · 1 year, 11 months ago
  20. f5464dd idna: update for Unicode 15.0.0 by Russ Cox · 1 year, 9 months ago
  21. 6c96ca5 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 9 months ago v0.11.0
  22. 5541298 quic: add packet pacer by Damien Neil · 1 year, 10 months ago
  23. 88a50b6 all: update x/sys to HEAD by Bryan C. Mills · 1 year, 9 months ago
  24. 7e6923f quic: add RTT estimator by Damien Neil · 1 year, 10 months ago
  25. 2796e09 bpf: check for little endian CPU for OS VM comparison by Matt Layher · 1 year, 9 months ago
  26. 10cf388 quic: add a data structure for tracking lists of sent packets by Damien Neil · 1 year, 10 months ago
  27. ccc217c quic: parameterize rangeset by Damien Neil · 1 year, 10 months ago
  28. f16447c quic: add go1.21 build constraint by Damien Neil · 1 year, 10 months ago
  29. f7250ea quic: add a type tracking sent values by Damien Neil · 2 years, 3 months ago
  30. 1b5a2d8 quic: packet encoding/decoding by Damien Neil · 2 years, 5 months ago
  31. a233290 quic: add a data structure for tracking sent packets by Damien Neil · 2 years, 5 months ago
  32. 61d852e quic: error codes and types by Damien Neil · 2 years, 2 months ago
  33. d40f154 quic: varint encoding and decoding by Damien Neil · 2 years, 5 months ago
  34. 10d9069 quic: add rangeset type by Damien Neil · 2 years, 5 months ago
  35. f71a821 quic: packet protection by Damien Neil · 2 years, 5 months ago
  36. 6488c8f quic: basic packet operations by Damien Neil · 2 years, 5 months ago
  37. d4a2c13 quic: packet number encoding/decoding by Damien Neil · 2 years, 5 months ago
  38. 0d6f3cb quic: add various useful common constants and types by Damien Neil · 2 years, 5 months ago
  39. ee6956f quic: add internal/quic package by Damien Neil · 2 years, 5 months ago
  40. 6826f5a http2: close request bodies before RoundTrip error return by Damien Neil · 1 year, 10 months ago
  41. ca96da6 dns/dnsmessage: reject names with dots inside label by Mateusz Poliwczak · 1 year, 10 months ago
  42. 056145c net/http: deflake TestTransportRetryAfterGOAWAY by Damien Neil · 1 year, 10 months ago
  43. abee42a http2: deflake TestTransportReuseAfterError by Damien Neil · 1 year, 10 months ago
  44. 3b31286 ipv4,ipv6: remove unneeded deadlines added for flaky tests by Nick Figgins · 1 year, 10 months ago
  45. 23ce3b8 http2: disable Content-Length when nilled by Laurent Senta · 2 years, 1 month ago
  46. 120fc90 http2: change default frame scheduler to round robin by Damien Neil · 2 years ago
  47. 2b0b97d dns/dnsmessage: reject packing of 255B rooted names, reject unpacking of 256B (dns encoded) names by Mateusz Poliwczak · 1 year, 10 months ago
  48. d28c0b1 all: fix some comments by cui fliter · 1 year, 10 months ago
  49. daac0ce go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 10 months ago v0.10.0
  50. 82780d6 http2: don't reuse connections that are experiencing errors by Damien Neil · 1 year, 11 months ago
  51. 0bfab66 ipv4, ipv6: drop redundant skip checks based on GOOS by Tobias Klauser · 1 year, 11 months ago
  52. 938ff15 ipv4, ipv6, nettest: skip unsupported tests on wasip1 by Tobias Klauser · 1 year, 11 months ago
  53. eb1572c html: another shot at security doc by Roland Shoemaker · 1 year, 11 months ago
  54. 9001ca7 nettest: re-enable unixpacket tests on netbsd/386 by Tobias Klauser · 2 years ago
  55. 3d5a8ee internal/socks: permit authenticating with an empty password by iseki · 2 years, 3 months ago
  56. 694cff8 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years ago v0.9.0
  57. 6960703 http2: log the correct error when retrying in (*Transport).RoundTripOpt by Bryan C. Mills · 2 years ago
  58. 9f24bb4 http2: properly discard data received after request/response body is closed by Damien Neil · 2 years ago
  59. 08dda57 html: fix package doc typo by Roland Shoemaker · 2 years ago
  60. dfa2b5d go.mod: update golang.org/x dependencies by Gopher Robot · 2 years ago v0.8.0
  61. 8c4ef2f hmtl: add security section to package comment by Roland Shoemaker · 2 years, 3 months ago
  62. 1d46ed8 html: have Render escape comments less often by Nigel Tao · 2 years, 1 month ago
  63. 569fe81 html: add "Microsoft Outlook comment" tests by Nigel Tao · 2 years, 1 month ago
  64. 8e2b117 http2/hpack: avoid quadratic complexity in hpack decoding by Damien Neil · 2 years, 3 months ago v0.7.0
  65. 547e7ed http2: avoid referencing ResponseWrite.Write parameter after returning by Damien Neil · 2 years, 1 month ago
  66. 39940ad html: parse comments per HTML spec by Nigel Tao · 2 years, 1 month ago
  67. 87ce33e go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 1 month ago v0.6.0
  68. 415cb6d all: fix some comments by cui fliter · 2 years, 1 month ago
  69. 7e3c19c all: correct typos in comments by Oleksandr Redko · 2 years, 1 month ago
  70. 296f09a http2: case insensitive handling for 100-continue by Michael Fraenkel · 2 years, 2 months ago
  71. f8411da nettest: fix tests on dragonfly and js/wasm by Cuong Manh Le · 2 years, 2 months ago
  72. 8e0e7d8 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 2 months ago v0.5.0
  73. 7805fdc http2: rewrite inbound flow control tracking by Damien Neil · 2 years, 4 months ago
  74. 2aa8215 nettest: use RoutedInterface for probing network stack capability by Cuong Manh Le · 2 years, 3 months ago
  75. ad92d3d websocket: don't recommend Gorilla by Ian Lance Taylor · 2 years, 3 months ago
  76. e1ec361 http2: fix race in TestCanonicalHeaderCacheGrowth by Dmitri Shuralyov · 2 years, 3 months ago
  77. 1e63c2f http2: limit canonical header cache by bytes, not entries by Damien Neil · 2 years, 3 months ago v0.4.0
  78. 3247b5b go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 3 months ago v0.3.0
  79. ecf7fda http2: deflake TestTransportMaxFrameReadSize by Damien Neil · 2 years, 4 months ago
  80. 0833b63 publicsuffix: embed table data by Damien Neil · 2 years, 4 months ago
  81. ecf091a publicsuffix: update table to latest list from publicsuffix.org by Damien Neil · 2 years, 4 months ago
  82. 2f8c3d1 http2: add Transport.MaxReadFrameSize configuration setting by robaho · 3 years, 4 months ago
  83. 0e478a2 http2: add SETTINGS_HEADER_TABLE_SIZE support by Eli Lindsey · 2 years, 6 months ago
  84. a2d827a go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 4 months ago v0.2.0
  85. 15e1b25 http2: speed up TestTransportRetryHasLimit by Damien Neil · 2 years, 5 months ago
  86. 93ec86b http2: support SetReadDeadline, SetWriteDeadline, FlushError by Damien Neil · 2 years, 6 months ago
  87. efda1ce http2: return os.ErrDeadlineExceeded from timed-out response body writes by Damien Neil · 2 years, 5 months ago
  88. a870f35 http2: support Server.ReadTimeout by Damien Neil · 2 years, 5 months ago
  89. d7f77dc Revert "http2: Send WindowUpdates when remaining bytes are below a threshold" by Damien Neil · 2 years, 4 months ago
  90. 702349b http2/h2c: handle errors when reading HTTP/1 request body by Damien Neil · 2 years, 4 months ago
  91. 7a67682 x/net/http2: gzipReader will reset zr to nil after closing body by Nikola Jokic · 2 years, 5 months ago
  92. a1278a7 http2: add common header caching to Transport to reduce allocations by Eli Lindsey · 2 years, 5 months ago
  93. c877839 http2: add a few other common headers to the shared headermap cache by Eli Lindsey · 2 years, 5 months ago
  94. c630100 http2: discard more frames after GOAWAY by Damien Neil · 2 years, 6 months ago
  95. 0c1aede http2: calculate a correct window increment size for a stream by Zeke Lu · 2 years, 5 months ago
  96. 84c13af http2/hpack: build static table with go generate by Tomasz Jezierski · 2 years, 6 months ago
  97. 430a433 html: properly handle exclamation marks in comments by Roland Shoemaker · 2 years, 5 months ago
  98. da05058 net/http: remove unnecessary slicing by ChristLZS · 2 years, 5 months ago
  99. 1568cf9 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 5 months ago v0.1.0
  100. cb67ada internal/socket: add support for openbsd/ppc64 by Joel Sing · 2 years, 5 months ago