1. 2b60a61 quic: fix several bugs in flow control accounting by Damien Neil · 7 months ago
  2. 73d82ef quic: handle DATA_BLOCKED frames by Damien Neil · 7 months ago
  3. 5d5a036 quic: handle streams moving from the data queue to the meta queue by Damien Neil · 7 months ago
  4. 350aad2 quic: correctly extend peer's flow control window after MAX_DATA by Damien Neil · 7 months ago
  5. 21814e7 quic: validate connection id transport parameters by Damien Neil · 7 months ago
  6. a600b35 quic: avoid redundant MAX_DATA updates by Damien Neil · 7 months ago
  7. ea63359 http2: check stream body is present on read timeout by Alexander Yastrebov · 10 months ago
  8. ddd8598 quic: version negotiation by Damien Neil · 8 months ago
  9. 3b0ab98 quic: avoid deadlock on listener close by Damien Neil · 7 months ago
  10. 732b4bc quic: report initial TLS errors by Damien Neil · 8 months ago
  11. 8add2e1 quic: enforce AEAD integrity limit by Damien Neil · 8 months ago
  12. 7c40cbd dns/dnsmessage: use map[string]uint16 instead of map[string]int by Mateusz Poliwczak · 8 months ago
  13. b3f1f23 quic: initiate key updates by Damien Neil · 8 months ago
  14. 18f2095 quic: handle peer-initiated key updates by Damien Neil · 8 months ago
  15. 008c0af quic: refactor keys for key updates by Damien Neil · 8 months ago
  16. 6a4de22 quic: connection lifetime management by Damien Neil · 8 months ago
  17. ea4a2ff quic: fix detection of reserved bits in 1-RTT packets by Damien Neil · 8 months ago
  18. 47caaff quic: send and receive UDP datagrams by Damien Neil · 8 months ago
  19. 02eb0f3 quic: avoid deadlock when updating inbound conn-level flow control by Damien Neil · 8 months ago
  20. 57bce0e quic: move packetType.String out of test-only code by Damien Neil · 8 months ago
  21. cae7dab quic: outbound connection-level flow control by Damien Neil · 8 months ago
  22. 217377b quic: inbound connection-level flow control by Damien Neil · 9 months ago
  23. 044c308 quic: check for packet overflow when writing MAX_STREAMS by Damien Neil · 8 months ago
  24. 5401f76 quic: test lost bidi MAX_STREAMS frame handling by Damien Neil · 8 months ago
  25. da5f9f7 quic: don't block Writes on stream-level flow control by Damien Neil · 8 months ago
  26. c3c6260 quic: simplify gate operations by Damien Neil · 8 months ago
  27. 717519d quic: limits on the number of open streams by Damien Neil · 8 months ago
  28. 94087ad dns/dnsmessage: mention that Name in non-escaped by Mateusz Poliwczak · 8 months ago
  29. 2a0da8b go.mod: update golang.org/x dependencies by Gopher Robot · 8 months ago v0.15.0
  30. 97384c1 quic: remove streams from the conn when done by Damien Neil · 8 months ago
  31. 03d5e62 http2: remove unused ClientConn.tconnClosed by Tobias Klauser · 8 months ago
  32. b82f062 quic: include ignored frames in test log output by Damien Neil · 8 months ago
  33. 7374d34 quic: don't block when closing read-only streams by Damien Neil · 8 months ago
  34. b4d09be dns/dnsmessage: compress all names while appending to a buffer by Mateusz Poliwczak · 8 months ago
  35. 8b010a5 quic: fix race condition in runAsync test helper by Damien Neil · 8 months ago
  36. fe2abcb quic: validate stream limits in transport params by Damien Neil · 8 months ago
  37. d1b0a97 quic: avoid sending 1-RTT frames in initial/handshake packets by Damien Neil · 9 months ago
  38. 4332436 quic: send more transport parameters by Damien Neil · 9 months ago
  39. 52fbe37 quic: add test helpers for acking packets by Damien Neil · 9 months ago
  40. 4a2d37e http2: remove Docker-requiring tests by Damien Neil · 9 months ago
  41. efb8d7a dns/dnsmessage: don't include bytes after name.Length in the compression map by Mateusz Poliwczak · 8 months ago
  42. d8d8478 quic: read-closing and reset streams, wait on close by Damien Neil · 9 months ago
  43. 3d2be97 quic: fix testConn.uncheckedHandshake by Damien Neil · 8 months ago
  44. 0f7767c dns/dnsmessage: validate cached section when skipping sections by Damien Neil · 8 months ago
  45. f89417c dns/dnsmessage: reduce Parser size by Mateusz Poliwczak · 8 months ago
  46. 9cde5a0 net/http2: remove awaitGracefulShutdown by Alexander Yastrebov · 10 months ago
  47. 95cb3bb dns/dnsmessage: show AD and CD bit in Header.GoString() by Mateusz Poliwczak · 9 months ago
  48. 126a5f3 quic: fix some bugs in the sendable stream list by Damien Neil · 9 months ago
  49. f09e753 quic: send and receive stream data by Damien Neil · 9 months ago
  50. 1e23797 publicsuffix: update table to version 20230804 by Tiago Peczenyj · 9 months ago
  51. c8c0290 go.mod: update golang.org/x dependencies by Gopher Robot · 9 months ago v0.14.0
  52. 0b21d06 quic: framework for testing blocking operations by Damien Neil · 9 months ago
  53. 4648651 quic: add -vv flag for more verbose tests by Damien Neil · 9 months ago
  54. 60ae793 quic: don't send session tickets by Damien Neil · 9 months ago
  55. a7da556 http2: optimize buffer allocation in transport by David Fu · 10 months ago
  56. 167593b quic: create and accept streams by Damien Neil · 9 months ago
  57. 8ffa475 html: only render content literally in the HTML namespace by Roland Shoemaker · 10 months ago v0.13.0
  58. 63fe334 quic: gate and queue synchronization primitives by Damien Neil · 1 year, 3 months ago
  59. bd8ac9e quic: fill out connection id handling by Damien Neil · 10 months ago
  60. 08001cc quic: debug logging of packets by Damien Neil · 10 months ago
  61. dd0aa33 quic: tls handshake by Damien Neil · 10 months ago
  62. 5e678bb quic: CRYPTO stream handling by Damien Neil · 1 year, 3 months ago
  63. dd5bc96 internal/quic: deflake TestConnTestConn by Damien Neil · 10 months ago
  64. d0912d4 quic: add pipe type by Damien Neil · 10 months ago
  65. 8db2ead quic: transport parameter encoding and decoding by Damien Neil · 1 year, 4 months ago
  66. 0adcadf quic: send and receive datagrams by Damien Neil · 11 months ago
  67. 16cc77a quic: print better stacks on SIGQUIT by Damien Neil · 1 year, 3 months ago
  68. 4a3f925 quic: basic connection event loop by Damien Neil · 10 months ago
  69. 57553cb quic: connection ids by Damien Neil · 1 year, 7 months ago
  70. 304cc91 quic: tracking of received packets and acks to send by Damien Neil · 1 year, 7 months ago
  71. 9475ce1 quic: fix typos in comments by Damien Neil · 10 months ago
  72. d8f9c01 dns/dnsmessage: add fuzz test by Mateusz Poliwczak · 11 months ago
  73. 8126108 dns/dnsmessage: update Parser docs by Mateusz Poliwczak · 10 months ago
  74. a1613c2 http2: handle trailing colon in authorityAddr by Leo Blöcher · 1 year ago
  75. c73c09c go.mod: update golang.org/x dependencies by Gopher Robot · 10 months ago v0.12.0
  76. 4fc2eb9 http2: revert Transport change from CL 486156 by Brad Fitzpatrick · 10 months ago
  77. 63727cc http2: validate Host header before sending by Damien Neil · 10 months ago
  78. 1bb09e6 quic: pass the connection ID length into 1-RTT packet parsing by Damien Neil · 11 months ago
  79. 952fc9c quic: move ack_delay_exponent handling out of frame parsing by Damien Neil · 11 months ago
  80. 02fe9a5 quic: loss detection by Damien Neil · 1 year, 7 months ago
  81. c8a2c5a quic: remove stray debugging print by Damien Neil · 11 months ago
  82. 5d50b40 quic: add packetFate enum by Damien Neil · 11 months ago
  83. ee81e8c quic: correct rttvar updates by Damien Neil · 11 months ago
  84. ab184e6 quic: rename side type to connSide by Damien Neil · 11 months ago
  85. 508a573 quic: add congestion controller by Damien Neil · 11 months ago
  86. 4050002 html: handle equals sign before attribute by Roland Shoemaker · 1 year ago
  87. f5464dd idna: update for Unicode 15.0.0 by Russ Cox · 11 months ago
  88. 6c96ca5 go.mod: update golang.org/x dependencies by Gopher Robot · 11 months ago v0.11.0
  89. 5541298 quic: add packet pacer by Damien Neil · 11 months ago
  90. 88a50b6 all: update x/sys to HEAD by Bryan C. Mills · 11 months ago
  91. 7e6923f quic: add RTT estimator by Damien Neil · 11 months ago
  92. 2796e09 bpf: check for little endian CPU for OS VM comparison by Matt Layher · 11 months ago
  93. 10cf388 quic: add a data structure for tracking lists of sent packets by Damien Neil · 12 months ago
  94. ccc217c quic: parameterize rangeset by Damien Neil · 11 months ago
  95. f16447c quic: add go1.21 build constraint by Damien Neil · 11 months ago
  96. f7250ea quic: add a type tracking sent values by Damien Neil · 1 year, 4 months ago
  97. 1b5a2d8 quic: packet encoding/decoding by Damien Neil · 1 year, 7 months ago
  98. a233290 quic: add a data structure for tracking sent packets by Damien Neil · 1 year, 7 months ago
  99. 61d852e quic: error codes and types by Damien Neil · 1 year, 4 months ago
  100. d40f154 quic: varint encoding and decoding by Damien Neil · 1 year, 7 months ago