1. b991288 Merge tag '0.6.0' of https://fuchsia.googlesource.com/third_party/rust-mirrors/quiche into quiche_upgrade by Craig Tiller · 3 years, 6 months ago
  2. fcbf789 h3: ensure urgency is always shifted by lucas · 3 years, 6 months ago
  3. c2703b3 travis: pin Rust nightly to last with rustfmt by Junho Choi · 3 years, 6 months ago
  4. fd5e028 0.6.0 by Alessandro Ghedini · 3 years, 6 months ago 0.6.0
  5. 9d06b4c nginx: refresh patch by Alessandro Ghedini · 3 years, 7 months ago
  6. 5331a27 don't count dup data towards flow control limit by Alessandro Ghedini · 3 years, 7 months ago
  7. fd0948a stream: fix name and documentation of method returning lowest recv offset by Alessandro Ghedini · 3 years, 7 months ago
  8. 18a682b apps: return non-zero status code for incomplete requests by Alessandro Ghedini · 3 years, 7 months ago
  9. 24fc1fe apps: allow overriding server address from URL in client by Alessandro Ghedini · 3 years, 7 months ago
  10. 0d01841 fuzz: use debug fuzzers by Alessandro Ghedini · 3 years, 7 months ago
  11. f5cbe46 fuzz: update deprecated option in Mayhemfile by Alessandro Ghedini · 3 years, 7 months ago
  12. 6e5a53e h3: add GOAWAY API by lucas · 4 years, 2 months ago
  13. 276b062 nginx: don't call ngx_handle_read_event() / ngx_handle_write_event() by Alessandro Ghedini · 3 years, 7 months ago
  14. e43e707 apps: make idle timeout configurable by Alessandro Ghedini · 3 years, 7 months ago
  15. fe0afc0 Remove link attribute for libc++ by Tyler Mandry · 3 years, 7 months ago
  16. b4222de5 apps: add quiche-client JSON dump option by lucas · 3 years, 7 months ago
  17. a72a821 qns: enable trace logs for transfer tests too by Alessandro Ghedini · 3 years, 7 months ago
  18. 583dcb2 qns: listen on both IPv4 and IPv6 by Alessandro Ghedini · 3 years, 7 months ago
  19. 107a054 remove unecessary logging by lucas · 3 years, 7 months ago
  20. 46f7bf9 qns: fix --wire-version format for client by Alessandro Ghedini · 3 years, 7 months ago
  21. 49d7732 travis: unpin nightly Rust by Alessandro Ghedini · 3 years, 7 months ago
  22. 7614ced Dockerfile: no need to install Go by Alessandro Ghedini · 3 years, 7 months ago
  23. 75c62c1 dgram: initial support for DATAGRAM extension by Lucas Pardue · 3 years, 7 months ago
  24. 48adbb9 qns: specify wire version in the client by Alessandro Ghedini · 3 years, 7 months ago
  25. cb51fa6 qlog: use matches! macro by Alessandro Ghedini · 3 years, 7 months ago
  26. e228c0a use matches! macro by Alessandro Ghedini · 3 years, 7 months ago
  27. 23965b5 qpack: don't lower-case incoming header names by Alessandro Ghedini · 3 years, 7 months ago
  28. c06016a refactor open AEAD selection by Alessandro Ghedini · 3 years, 9 months ago
  29. ac4715a qns: explicitly enable ChaCha20 test on the server by Alessandro Ghedini · 3 years, 7 months ago
  30. f15105d nginx: ngx_msec_t is 32bit in 32bit platform by Junho Choi · 3 years, 7 months ago
  31. 2e9fc39 h3: allow passing headers by reference by Alessandro Ghedini · 3 years, 7 months ago
  32. 0812aa2 qpack: avoid multiple copies when decoding literals by Alessandro Ghedini · 3 years, 7 months ago
  33. ba3dc7f qpack: convert to lowercase during encoding by Alessandro Ghedini · 3 years, 7 months ago
  34. 05c0c94 fuzz: move Mayhem project under team's organization by Alessandro Ghedini · 3 years, 7 months ago
  35. e867187 fuzz: sync corpora with mayhem and minimize by Alessandro Ghedini · 3 years, 7 months ago
  36. 1746615 stream: allow RangeBuf to be partially consumed without splitting (#643) by Alessandro Ghedini · 3 years, 7 months ago
  37. 1e9c692 qns: use certificate generated by interop runner by Alessandro Ghedini · 3 years, 8 months ago
  38. 72a2fe9 cubic: use appropriate byte counting by Junho Choi · 3 years, 9 months ago
  39. 8b21b9f build: fix warning with rust 1.46.0 by Junho Choi · 3 years, 8 months ago
  40. a07693c [quiche] Adapt to new BUILD syntax by Craig Tiller · 3 years, 9 months ago
  41. 5b80576 [quiche] Add BUILD file to mirror repo by Craig Tiller · 3 years, 9 months ago
  42. c15dd5c reno: use accurate byte counting by Junho Choi · 3 years, 9 months ago
  43. 204d693 ignore failure to parse payload length by Alessandro Ghedini · 3 years, 9 months ago
  44. 2e78768 recovery: update calculation of PTO and loss timeout by Alessandro Ghedini · 3 years, 9 months ago
  45. 72cc605 fuzz: refresh corpora for draft-28 and -29 by Alessandro Ghedini · 3 years, 10 months ago
  46. c92f8a6 stream: only validate stream id of new streams if they never existed by Alessandro Ghedini · 3 years, 10 months ago
  47. 918c13b recovery: update calculation of PTO when no RTT sample is available by Alessandro Ghedini · 3 years, 10 months ago
  48. dceedee 0.5.1 by Alessandro Ghedini · 3 years, 10 months ago 0.5.1
  49. 6a2beed Cargo: exclude BoringSSL test file from package by Alessandro Ghedini · 3 years, 10 months ago
  50. 93cafeb don't try to create ACK frames if there is nothing to ack by Alessandro Ghedini · 3 years, 10 months ago
  51. 336a68c README: add section on projects and entities using quiche by Alessandro Ghedini · 3 years, 10 months ago
  52. 58eb965 build: simplify Android build by Junho Choi · 3 years, 10 months ago
  53. 740e2a6 deps: use 'master-with-bazel' branch of BoringSSL by Alessandro Ghedini · 3 years, 10 months ago
  54. 6d7bab4 examples: align retry mechanism with Rust examples (#592) by Lucas Pardue · 3 years, 10 months ago
  55. 7a4e4b9 Cargo: use no-default-features to disable features when building for docs.rs by Alessandro Ghedini · 3 years, 10 months ago
  56. 2b083fe 0.5.0 by Alessandro Ghedini · 3 years, 10 months ago 0.5.0
  57. af734e6 build: fix Windows build when building for release without debug symbols by Marco Mastropaolo · 3 years, 10 months ago
  58. f6608a9 recovery: send PTO probes based on PTO count by Alessandro Ghedini · 3 years, 10 months ago
  59. 74458c6 bundle ACK with PTO probes by Alessandro Ghedini · 3 years, 10 months ago
  60. 7c3d7b2 recovery: retransmit frames from 2 oldest unacked packets on PTO by Alessandro Ghedini · 4 years ago
  61. 7acb9c7 build: move Android helper scripts into a directory by Junho Choi · 3 years, 10 months ago
  62. c25a595 lib: finish qlog events even on frame error by lucas · 3 years, 10 months ago
  63. 147bdf9 nginx: store HTTP3 :schema pseudo header in r->schema by Shih-Chiang Chien · 3 years, 10 months ago
  64. de78c58 recovery: rename recovery.rs to recovery/mod.rs by Alessandro Ghedini · 3 years, 11 months ago
  65. 50c9f9c docker: bump rust image to latest stable by Alessandro Ghedini · 3 years, 11 months ago
  66. 3990508 try to retransmit old frames on PTO by Alessandro Ghedini · 3 years, 11 months ago
  67. 4e269f0 reject invalid STREAMS_BLOCKED frames by Alessandro Ghedini · 3 years, 11 months ago
  68. 8b2f212 h3: initial version of extensible priority scheme by lucas · 4 years, 1 month ago
  69. a4b0172 apps: increase max idle timeout by Alessandro Ghedini · 3 years, 11 months ago
  70. 6a4f14d stream: initial support for prioritization by Alessandro Ghedini · 4 years, 1 month ago
  71. 434c4fd correctly log local TPs to qlog by Alessandro Ghedini · 3 years, 11 months ago
  72. 604b6dd travis: pin Rust nightly version by Alessandro Ghedini · 3 years, 11 months ago
  73. acaecb5 packet: support Retry with older versions too by Alessandro Ghedini · 4 years ago
  74. b621cac packet: update Retry keys for draft-29 by Alessandro Ghedini · 4 years ago
  75. c3c8646 crypto: select initial salt based on negotiated version by Alessandro Ghedini · 4 years ago
  76. bc87680 bump wire version and ALPN for draft-29 by Alessandro Ghedini · 4 years ago
  77. 8f4eb8d improve keylog API by Alessandro Ghedini · 4 years ago
  78. 4125de9 packet: update Initial encryption/decryption test vectors by Alessandro Ghedini · 4 years ago
  79. 2eb2408 packet: add tests for ChaCha20 packet encryption/decryption by Alessandro Ghedini · 4 years ago
  80. b451a1b crypto: add from_secret() constructor for Open and Seal by Alessandro Ghedini · 4 years ago
  81. 96cc732 crypto: add test for ChaCha20 key derivation by Alessandro Ghedini · 4 years ago
  82. 1100b3b fuzz: update Docker image name by Alessandro Ghedini · 4 years ago
  83. 33f3626 fuzz: update corpora by Alessandro Ghedini · 4 years ago
  84. 3a6a84e minmax: make implementation generic by Lohith Bellad · 4 years ago
  85. 5824982 fix reordered stream packets terminating connection by Craig Tiller · 4 years ago
  86. 6259a29 recovery: refactor sent packets tracking by Alessandro Ghedini · 4 years, 1 month ago
  87. 81adb4f Merge pull request #545 from cloudflare/nginx-quiche-opt by Alessandro Ghedini · 4 years ago
  88. 219d271 tls: configure early data context by Alessandro Ghedini · 4 years ago
  89. 9dd9eb3 retransmit MAX_DATA when lost by Junho Choi · 4 years ago
  90. bec6393 apps: handling h3::Error::Done by Junho Choi · 4 years ago
  91. 1ede304 authenticate connection IDs by Alessandro Ghedini · 4 years ago
  92. 05495c6 rename max_packet_size TP -> max_udp_payload_size by Alessandro Ghedini · 4 years ago
  93. 13f03da reject active_connection_id_limit values lower than 2 by Alessandro Ghedini · 4 years ago
  94. 97e5088 discard invalid version negotiation packets by Alessandro Ghedini · 4 years ago
  95. 9780498 bump wire version and ALPN for draft-28 by Alessandro Ghedini · 4 years ago
  96. 51fb560 h3: update docs to clarify that send_request() and send_response() only send headers by keepsimple1 · 4 years ago
  97. 03ae6c0 tls: write SSLKEYLOGFILE line in one syscall by Peter Wu · 4 years ago
  98. e0c6550 deps: update BoringSSL by Alessandro Ghedini · 4 years ago
  99. 2454363 README: update iOS build instructions by Junho Choi · 4 years ago
  100. 5e3c413 Merge github.com:/cloudflare/quiche into 040 by Craig Tiller · 4 years ago