1. b20cd59 quic: initiate key rotation earlier in connections by Damien Neil · 3 days ago master
  2. f95a3b3 html: fix typo in package doc by Eng Zer Jun · 2 weeks ago
  3. 0a24555 http/httpguts: speed up ValidHeaderFieldName by Julien Cretel · 4 weeks ago
  4. ec05fdc http2: don't retry the first request on a connection on GOAWAY error by Damien Neil · 4 weeks ago
  5. b67a0f0 http2: send correct LastStreamID in stream-caused GOAWAY by Damien Neil · 4 weeks ago
  6. a130fcc quic: don't consider goroutines running when tests start as leaked by Damien Neil · 4 weeks ago
  7. 7bbe320 go.mod: update golang.org/x dependencies by Gopher Robot · 4 weeks ago v0.24.0
  8. c48da13 http2: fix TestServerContinuationFlood flakes by Damien Neil · 5 weeks ago v0.23.0
  9. 762b58d http2: fix tipos in comment by Ian Lance Taylor · 5 weeks ago
  10. ba87210 http2: close connections when receiving too many headers by Damien Neil · 4 months ago
  11. ebc8168 all: fix some typos by vitalmotif · 7 weeks ago
  12. 3678185 http2: make TestCanonicalHeaderCacheGrowth faster by Damien Neil · 7 weeks ago
  13. 448c44f http2: remove clientTester by Damien Neil · 7 weeks ago
  14. c7877ac http2: convert the remaining clientTester tests to testClientConn by Damien Neil · 7 weeks ago
  15. d8870b0 http2: use synthetic time in TestIdleConnTimeout by Damien Neil · 7 weeks ago
  16. d73acff http2: only set up deadline when Server.IdleTimeout is positive by Andy Pan · 8 weeks ago
  17. 89f602b http2: validate client/outgoing trailers by Emmanuel T Odeke · 7 weeks ago
  18. 6e2c99c http2: allow testing Transports with testSyncHooks by Damien Neil · 7 weeks ago
  19. 9e0498d http2: use synthetic timers for ping timeouts in tests by Damien Neil · 7 weeks ago
  20. 31d9683 http2: mark several testing functions as helpers by Damien Neil · 7 weeks ago
  21. 12ddef7 http2: reject DATA frames after 1xx and before final headers by Damien Neil · 10 weeks ago
  22. d600ae0 http2: add testClientConn for testing client RoundTrips by Damien Neil · 3 months ago
  23. 57a6a7a http2: prevent uninitialized pipe from being written by Andy Pan · 2 months ago
  24. ea095bc http2: only set up positive deadlines by Andy Pan · 3 months ago
  25. 8c07e20 httpproxy: allow any scheme by 胡玮文 · 8 months ago
  26. ab271c3 http2: add IdleConnTimeout to http2.Transport by David Bell · 8 months ago
  27. 7ee34a0 go.mod: update golang.org/x dependencies by Gopher Robot · 9 weeks ago v0.22.0
  28. c289c7a websocket: re-add documentation for DialConfig by Dmitri Shuralyov · 9 weeks ago
  29. 9fb4a8c http2: send an error of FLOW_CONTROL_ERROR when exceed the maximum octets by bestgopher · 3 months ago
  30. 3dfd003 websocket: add support for dialing with context by Aleksei Besogonov · 4 months ago
  31. fa11427 quic: move package out of internal by Damien Neil · 2 months ago
  32. 591be7f quic: fix UDP on big-endian Linux, tests on various architectures by Damien Neil · 2 months ago
  33. 34cc446 quic: temporarily disable networking tests failing on various platforms by Damien Neil · 2 months ago
  34. 4bdc6df quic: expand package docs, and document Stream by Damien Neil · 3 months ago
  35. 22cbde9 quic: set ServerName in client connection TLSConfig by Damien Neil · 2 months ago
  36. 57e4cc7 quic: handle PATH_CHALLENGE and PATH_RESPONSE frames by Damien Neil · 5 months ago
  37. a6a24dd quic: source address and ECN support in the network layer by Damien Neil · 3 months ago
  38. 2a8baea quic: don't record fin bit as sent when it wasn't by Damien Neil · 3 months ago
  39. 5e09712 quic: fast path for stream writes by Damien Neil · 3 months ago
  40. 08d27e3 quic: fast path for stream reads by Damien Neil · 5 months ago
  41. cc568ea internal/quic: use slices.Equal in TestAcksSent by Tobias Klauser · 3 months ago
  42. dda3687 quic: add Stream.ReadByte, Stream.WriteByte by Damien Neil · 6 months ago
  43. e94da73 quic: reduce ack frequency after the first 100 packets by Damien Neil · 5 months ago
  44. 117945d quic: add throughput and stream creation benchmarks by Damien Neil · 6 months ago
  45. 93be8fe quic: log packet_dropped events by Damien Neil · 5 months ago
  46. 6e383c4 quic: add qlog recovery metrics by Damien Neil · 6 months ago
  47. 840656f quic/qlog: don't output empty slog.Attrs by Damien Neil · 3 months ago
  48. 5a444b4 quic: add Stream.Set{Read,Write}Context, drop {Read,Write,Close}Context by Damien Neil · 5 months ago
  49. 73d21fd go.mod: update golang.org/x dependencies by Gopher Robot · 3 months ago v0.21.0
  50. 643fd16 html: fix SOLIDUS '/' handling in attribute parsing by Maciej Mionskowski · 7 months ago
  51. 73e4b50 dns/dnsmessage: allow name compression for SRV resource parsing by Mateusz Poliwczak · 3 months ago
  52. b2208d0 internal/quic/qlog: fix typo by btwiuse · 4 months ago
  53. 0d0b98c http2: avoid goroutine starvation in TestServer_Push_RejectAfterGoAway by Bryan C. Mills · 3 months ago
  54. 07e05fd http2: remove suspicious uint32->v conversion in frame code by Nikita Sivukhin · 4 months ago
  55. 26b646e quic: avoid deadlock in Endpoint.Close by Damien Neil · 4 months ago
  56. cb5b10f go.mod: update golang.org/x dependencies by Gopher Robot · 4 months ago v0.20.0
  57. 689bbc7 quic: deflake TestStreamsCreateConcurrency by Damien Neil · 4 months ago
  58. f12db26 internal/quic/cmd/interop: use wget --no-verbose in Dockerfile by Damien Neil · 5 months ago
  59. c136d0c quic: avoid panic when PTO expires and implicitly-created streams exist by Damien Neil · 5 months ago
  60. f9726a9 quic: fix packet size logging by Damien Neil · 5 months ago
  61. c337daf quic: enable qlog output in tests by Damien Neil · 5 months ago
  62. 2b416c3 quic/qlog: create log files with O_EXCL by Damien Neil · 5 months ago
  63. 1e59a7e quic/qlog: correctly write negative durations by Damien Neil · 5 months ago
  64. b0eb4d6 quic: compute pnum len from max ack received, not sent by Damien Neil · 5 months ago
  65. b952594 quic: fix data race in connection close by Damien Neil · 6 months ago
  66. 577e44a quic: skip leaked goroutine check on GOOS=js by Damien Neil · 5 months ago
  67. 65efbad quic: avoid leaking tls goroutines in tests by Damien Neil · 5 months ago
  68. 08a78b1 quic: unblock operations when closing conns by Damien Neil · 6 months ago
  69. c1b6eee quic: send occasional ack-eliciting packets by Damien Neil · 6 months ago
  70. 491f354 quic: log packets and frames by Damien Neil · 6 months ago
  71. f812076 http2: explicitly set minimum TLS version in tests by Roland Shoemaker · 5 months ago
  72. a8e0109 go.mod: update golang.org/x dependencies by Gopher Robot · 5 months ago v0.19.0
  73. 13e88dd quic: rename listener{_test}.go to endpoint{_test}.go by Damien Neil · 6 months ago
  74. e26b9a4 quic: rename Listener to Endpoint by Damien Neil · 6 months ago
  75. 399218d quic: implement stream flush by Damien Neil · 6 months ago
  76. d87f99b quic: idle timeouts, handshake timeouts, and keepalive by Damien Neil · 6 months ago
  77. 7b5abfa quic: basic qlog support by Damien Neil · 6 months ago
  78. fbaf412 go.mod: update golang.org/x dependencies by Gopher Robot · 6 months ago v0.18.0
  79. cc6f4d1 http2: remove ancient build-tagged files for unsupported Go versions by Brad Fitzpatrick · 6 months ago
  80. a720b30 http2: allocate buffer pools using pointers to arrays by Jorropo · 6 months ago
  81. a7ef1a2 internal/quic/cmd/interop: don't t.Log after test finishes by Damien Neil · 6 months ago
  82. 26ea817 http2: unconditionally recycle responseWriterState by qmuntal · 7 months ago
  83. 39c9d01 quic: don't send CONNECTION_CLOSE after stateless reset by Damien Neil · 6 months ago
  84. 45fa414 quic: undo accidental rename of test helpers by Damien Neil · 6 months ago
  85. 434956a quic: include more detail in connection close errors by Damien Neil · 6 months ago
  86. ec29a94 quic: provide source conn ID when creating server conns by Damien Neil · 6 months ago
  87. 5791239 internal/quic/cmd/interop: skip tests when exec is unavailable by Damien Neil · 6 months ago
  88. 4865e2a internal/quic/cmd/interop: add interop test runner by Damien Neil · 7 months ago
  89. 770149e quic: pad ack-eliciting server Initial datagrams by Damien Neil · 6 months ago
  90. 05086a7 quic: fix panic when handling resent CRYPTO data by Damien Neil · 6 months ago
  91. 0526b49 quic: fix data race caused by aliased DCID by Damien Neil · 6 months ago
  92. 6d267b1 quic: properly shut down connections on listener close by Damien Neil · 6 months ago
  93. 642f15e quic: support stateless reset by Damien Neil · 7 months ago
  94. 4c7a5b6 http2: add test for push promise accounting underflow by Damien Neil · 6 months ago
  95. 48a5977 quic: support Retry by Damien Neil · 7 months ago
  96. 9ef1b72 quic: move more testConn behavior into testListener by Damien Neil · 7 months ago
  97. 37479d6 http2: fix underflow in http2 server push by Mauri de Souza Meneguzzo · 7 months ago
  98. d23d9bc all: update go directive to 1.18 by Dmitri Shuralyov · 7 months ago
  99. 92728b3 dns/dnsmessage: document that Skip does not fully validate the header by Mateusz Poliwczak · 7 months ago
  100. b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams by Damien Neil · 7 months ago v0.17.0