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