1. a0e69ed don't send 1-RTT packets before the handshake is complete by Alessandro Ghedini · 4 years, 6 months ago
  2. 685b1f6 deps: point BoringSSL submodule to GitHub mirror by Zexin, Hu · 4 years, 6 months ago
  3. 04b74df log cwnd as well by Junho Choi · 4 years, 6 months ago
  4. d4e24ec fuzz: refresh corpora by Alessandro Ghedini · 4 years, 6 months ago
  5. b9273e8 update copyritght by Alessandro Ghedini · 4 years, 6 months ago
  6. cabe552 extras/nginx: add Alt-Svc header in example configuration by Alessandro Ghedini · 4 years, 6 months ago
  7. 746cd00 initial support for receiving 0-RTT packets by Alessandro Ghedini · 4 years, 7 months ago
  8. 1a6d956 extras/nginx: add make call in build instructions by Alessandro Ghedini · 4 years, 6 months ago
  9. 28b8df3 extras/nginx: update build instructions by George Liu (eva2000) · 4 years, 6 months ago
  10. 65a4bc7 travis: test Android builds by Junho Choi · 4 years, 7 months ago
  11. 704c408 travis: don't deploy docs from NGINX build by Alessandro Ghedini · 4 years, 6 months ago
  12. 3d12337 h3: make GREASE numbers more uniform by Lucas Pardue · 4 years, 6 months ago
  13. 3f60147 extras: add NGINX integration by Alessandro Ghedini · 4 years, 6 months ago
  14. 413c1c1 Merge branch 'master' of github.com:cloudflare/quiche into HEAD by Craig Tiller · 4 years, 7 months ago
  15. e4a02b0 Cargo: use include instead of exclude by Junho Choi · 4 years, 7 months ago
  16. 83d0b80 travis: test iOS builds by Junho Choi · 4 years, 7 months ago
  17. 2e04d44 drop packets that fail decryption again by Alessandro Ghedini · 4 years, 7 months ago
  18. f63c440 travis: add more operating systems and remove beta by Alessandro Ghedini · 4 years, 7 months ago
  19. 176ab56 expand documentation for some transport parameters by Alessandro Ghedini · 4 years, 7 months ago
  20. 85e5f8a log more TLS info when connection is established (#210) by Alessandro Ghedini · 4 years, 7 months ago
  21. ad1202e docs: add some more info on BoringSSL build prerequisites by Lucas Pardue · 4 years, 7 months ago
  22. 3203a5d expand handshake_confirmation test by Alessandro Ghedini · 4 years, 8 months ago
  23. 7c749dc deps: update BoringSSL submodule by Alessandro Ghedini · 4 years, 7 months ago
  24. 3978a90 update idle timeout calculation by Junho Choi · 4 years, 7 months ago
  25. abf72d6 reword comment and fix typos by Alessandro Ghedini · 4 years, 7 months ago
  26. 18c1c7b pick lowest between idle and loss detection timers by Alessandro Ghedini · 4 years, 7 months ago
  27. 409d54a use time:: instead of std::time:: by Alessandro Ghedini · 4 years, 7 months ago
  28. a15648f examples/http3-client: try resending requests that failed due to stream limits by Alessandro Ghedini · 4 years, 7 months ago
  29. a1d751f stream: fix handling of remote max streams limit updates by Alessandro Ghedini · 4 years, 7 months ago
  30. df75104 increase local max streams limits with MAX_STREAMS by Alessandro Ghedini · 4 years, 8 months ago
  31. 95ea0ca refactor how MAX_DATA frames are generated by Alessandro Ghedini · 4 years, 8 months ago
  32. c56d62f examples: allow servers to configure max streams limits by Alessandro Ghedini · 4 years, 8 months ago
  33. ceade4a ffi: avoid panic on multiple quiche_enable_debug_logging by lucas · 4 years, 7 months ago
  34. 46fc97f disable quiche_version, which is incompatible with gn by Erick Tryzelaar · 4 years, 7 months ago
  35. f767f69 Merge tag '0.1.0' into master by Erick Tryzelaar · 4 years, 7 months ago
  36. a7d70cc stream: use acked RangeSet instead of tracking ack_off on its own by Alessandro Ghedini · 4 years, 7 months ago
  37. 9a75782 stream: track completed streams by Alessandro Ghedini · 4 years, 8 months ago
  38. 9f9cdbb ranges: implement PartialEq between RangeSet and single Range by Alessandro Ghedini · 4 years, 8 months ago
  39. 7cc955a fuzz: fix packet_recv_client corpus symlink by Alessandro Ghedini · 4 years, 7 months ago
  40. f332453 fuzz: update packet_recv_client corpus by Alessandro Ghedini · 4 years, 7 months ago
  41. 59c0066 fuzz: use latest docker image on Mayhem by Alessandro Ghedini · 4 years, 7 months ago
  42. 19a7c4e fuzz: update packet_recv_server corpus by Alessandro Ghedini · 4 years, 7 months ago
  43. a4ec34a recovery: ignore invalid ACKs when fuzzing by Alessandro Ghedini · 4 years, 7 months ago
  44. 2f87a0e build: configure BoringSSL for fuzzing when fuzzing by Alessandro Ghedini · 4 years, 7 months ago
  45. 11b7a9c crypto: generate all-zero header encryption/decryption masks when fuzzing by Alessandro Ghedini · 4 years, 7 months ago
  46. 0cefd36 fuzz: use realistic ALPN and SCID length by Alessandro Ghedini · 4 years, 7 months ago
  47. a7bec25 examples: add option to dump incoming packets to file by Alessandro Ghedini · 4 years, 7 months ago
  48. 53da25e 0.1.0 by Alessandro Ghedini · 4 years, 7 months ago 0.1.0
  49. ed9646b Cargo: ignore BoringSSL's go.mod by Alessandro Ghedini · 4 years, 7 months ago
  50. fd6c52d fuzz: add fuzzer for the QPACK decoder by Alessandro Ghedini · 4 years, 7 months ago
  51. 6b3a87c document default values for transport parameters and HTTP/3 settings by Alessandro Ghedini · 4 years, 7 months ago
  52. 4ca5dfb examples: log more connection information in clients by Alessandro Ghedini · 4 years, 7 months ago
  53. 1e66c16 h3: expose the underlying transport error via Error::TransportError by Alessandro Ghedini · 4 years, 7 months ago
  54. 7f9c521 h3: don't use #[repr(C)] for Error by Alessandro Ghedini · 4 years, 7 months ago
  55. 25dc38a tls: use crate::Error instead of custom error type by Alessandro Ghedini · 4 years, 7 months ago
  56. 939749c h3: enforce the max header list size setting by Alessandro Ghedini · 4 years, 7 months ago
  57. c328966 qpack: avoid overflow in shift and addition when decoding int by Alessandro Ghedini · 4 years, 7 months ago
  58. 5056742 qpack: return a proper error when dynamic table is requested by Alessandro Ghedini · 4 years, 7 months ago
  59. d6d7942 quic-trace-log: fix unnecessary_unwrap clippy warning by Alessandro Ghedini · 4 years, 7 months ago
  60. fdeea67 travis: build quic-trace-log as well by Alessandro Ghedini · 4 years, 7 months ago
  61. 5291ec9 octets: fix macro parameter expansion inside unsafe block by lucas · 4 years, 7 months ago
  62. f61bd2b examples: remove accidentally committed binaries by Alessandro Ghedini · 4 years, 7 months ago
  63. 595d0c3 fuzz: add initial fuzzers based on libfuzzer by Alessandro Ghedini · 4 years, 7 months ago
  64. 66f4728 tls:: implement std::marker::Send for Context by Alessandro Ghedini · 4 years, 7 months ago
  65. a625e30 crypto: disable encryption/decryption when fuzzing by Alessandro Ghedini · 4 years, 7 months ago
  66. a3fee05 Cargo: explicitly enable std feature for log crate by Alessandro Ghedini · 4 years, 7 months ago
  67. 81f7428 quiche.h: use (void) in proto to satisfy picky compilers by Daniel Stenberg · 4 years, 7 months ago
  68. c433418 h3: prefer config mutation by lucas · 4 years, 7 months ago
  69. 277b752 h3: remove priority placeholder setting by lucas · 4 years, 7 months ago
  70. 58d6069 remove implementations of Error::description() method by Alessandro Ghedini · 4 years, 7 months ago
  71. 92c9d9e simplify Connection::readable() usage examples by Alessandro Ghedini · 4 years, 7 months ago
  72. 1e9ebdc README: bump required Rust version to 1.38 by Alessandro Ghedini · 4 years, 7 months ago
  73. b2ad32a recovery: use proper float operations with Duration by Alessandro Ghedini · 4 years, 8 months ago
  74. 3171635 quic-trace-log: duration_float is now a stable feature by Alessandro Ghedini · 4 years, 8 months ago
  75. c21cd7a rename disable_migration -> disable_active_migration by Alessandro Ghedini · 4 years, 7 months ago
  76. d646a60 recovery: reject ACK frames that have a largest ACKed that is too large by Alessandro Ghedini · 4 years, 7 months ago
  77. e739f55 reject undecryptable packets by Alessandro Ghedini · 4 years, 7 months ago
  78. 9ae3ecb avoid overflow when calculating ACK delay by Alessandro Ghedini · 4 years, 7 months ago
  79. ffe2747 frame: avoid subtraction underflow when parsing ACK ranges by Alessandro Ghedini · 4 years, 7 months ago
  80. afe9f07 packet: prevent underflow in subtraction during packet decryption by Alessandro Ghedini · 4 years, 7 months ago
  81. 0241fc2 clippy: shut-up about cognitive complexity by Alessandro Ghedini · 4 years, 7 months ago
  82. 2ac1ec4 examples/http3-client: print error on timeout by Alessandro Ghedini · 4 years, 7 months ago
  83. 823c19a ffi: update HTTP/3 ALPN to draft-23 by Alessandro Ghedini · 4 years, 7 months ago
  84. 126ef59 h3: update error codes to draft-23 and remove PRIORITY tests by Lucas Pardue · 4 years, 7 months ago
  85. f146c3f crypto: rename Application encryption level to OneRTT by Alessandro Ghedini · 4 years, 8 months ago
  86. 0725e0e packet: rename Application packet type to Short by Alessandro Ghedini · 4 years, 8 months ago
  87. 14a7ec2 packet: test initial packet encryption as well by Alessandro Ghedini · 4 years, 8 months ago
  88. ba8a08e update to draft 23 by Alessandro Ghedini · 4 years, 8 months ago
  89. 89d0317 stream: discard incoming data overlapping unread offset by Alessandro Ghedini · 4 years, 8 months ago
  90. 6c51d9d don't allow configurng stateless reset token by Alessandro Ghedini · 4 years, 8 months ago
  91. fff056a remove outdated TODO by Alessandro Ghedini · 4 years, 8 months ago
  92. beced56 http3_test: make idle timeout configurable in runner by Lucas Pardue · 4 years, 8 months ago
  93. 8141a43 examples: allow configuring max (stream) data on the servers by Alessandro Ghedini · 4 years, 8 months ago
  94. baef551 ranges: tidy up by Alessandro Ghedini · 4 years, 8 months ago
  95. 891ec54 stream: add is_* prefix to Stream bool methods by Alessandro Ghedini · 4 years, 8 months ago
  96. aa68571 http3_test: detect client timeout by Lucas Pardue · 4 years, 8 months ago
  97. d60a294 replace some unwrap() calls by Alessandro Ghedini · 4 years, 8 months ago
  98. 1ea9c66 stream: properly propagate fin from zero-length writes by Alessandro Ghedini · 4 years, 8 months ago
  99. 8f54533 examples: pass hostname to request in HTTP/3 C client by Junho Choi · 4 years, 8 months ago
  100. 033a530 stream: fix off-by-one max data check in SendBuf::pop() by Alessandro Ghedini · 4 years, 8 months ago