1. fbaf412 go.mod: update golang.org/x dependencies by Gopher Robot · 8 months ago v0.18.0
  2. cc6f4d1 http2: remove ancient build-tagged files for unsupported Go versions by Brad Fitzpatrick · 8 months ago
  3. a720b30 http2: allocate buffer pools using pointers to arrays by Jorropo · 8 months ago
  4. a7ef1a2 internal/quic/cmd/interop: don't t.Log after test finishes by Damien Neil · 8 months ago
  5. 26ea817 http2: unconditionally recycle responseWriterState by qmuntal · 9 months ago
  6. 39c9d01 quic: don't send CONNECTION_CLOSE after stateless reset by Damien Neil · 8 months ago
  7. 45fa414 quic: undo accidental rename of test helpers by Damien Neil · 8 months ago
  8. 434956a quic: include more detail in connection close errors by Damien Neil · 8 months ago
  9. ec29a94 quic: provide source conn ID when creating server conns by Damien Neil · 8 months ago
  10. 5791239 internal/quic/cmd/interop: skip tests when exec is unavailable by Damien Neil · 8 months ago
  11. 4865e2a internal/quic/cmd/interop: add interop test runner by Damien Neil · 9 months ago
  12. 770149e quic: pad ack-eliciting server Initial datagrams by Damien Neil · 8 months ago
  13. 05086a7 quic: fix panic when handling resent CRYPTO data by Damien Neil · 8 months ago
  14. 0526b49 quic: fix data race caused by aliased DCID by Damien Neil · 8 months ago
  15. 6d267b1 quic: properly shut down connections on listener close by Damien Neil · 8 months ago
  16. 642f15e quic: support stateless reset by Damien Neil · 9 months ago
  17. 4c7a5b6 http2: add test for push promise accounting underflow by Damien Neil · 8 months ago
  18. 48a5977 quic: support Retry by Damien Neil · 9 months ago
  19. 9ef1b72 quic: move more testConn behavior into testListener by Damien Neil · 9 months ago
  20. 37479d6 http2: fix underflow in http2 server push by Mauri de Souza Meneguzzo · 9 months ago
  21. d23d9bc all: update go directive to 1.18 by Dmitri Shuralyov · 9 months ago
  22. 92728b3 dns/dnsmessage: document that Skip does not fully validate the header by Mateusz Poliwczak · 9 months ago
  23. b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams by Damien Neil · 9 months ago v0.17.0
  24. 88194ad go.mod: update golang.org/x dependencies by Gopher Robot · 9 months ago v0.16.0
  25. 2b60a61 quic: fix several bugs in flow control accounting by Damien Neil · 9 months ago
  26. 73d82ef quic: handle DATA_BLOCKED frames by Damien Neil · 9 months ago
  27. 5d5a036 quic: handle streams moving from the data queue to the meta queue by Damien Neil · 9 months ago
  28. 350aad2 quic: correctly extend peer's flow control window after MAX_DATA by Damien Neil · 9 months ago
  29. 21814e7 quic: validate connection id transport parameters by Damien Neil · 9 months ago
  30. a600b35 quic: avoid redundant MAX_DATA updates by Damien Neil · 9 months ago
  31. ea63359 http2: check stream body is present on read timeout by Alexander Yastrebov · 11 months ago
  32. ddd8598 quic: version negotiation by Damien Neil · 9 months ago
  33. 3b0ab98 quic: avoid deadlock on listener close by Damien Neil · 9 months ago
  34. 732b4bc quic: report initial TLS errors by Damien Neil · 9 months ago
  35. 8add2e1 quic: enforce AEAD integrity limit by Damien Neil · 9 months ago
  36. 7c40cbd dns/dnsmessage: use map[string]uint16 instead of map[string]int by Mateusz Poliwczak · 10 months ago
  37. b3f1f23 quic: initiate key updates by Damien Neil · 9 months ago
  38. 18f2095 quic: handle peer-initiated key updates by Damien Neil · 10 months ago
  39. 008c0af quic: refactor keys for key updates by Damien Neil · 10 months ago
  40. 6a4de22 quic: connection lifetime management by Damien Neil · 10 months ago
  41. ea4a2ff quic: fix detection of reserved bits in 1-RTT packets by Damien Neil · 10 months ago
  42. 47caaff quic: send and receive UDP datagrams by Damien Neil · 10 months ago
  43. 02eb0f3 quic: avoid deadlock when updating inbound conn-level flow control by Damien Neil · 10 months ago
  44. 57bce0e quic: move packetType.String out of test-only code by Damien Neil · 10 months ago
  45. cae7dab quic: outbound connection-level flow control by Damien Neil · 10 months ago
  46. 217377b quic: inbound connection-level flow control by Damien Neil · 11 months ago
  47. 044c308 quic: check for packet overflow when writing MAX_STREAMS by Damien Neil · 10 months ago
  48. 5401f76 quic: test lost bidi MAX_STREAMS frame handling by Damien Neil · 10 months ago
  49. da5f9f7 quic: don't block Writes on stream-level flow control by Damien Neil · 10 months ago
  50. c3c6260 quic: simplify gate operations by Damien Neil · 10 months ago
  51. 717519d quic: limits on the number of open streams by Damien Neil · 10 months ago
  52. 94087ad dns/dnsmessage: mention that Name in non-escaped by Mateusz Poliwczak · 10 months ago
  53. 2a0da8b go.mod: update golang.org/x dependencies by Gopher Robot · 10 months ago v0.15.0
  54. 97384c1 quic: remove streams from the conn when done by Damien Neil · 10 months ago
  55. 03d5e62 http2: remove unused ClientConn.tconnClosed by Tobias Klauser · 10 months ago
  56. b82f062 quic: include ignored frames in test log output by Damien Neil · 10 months ago
  57. 7374d34 quic: don't block when closing read-only streams by Damien Neil · 10 months ago
  58. b4d09be dns/dnsmessage: compress all names while appending to a buffer by Mateusz Poliwczak · 10 months ago
  59. 8b010a5 quic: fix race condition in runAsync test helper by Damien Neil · 10 months ago
  60. fe2abcb quic: validate stream limits in transport params by Damien Neil · 10 months ago
  61. d1b0a97 quic: avoid sending 1-RTT frames in initial/handshake packets by Damien Neil · 11 months ago
  62. 4332436 quic: send more transport parameters by Damien Neil · 11 months ago
  63. 52fbe37 quic: add test helpers for acking packets by Damien Neil · 11 months ago
  64. 4a2d37e http2: remove Docker-requiring tests by Damien Neil · 11 months ago
  65. efb8d7a dns/dnsmessage: don't include bytes after name.Length in the compression map by Mateusz Poliwczak · 10 months ago
  66. d8d8478 quic: read-closing and reset streams, wait on close by Damien Neil · 11 months ago
  67. 3d2be97 quic: fix testConn.uncheckedHandshake by Damien Neil · 10 months ago
  68. 0f7767c dns/dnsmessage: validate cached section when skipping sections by Damien Neil · 10 months ago
  69. f89417c dns/dnsmessage: reduce Parser size by Mateusz Poliwczak · 10 months ago
  70. 9cde5a0 net/http2: remove awaitGracefulShutdown by Alexander Yastrebov · 12 months ago
  71. 95cb3bb dns/dnsmessage: show AD and CD bit in Header.GoString() by Mateusz Poliwczak · 11 months ago
  72. 126a5f3 quic: fix some bugs in the sendable stream list by Damien Neil · 11 months ago
  73. f09e753 quic: send and receive stream data by Damien Neil · 11 months ago
  74. 1e23797 publicsuffix: update table to version 20230804 by Tiago Peczenyj · 11 months ago
  75. c8c0290 go.mod: update golang.org/x dependencies by Gopher Robot · 11 months ago v0.14.0
  76. 0b21d06 quic: framework for testing blocking operations by Damien Neil · 11 months ago
  77. 4648651 quic: add -vv flag for more verbose tests by Damien Neil · 11 months ago
  78. 60ae793 quic: don't send session tickets by Damien Neil · 11 months ago
  79. a7da556 http2: optimize buffer allocation in transport by David Fu · 12 months ago
  80. 167593b quic: create and accept streams by Damien Neil · 11 months ago
  81. 8ffa475 html: only render content literally in the HTML namespace by Roland Shoemaker · 12 months ago v0.13.0
  82. 63fe334 quic: gate and queue synchronization primitives by Damien Neil · 1 year, 5 months ago
  83. bd8ac9e quic: fill out connection id handling by Damien Neil · 12 months ago
  84. 08001cc quic: debug logging of packets by Damien Neil · 11 months ago
  85. dd0aa33 quic: tls handshake by Damien Neil · 12 months ago
  86. 5e678bb quic: CRYPTO stream handling by Damien Neil · 1 year, 5 months ago
  87. dd5bc96 internal/quic: deflake TestConnTestConn by Damien Neil · 12 months ago
  88. d0912d4 quic: add pipe type by Damien Neil · 12 months ago
  89. 8db2ead quic: transport parameter encoding and decoding by Damien Neil · 1 year, 5 months ago
  90. 0adcadf quic: send and receive datagrams by Damien Neil · 1 year, 1 month ago
  91. 16cc77a quic: print better stacks on SIGQUIT by Damien Neil · 1 year, 5 months ago
  92. 4a3f925 quic: basic connection event loop by Damien Neil · 1 year ago
  93. 57553cb quic: connection ids by Damien Neil · 1 year, 9 months ago
  94. 304cc91 quic: tracking of received packets and acks to send by Damien Neil · 1 year, 9 months ago
  95. 9475ce1 quic: fix typos in comments by Damien Neil · 1 year ago
  96. d8f9c01 dns/dnsmessage: add fuzz test by Mateusz Poliwczak · 1 year, 1 month ago
  97. 8126108 dns/dnsmessage: update Parser docs by Mateusz Poliwczak · 12 months ago
  98. a1613c2 http2: handle trailing colon in authorityAddr by Leo Blöcher · 1 year, 2 months ago
  99. c73c09c go.mod: update golang.org/x dependencies by Gopher Robot · 12 months ago v0.12.0
  100. 4fc2eb9 http2: revert Transport change from CL 486156 by Brad Fitzpatrick · 1 year ago