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