1. e057d0d Merge branch 'master' of github.com:cloudflare/quiche into update by Craig Tiller · 4 years, 3 months ago
  2. 0bee4ae apps: enable debug for release builds by Alessandro Ghedini · 4 years, 3 months ago
  3. 26b2177 apps: propagate fuzzing feature to quiche by Alessandro Ghedini · 4 years, 3 months ago
  4. 30cd9d7 gitignore: ignore files in subdirectories as well by Alessandro Ghedini · 4 years, 3 months ago
  5. 4f01aef examples: disable logging to terminal by Alessandro Ghedini · 4 years, 3 months ago
  6. 8313c30 examples: remove command-line parsing support by Alessandro Ghedini · 4 years, 3 months ago
  7. d990d49 tools: remove quic-trace-log by Alessandro Ghedini · 4 years, 3 months ago
  8. 4100cec Cargo: only depend on criterion when building benchmarks by Alessandro Ghedini · 4 years, 3 months ago
  9. 464d8e7 tools: add quiche-client and quiche-server by Lucas Pardue · 4 years, 3 months ago
  10. 37e8b45 ignore frames on closed and collected streams by Alessandro Ghedini · 4 years, 3 months ago
  11. 211518c tls: use SSL_in_init() to check for handshake completion by Alessandro Ghedini · 4 years, 3 months ago
  12. 06c0d49 examples: deterministically generate source conn ID on servers by Alessandro Ghedini · 4 years, 3 months ago
  13. 28ddb13 recovery: do lowest unacked packet number check earlier by Alessandro Ghedini · 4 years, 3 months ago
  14. baca4a2 choose highest version supported by Junho Choi · 4 years, 3 months ago
  15. 425cbe4 build: make clippy happy by Junho Choi · 4 years, 3 months ago
  16. 149c535 nginx: update example alt-svc configuration by Alessandro Ghedini · 4 years, 3 months ago
  17. 9a8b3b1 rename idle_timeout -> max_idle_timeout and update behavior by Alessandro Ghedini · 4 years, 3 months ago
  18. d7e3b95 packet: correct (over|under)flow checks on packet number decoding algorithm by Alessandro Ghedini · 4 years, 3 months ago
  19. 819ba14 packet: retry integrity tag by Alessandro Ghedini · 4 years, 3 months ago
  20. 7c2304b crypto: don't hardcode nonce length by Alessandro Ghedini · 4 years, 3 months ago
  21. fe8c28e frame: process and send HANDSHAKE_DONE frame by Alessandro Ghedini · 4 years, 3 months ago
  22. 0fe0ca1 bump wire version and ALPN to draft-25 by Alessandro Ghedini · 4 years, 3 months ago
  23. 2f427cd tls: expose peer certificate by Alessandro Ghedini · 4 years, 4 months ago
  24. 1250cd9 reno: reset to MINIMUM_WINDOW in collapse_cwnd() by Junho Choi · 4 years, 3 months ago
  25. d31694d recovery: implement IsAppLimited() by Junho Choi · 4 years, 5 months ago
  26. 009b388 http3_test: make it possible to select specific QUIC versions by Alessandro Ghedini · 4 years, 3 months ago
  27. 58c19ab qlog: fix markdown in README by Steve Klabnik · 4 years, 4 months ago
  28. 9704e9a build: support newer Android NDK versions by Junho Choi · 4 years, 4 months ago
  29. db23215 add test for Config::set_cc_algorithm_name() by Junho Choi · 4 years, 4 months ago
  30. 503d8ae qns: enable multiconnect test and explicitly create the log directory by Junho Choi · 4 years, 4 months ago
  31. 3c75701 travis: enable cargo cache again by Junho Choi · 4 years, 4 months ago
  32. f28516d travis: don't do superfluous 'cargo build' by Alessandro Ghedini · 4 years, 4 months ago
  33. 3ac1717 recovery: configurable congestion control by Junho Choi · 4 years, 6 months ago
  34. 3a5bd77 travis: split NGINX into its own build by Alessandro Ghedini · 4 years, 4 months ago
  35. 0c19c8f deps: update boringssl by Junho Choi · 4 years, 4 months ago
  36. 15d04c3 travis: disable cache by Alessandro Ghedini · 4 years, 4 months ago
  37. 04b6eb2 travis: simply docker build targets by Junho Choi · 4 years, 4 months ago
  38. a61c8d0 travis: tweak build names by Alessandro Ghedini · 4 years, 4 months ago
  39. 3388c1c travis: install Windows targets before build by Alessandro Ghedini · 4 years, 4 months ago
  40. 0f20b42 travis: only build docker images on deploy by Alessandro Ghedini · 4 years, 4 months ago
  41. b9ba62f travis: reduce build jobs by Junho Choi · 4 years, 5 months ago
  42. e4119c4 quiche.h: fix indentation by universeroc · 4 years, 4 months ago
  43. 54dbcae 0.2.0 by Alessandro Ghedini · 4 years, 4 months ago 0.2.0
  44. 32f8e20 qns: disable trace logs for transfer test by Alessandro Ghedini · 4 years, 4 months ago
  45. 41568ca h3: return early from poll() when the connection is closing by Alessandro Ghedini · 4 years, 4 months ago
  46. 36589d6 travis: fix Windows x86_64 build by Alessandro Ghedini · 4 years, 4 months ago
  47. 530b207 extras/nginx: sync patch by Alessandro Ghedini · 4 years, 5 months ago
  48. c86830c tools/http3_test: fix clippy warning by Junho Choi · 4 years, 4 months ago
  49. c93c09f extras/nginx: update alt-svc header in example config by Alessandro Ghedini · 4 years, 5 months ago
  50. bcd4a76 tools: add a new crate for qlog data model by Lucas Pardue · 4 years, 8 months ago
  51. 6184e65 build: fix windows/x86 build by Junho Choi · 4 years, 5 months ago
  52. 54090b8 avoid sending a PING frame if the packet is already ack-eliciting by Alessandro Ghedini · 4 years, 5 months ago
  53. 047b270 recovery: PTO per packet number space by Alessandro Ghedini · 4 years, 5 months ago
  54. 9d14178 tools/http3_test: support testing for custom HTTP headers by Shih-Chiang Chien · 4 years, 5 months ago
  55. fb99744 tools: add some more documentation of http3_test env vars by lucas · 4 years, 5 months ago
  56. 08ca097 travis: exclude cross-build job from deploy by Alessandro Ghedini · 4 years, 5 months ago
  57. 817072c build: fix 32bit x86 cross-build by Junho Choi · 4 years, 5 months ago
  58. 7cd2fe0 travis: force installation of cargo-lipo by Alessandro Ghedini · 4 years, 5 months ago
  59. 4d40eb4 extras/nginx: sync patch by Alessandro Ghedini · 4 years, 5 months ago
  60. 1f52813 travis: enable cache for cargo by Alessandro Ghedini · 4 years, 7 months ago
  61. 4c74360 stream application data API by Alessandro Ghedini · 4 years, 9 months ago
  62. c31d51a build: fix cdylib build with --no-default-features on macOS by Junho Choi · 4 years, 5 months ago
  63. 36efb43 extras/nginx: include the quiche commit hash in the NGINX build by George Liu · 4 years, 5 months ago
  64. e119499 recovery: slightly optimize detection of duplicate acks by Alessandro Ghedini · 4 years, 5 months ago
  65. eac5c8f try to accurately account for the STREAM frame's overhead by Alessandro Ghedini · 4 years, 5 months ago
  66. 482a613 properly account for the payload length overhead by Alessandro Ghedini · 4 years, 5 months ago
  67. 7e68456 collect memory from completed streams by Alessandro Ghedini · 4 years, 5 months ago
  68. b7f6f82 spell 'acked' consistently by Alessandro Ghedini · 4 years, 5 months ago
  69. e45883d fuzz: opt-level=3 by Alexandre Rebert · 4 years, 6 months ago
  70. 36462d9 fuzz: install llvm-symbolizer in fuzz image by Alexandre Rebert · 4 years, 6 months ago
  71. fe87e49 fuzz: qpack_decode now checks encoder as well by Alexandre Rebert · 4 years, 6 months ago
  72. bc410e0 validate incoming max_packet_size transport parameter by Alessandro Ghedini · 4 years, 6 months ago
  73. ac2c280 examples: properly check for supported versions in C server examples by Alessandro Ghedini · 4 years, 6 months ago
  74. 3e424cb make sure we have enough space in the output buffer for PATH_RESPONSE by Alessandro Ghedini · 4 years, 6 months ago
  75. c38b06a discard 1-RTT packets received before handshake completion by Alessandro Ghedini · 4 years, 6 months ago
  76. 3c72661 extras/docker: consolidate COPY in Dockerfile by Junho Choi · 4 years, 6 months ago
  77. 740a3a6 travis: disable running tests inside quiche docker image by Alessandro Ghedini · 4 years, 6 months ago
  78. cf904d0 qns: enable trace logging by default and save logs to file by Alessandro Ghedini · 4 years, 6 months ago
  79. 323aced qns: don't explicitly set the wire version on the client by Alessandro Ghedini · 4 years, 6 months ago
  80. f78e39e examples: support both hq-24 and hq-23 in the non-h3 example clients by Alessandro Ghedini · 4 years, 6 months ago
  81. 61f25e0 examples: support both hq-24 and hq-23 in the non-h3 example servers by Alessandro Ghedini · 4 years, 6 months ago
  82. d559743 frame: allow PING frame in non-1-RTT packets by Alessandro Ghedini · 4 years, 6 months ago
  83. d693c00 support draft-24 alongside draft-23 by Alessandro Ghedini · 4 years, 6 months ago
  84. 1624c2a add build for Docker images (base, qns) by Junho Choi · 4 years, 6 months ago
  85. c2fcd95 examples: update Dockerfile to Rust 1.39 by lucas · 4 years, 6 months ago
  86. 12dd601 pin Connection by Alessandro Ghedini · 4 years, 6 months ago
  87. 90a7b3e relax the anti-amplification byte count by Alessandro Ghedini · 4 years, 6 months ago
  88. 60f83bf don't try to send ACKs or PINGs when closing by Alessandro Ghedini · 4 years, 6 months ago
  89. 8279f33 h3: document that app should validate headers by Lucas Pardue · 4 years, 6 months ago
  90. a27c2b8 extras/nginx: sync patch by Alessandro Ghedini · 4 years, 6 months ago
  91. c217225 silence improper_ctypes warning by Alessandro Ghedini · 4 years, 6 months ago
  92. d2392bf h3: add has_body flag to Headers events (#234) by Lucas Pardue · 4 years, 6 months ago
  93. abf3f50 don't try to send packets if initial secrets are not available by Alessandro Ghedini · 4 years, 6 months ago
  94. f83d50f packet: don't unwrap() by Alessandro Ghedini · 4 years, 6 months ago
  95. 855b89e README: mention HTTP/3 test server as well by Alessandro Ghedini · 4 years, 6 months ago
  96. cc98af0 fix empty STREAM frames by Alessandro Ghedini · 4 years, 8 months ago
  97. bd530fe stream: makes sure the output buffer's offset is set by Alessandro Ghedini · 4 years, 8 months ago
  98. b422934 frame: CONNECTION_CLOSE is not ack-eliciting by Alessandro Ghedini · 4 years, 6 months ago
  99. 5c99278 recovery: merge crypto timeout and PTO by Alessandro Ghedini · 4 years, 9 months ago
  100. 1714f23 extras/nginx: sync patch by Alessandro Ghedini · 4 years, 6 months ago