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