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