1. 2f2dfab qns: actually enable 0-RTT in resumption/zerortt tests by Alessandro Ghedini · 4 years, 2 months ago
  2. 77f9f8b qns: enable 0-RTT test where supported by Alessandro Ghedini · 4 years, 2 months ago
  3. af998f1 qns: disable resumption test on the client by Alessandro Ghedini · 4 years, 2 months ago
  4. c0c0b2b avoid some needless small allocations when creating packets by Alessandro Ghedini · 4 years, 2 months ago
  5. edcbdfe refactor calculation of output packet size limit by Alessandro Ghedini · 4 years, 2 months ago
  6. 2088dfe docker: small build time improvement by Junho Choi · 4 years, 2 months ago
  7. 2acc96c apps: downgrade more logs by Alessandro Ghedini · 4 years, 2 months ago
  8. f902b76 deps: update BoringSSL by Alessandro Ghedini · 4 years, 2 months ago
  9. 96c5a5c recovery: use Duration::from_millis() in tests instead of using nanoseconds by Alessandro Ghedini · 4 years, 2 months ago
  10. 595f6a6 expose delivery rate in Stats by Alessandro Ghedini · 4 years, 2 months ago
  11. 81cd217 recovery: calculate delivery rate as f64 bytes/s by Alessandro Ghedini · 4 years, 2 months ago
  12. 7a19682 recovery: make internal fields private by Alessandro Ghedini · 4 years, 2 months ago
  13. 3cd5de1 recovery: don't force Debug unit for Duration values by Alessandro Ghedini · 4 years, 2 months ago
  14. e0f3d27 recovery: remove some superfluous logging by Alessandro Ghedini · 4 years, 2 months ago
  15. 12dce6d nginx: improve response status handling for HTTP/3 by Alessandro Ghedini · 4 years, 2 months ago
  16. 6847c9b nginx: don't process write timers twice on shutdown by Alessandro Ghedini · 4 years, 2 months ago
  17. c1e90d0 nginx: properly set log actions by Alessandro Ghedini · 4 years, 2 months ago
  18. 00222a6 ignore invalid unauthenticated packets by Alessandro Ghedini · 4 years, 2 months ago
  19. da33fc9 recovery: implement delivery rate estimation by Lohith Bellad · 4 years, 2 months ago
  20. 5ff2626 apps: clearer error message when dumping responses by lucas · 4 years, 2 months ago
  21. dd8228b cc: pass timestamp to hooks by Junho Choi · 4 years, 2 months ago
  22. fdf2596 qlog: remove derived deserialize by lucas · 4 years, 2 months ago
  23. fdf55e4 lib: add client version test by lucas · 4 years, 2 months ago
  24. ae33b7d travis: disable cache by Alessandro Ghedini · 4 years, 2 months ago
  25. 0c7f799 re-encode transport parameters when changing versions on the server too by Alessandro Ghedini · 4 years, 2 months ago
  26. 20e116b fix sending a large amout of data on 32bit architectures by Junho Choi · 4 years, 2 months ago
  27. 6f75ae2 qlog: add HexSlice::maybe_string() by lucas · 4 years, 3 months ago
  28. 28dbf3c qlog: Add remaining EventTypes and helper functions by lucas · 4 years, 3 months ago
  29. 240a07e don't decrease tx_data when data is lost by Junho Choi · 4 years, 2 months ago
  30. 53b232b h3: remove duplicate push frame by Alessandro Ghedini · 4 years, 3 months ago
  31. 91c6a8c encode transport params as varints by Alessandro Ghedini · 4 years, 3 months ago
  32. ebf5008 bump wire version and ALPN to draft-27 by Alessandro Ghedini · 4 years, 3 months ago
  33. 4564ebc derive Debug trait for TransportParams instead of defining it manually by Alessandro Ghedini · 4 years, 3 months ago
  34. 8a1aff7 apps: silence or downgrade some logs in the client by Alessandro Ghedini · 4 years, 3 months ago
  35. 6f82d6f nginx: handle blocked stream when sending HEADERS by Alessandro Ghedini · 4 years, 3 months ago
  36. c955820 nginx: refresh patch by Alessandro Ghedini · 4 years, 3 months ago
  37. 35a2f77 nginx: properly allocate Vary header by Hao Guan · 4 years, 3 months ago
  38. 6f450f9 nginx: link to Security framework on macOS by Hao Guan · 4 years, 3 months ago
  39. 6e30ca1 ffi: expose HTTP/3 errors by Alessandro Ghedini · 4 years, 3 months ago
  40. 10fc2b3 h3: clean-up unused errors by Alessandro Ghedini · 4 years, 3 months ago
  41. eb09fca h3: only consume stream IDs after a successful write by Alessandro Ghedini · 4 years, 3 months ago
  42. 572cf96 h3: handle partial writes of HEADERS by Alessandro Ghedini · 4 years, 3 months ago
  43. 7ccf778 track connection flow control when writing to a stream by Alessandro Ghedini · 4 years, 3 months ago
  44. b23a094 README: add brief examples on how to use the quiche apps by Alessandro Ghedini · 4 years, 3 months ago
  45. 040e92c fuzz: refresh corpora by Alessandro Ghedini · 4 years, 3 months ago
  46. 178869c coalesce small STREAM frames when fuzzing by Alessandro Ghedini · 4 years, 3 months ago
  47. 56fc60b limit stream send capacity with connection flow control and cwnd too by Alessandro Ghedini · 4 years, 3 months ago
  48. 0716767 frame: RESET_STREAM error code is a varint by Lucas Pardue · 4 years, 3 months ago
  49. b89355a apps: process requests ending with '/' by Alessandro Ghedini · 4 years, 3 months ago
  50. ced331e qns: fix multiconnect and retry test cases and clean-up by Alessandro Ghedini · 4 years, 3 months ago
  51. e057d0d Merge branch 'master' of github.com:cloudflare/quiche into update by Craig Tiller · 4 years, 3 months ago
  52. 0bee4ae apps: enable debug for release builds by Alessandro Ghedini · 4 years, 3 months ago
  53. 26b2177 apps: propagate fuzzing feature to quiche by Alessandro Ghedini · 4 years, 3 months ago
  54. 30cd9d7 gitignore: ignore files in subdirectories as well by Alessandro Ghedini · 4 years, 3 months ago
  55. 4f01aef examples: disable logging to terminal by Alessandro Ghedini · 4 years, 3 months ago
  56. 8313c30 examples: remove command-line parsing support by Alessandro Ghedini · 4 years, 3 months ago
  57. d990d49 tools: remove quic-trace-log by Alessandro Ghedini · 4 years, 3 months ago
  58. 4100cec Cargo: only depend on criterion when building benchmarks by Alessandro Ghedini · 4 years, 3 months ago
  59. 464d8e7 tools: add quiche-client and quiche-server by Lucas Pardue · 4 years, 3 months ago
  60. 37e8b45 ignore frames on closed and collected streams by Alessandro Ghedini · 4 years, 3 months ago
  61. 211518c tls: use SSL_in_init() to check for handshake completion by Alessandro Ghedini · 4 years, 3 months ago
  62. 06c0d49 examples: deterministically generate source conn ID on servers by Alessandro Ghedini · 4 years, 3 months ago
  63. 28ddb13 recovery: do lowest unacked packet number check earlier by Alessandro Ghedini · 4 years, 3 months ago
  64. baca4a2 choose highest version supported by Junho Choi · 4 years, 3 months ago
  65. 425cbe4 build: make clippy happy by Junho Choi · 4 years, 3 months ago
  66. 149c535 nginx: update example alt-svc configuration by Alessandro Ghedini · 4 years, 3 months ago
  67. 9a8b3b1 rename idle_timeout -> max_idle_timeout and update behavior by Alessandro Ghedini · 4 years, 3 months ago
  68. d7e3b95 packet: correct (over|under)flow checks on packet number decoding algorithm by Alessandro Ghedini · 4 years, 3 months ago
  69. 819ba14 packet: retry integrity tag by Alessandro Ghedini · 4 years, 3 months ago
  70. 7c2304b crypto: don't hardcode nonce length by Alessandro Ghedini · 4 years, 3 months ago
  71. fe8c28e frame: process and send HANDSHAKE_DONE frame by Alessandro Ghedini · 4 years, 3 months ago
  72. 0fe0ca1 bump wire version and ALPN to draft-25 by Alessandro Ghedini · 4 years, 3 months ago
  73. 2f427cd tls: expose peer certificate by Alessandro Ghedini · 4 years, 4 months ago
  74. 1250cd9 reno: reset to MINIMUM_WINDOW in collapse_cwnd() by Junho Choi · 4 years, 3 months ago
  75. d31694d recovery: implement IsAppLimited() by Junho Choi · 4 years, 5 months ago
  76. 009b388 http3_test: make it possible to select specific QUIC versions by Alessandro Ghedini · 4 years, 3 months ago
  77. 58c19ab qlog: fix markdown in README by Steve Klabnik · 4 years, 3 months ago
  78. 9704e9a build: support newer Android NDK versions by Junho Choi · 4 years, 4 months ago
  79. db23215 add test for Config::set_cc_algorithm_name() by Junho Choi · 4 years, 4 months ago
  80. 503d8ae qns: enable multiconnect test and explicitly create the log directory by Junho Choi · 4 years, 4 months ago
  81. 3c75701 travis: enable cargo cache again by Junho Choi · 4 years, 4 months ago
  82. f28516d travis: don't do superfluous 'cargo build' by Alessandro Ghedini · 4 years, 4 months ago
  83. 3ac1717 recovery: configurable congestion control by Junho Choi · 4 years, 6 months ago
  84. 3a5bd77 travis: split NGINX into its own build by Alessandro Ghedini · 4 years, 4 months ago
  85. 0c19c8f deps: update boringssl by Junho Choi · 4 years, 4 months ago
  86. 15d04c3 travis: disable cache by Alessandro Ghedini · 4 years, 4 months ago
  87. 04b6eb2 travis: simply docker build targets by Junho Choi · 4 years, 4 months ago
  88. a61c8d0 travis: tweak build names by Alessandro Ghedini · 4 years, 4 months ago
  89. 3388c1c travis: install Windows targets before build by Alessandro Ghedini · 4 years, 4 months ago
  90. 0f20b42 travis: only build docker images on deploy by Alessandro Ghedini · 4 years, 4 months ago
  91. b9ba62f travis: reduce build jobs by Junho Choi · 4 years, 5 months ago
  92. e4119c4 quiche.h: fix indentation by universeroc · 4 years, 4 months ago
  93. 54dbcae 0.2.0 by Alessandro Ghedini · 4 years, 4 months ago 0.2.0
  94. 32f8e20 qns: disable trace logs for transfer test by Alessandro Ghedini · 4 years, 4 months ago
  95. 41568ca h3: return early from poll() when the connection is closing by Alessandro Ghedini · 4 years, 4 months ago
  96. 36589d6 travis: fix Windows x86_64 build by Alessandro Ghedini · 4 years, 4 months ago
  97. 530b207 extras/nginx: sync patch by Alessandro Ghedini · 4 years, 5 months ago
  98. c86830c tools/http3_test: fix clippy warning by Junho Choi · 4 years, 4 months ago
  99. c93c09f extras/nginx: update alt-svc header in example config by Alessandro Ghedini · 4 years, 5 months ago
  100. bcd4a76 tools: add a new crate for qlog data model by Lucas Pardue · 4 years, 8 months ago