1. 98757ca qlog 0.3.0 by lucas · 4 years ago
  2. 09688f3 0.4.0 by Alessandro Ghedini · 4 years ago 0.4.0
  3. 54e5bd9 retransmit MAX_STREAM_DATA frame if lost by Junho Choi · 4 years ago
  4. e483839 build: fix x86_64 iOS build on Xcode 10.1 by Junho Choi · 4 years ago
  5. 78e42ac build: remove 32bit iOS support by Junho Choi · 4 years ago
  6. c387696 cubic: fix HyStart++ cwnd growth during LSS by Junho Choi · 4 years ago
  7. cbb5965 qlog: fix flappy test by lucas · 4 years ago
  8. ef79e55 quiche.h: ensure size_t and ssize_t are defined by Peter Wu · 4 years ago
  9. 1c5fe75 ffi: support configuring qlog with a file path instead of fd by Marco Mastropaolo · 4 years ago
  10. 953cf96 limit number of tracked packet number ranges that need to be acked by Alessandro Ghedini · 4 years ago
  11. 49d0ecf lib: allow incoming Initial packets lost/reordered by Junho Choi · 4 years ago
  12. d9e15ba lib: fix app_limited to allow cwnd growth by Junho Choi · 4 years ago
  13. f0a6635 http3_test: add test for requesting a zero-length chunked resource by Alessandro Ghedini · 4 years ago
  14. 4f5532d http3_test: make initial_max_data configurable by Alessandro Ghedini · 4 years ago
  15. b4258fa h3: return Done instead of Ok(0) when stream is blocked by Alessandro Ghedini · 4 years ago
  16. df959b4 nginx: correctly handle 0-length data writes by Alessandro Ghedini · 4 years ago
  17. 50c677c qlog: fix flappy test by lucas · 4 years ago
  18. 85ca070 allow sending 0.5 RTT data when 0-RTT is used by Alessandro Ghedini · 4 years ago
  19. 2a5f80f drop support for old draft versions by Alessandro Ghedini · 4 years ago
  20. a46dffa recovery: implement HyStart++ by Junho Choi · 4 years ago
  21. 0f83c70 use immutable slices when decoding from wire buffers by Alessandro Ghedini · 4 years ago
  22. 349a197 octets: add immutable variant of OctetsMut by Alessandro Ghedini · 4 years ago
  23. 3f69113 octets: rename Octets -> OctetsMut by Alessandro Ghedini · 4 years ago
  24. 81bc973 don't explicitly check for early 1-RTT packets by Alessandro Ghedini · 4 years ago
  25. a34d2c0 qlog: don't import Deserialize trait by Alessandro Ghedini · 4 years ago
  26. db7022c deps: update BoringSSL by Alessandro Ghedini · 4 years ago
  27. 16c3242 docker: build quiche-apps within the container by Alessandro Ghedini · 4 years ago
  28. 4d827bd fuzz: add targets for building Docker image to Makefile by Alessandro Ghedini · 4 years ago
  29. 67d7751 docker: build images from the local git checkout by Alessandro Ghedini · 4 years ago
  30. 6e1cab3 qns: move script under tools/ by Alessandro Ghedini · 4 years ago
  31. c1fccd3 apps: add --cc-algorithm option by Junho Choi · 4 years ago
  32. 0eefa45 fix ordering on stream wakeups by Craig Tiller · 4 years ago
  33. 5440e47 Merge github.com:/cloudflare/quiche into fixes by Craig Tiller · 4 years ago
  34. c726d34 h3: correct doc typo by detailyang · 4 years ago
  35. 9dee718 tls: fix clippy 'import is redundant' warning by Alessandro Ghedini · 4 years ago
  36. a02939d nginx: fix debug log when SCID length is mismatched by Lucas Pardue · 4 years ago
  37. 5bf4df7 nginx: disable request buffering in config example by Alessandro Ghedini · 4 years ago
  38. f8bfb91 CUBIC congestion control by Junho Choi · 4 years, 1 month ago
  39. aac9446 recovery: test loss detection by Alessandro Ghedini · 4 years ago
  40. 4e0eeab recovery: reset PTO and loss detection timer when discarding keys by Alessandro Ghedini · 4 years ago
  41. 8a010f4 recovery: correctly apply PTO count to PTO calculation by Alessandro Ghedini · 4 years ago
  42. f619c48 recovery: rename Sent.time -> Sent.time_sent by Alessandro Ghedini · 4 years ago
  43. 3002df0 nginx: use proper format string in debug logging by Junho Choi · 4 years ago
  44. 3a3fa71 apps: do send HTTP/3 request body by Alessandro Ghedini · 4 years ago
  45. 45142a9 encode generic CryptoFail and TlsFail errors as PROTOCOL_VIOLATION by Alessandro Ghedini · 4 years ago
  46. 41162db do nothing if connection is already closed by Alessandro Ghedini · 4 years ago
  47. 6ab7c50 examples: don't set fin=true when sending response in C HTTP/3 server by George Fleury · 4 years ago
  48. 5974a02 examples: point to certificate and key files in current directory in C servers by Gaganjeet Reen · 4 years ago
  49. 82a2ba9 Merge http://github.com/cloudflare/quiche into HEAD by Craig Tiller · 4 years ago
  50. 7a435fd lib: add qlog data_moved event by lucas · 4 years ago
  51. ad913dc qlog: update data_moved event by lucas · 4 years ago
  52. 3981515 delivery_rate: fmt by Alessandro Ghedini · 4 years ago
  53. 930d825 apps: improve HTTP/3 request processing by Lucas Pardue · 4 years ago
  54. 828fab2 examples/apps: keep processing incoming UDP packets on error by Alessandro Ghedini · 4 years ago
  55. ba20909 don't return Error::Done from recv() by Alessandro Ghedini · 4 years ago
  56. 0aaf711 increase anti-amplification limit earlier by Alessandro Ghedini · 4 years ago
  57. 65d652f recovery: refactor delivery rate estimation by Alessandro Ghedini · 4 years ago
  58. 6aabaec don't explicitly check that payload length fits in the input buffer by Alessandro Ghedini · 4 years, 1 month ago
  59. db5e6ac immediately mark connection as closed when receiving an invalid first packet by Alessandro Ghedini · 4 years, 1 month ago
  60. 368de87 fuzz: update corpora for draft-27 and minimize by Alessandro Ghedini · 4 years, 1 month ago
  61. 8826725 nginx: initialize 'fc' earlier when closing stream by Alessandro Ghedini · 4 years, 1 month ago
  62. aad9d45 stream: send STREAM_DATA_BLOCKED frames when stream writes are blocked by Alessandro Ghedini · 4 years, 1 month ago
  63. 8aad4af send DATA_BLOCKED frames when the connection is blocked by Alessandro Ghedini · 4 years, 1 month ago
  64. 002082c clippy: bump 'cognitive complexity' limit yet again by Alessandro Ghedini · 4 years, 1 month ago
  65. 3bae39d qlog: add HANDSHAKE_DONE frame by Alessandro Ghedini · 4 years, 1 month ago
  66. 750df1d qlog: bump qlog version to draft-02-wip by Alessandro Ghedini · 4 years, 1 month ago
  67. 407c2a0 Cargo: use local qlog crate by Alessandro Ghedini · 4 years, 1 month ago
  68. 0ad79ce qlog: fix formatting by Alessandro Ghedini · 4 years, 1 month ago
  69. 44990ae qns: don't wait for it when starting the server by Alessandro Ghedini · 4 years, 1 month ago
  70. 3aae502 Cargo: remove other mentions of benches by Alessandro Ghedini · 4 years, 1 month ago
  71. 6a9fddd drop benches by Alessandro Ghedini · 4 years, 2 months ago
  72. 0e9ff6d qlog: make QlogStreamer Send-able by Alessandro Ghedini · 4 years, 1 month ago
  73. 8ffd4e4 remove unnecessary if when logging TP to qlog by Alessandro Ghedini · 4 years, 1 month ago
  74. 6a7fd36 remove duplicate qlog finish_frames() call by Alessandro Ghedini · 4 years, 1 month ago
  75. 2f49a25 implement Send trait for Connection by Craig Tiller · 4 years, 1 month ago
  76. 248728a apps: make qlog feature default by lucas · 4 years, 1 month ago
  77. c207f4e nginx: forcibly close HTTP/3 stream when finalizing QUIC connection by Alessandro Ghedini · 4 years, 1 month ago
  78. 017e3b1 fix qlog metrics_updated on recv by Lucas Pardue · 4 years, 1 month ago
  79. afdc69c check connection's send capacity when returning writable streams by Alessandro Ghedini · 4 years, 1 month ago
  80. dacad7f apps: make 'qlog' feature really optional by Alessandro Ghedini · 4 years, 1 month ago
  81. b0ff965 libs/apps: add qlog support by lucas · 4 years, 1 month ago
  82. 675e210 qlog: update to v0.2.0 by lucas · 4 years, 1 month ago
  83. 10b5ca9 apps: handle partial HTTP/0.9 requests on the server by Alessandro Ghedini · 4 years, 1 month ago
  84. 349a63f nginx: delay closure of blocked HTTP/3 streams with no body by Alessandro Ghedini · 4 years, 1 month ago
  85. 19ef08d nginx: don't try to send HTTP/3 data after stream is closed by Alessandro Ghedini · 4 years, 1 month ago
  86. e323dae recovery: convert congestion control API to raw vtable by Alessandro Ghedini · 4 years, 1 month ago
  87. 9c5dec6 Merge github.com:/cloudflare/quiche into HEAD by Craig Tiller · 4 years, 1 month ago
  88. f812601 support configuring custom roots of trust by Craig Tiller · 4 years, 1 month ago
  89. f3ed62a s/initialized/remote_initialized by lucas · 4 years, 1 month ago
  90. c4cf264 h3: prevent DATA before headers by lucas · 4 years, 1 month ago
  91. 3d6101c recovery: change delivery_rate to u64 by Junho Choi · 4 years, 1 month ago
  92. 14bac3b recovery: windowed min and max filter implementation by Lohith Bellad · 4 years, 2 months ago
  93. 75814bd examples: fix clippy warning in qpack-encode by Alessandro Ghedini · 4 years, 1 month ago
  94. 02b2bda recovery: fix clippy warning by Alessandro Ghedini · 4 years, 1 month ago
  95. e25fe83 0.3.0 by Alessandro Ghedini · 4 years, 1 month ago 0.3.0
  96. 03ee78a fix invalid_initial() and invalid_packet() tests by Junho Choi · 4 years, 2 months ago
  97. 47eb1bb h3: condense frame type and length sends by lucas · 4 years, 2 months ago
  98. 9aa12b8 h3: remove remaining DUPICATE_PUSH remanants by lucas · 4 years, 2 months ago
  99. 02cec52 HANDSHAKE_DONE is also ack-eliciting and in-flight by Alessandro Ghedini · 4 years, 2 months ago
  100. 5a0656d ensure we can add more frames in the packet by Junho Choi · 4 years, 2 months ago