1. 1e16ea7 examples: use find instead of glob pattern in Makefile by Vincent Stone · 4 years, 8 months ago
  2. a4b7544 stream: prevent shutting down streams multiple times by Alessandro Ghedini · 4 years, 8 months ago
  3. f071074 (re)start the idle timer when sending an ACK-eliciting packet by Alessandro Ghedini · 4 years, 8 months ago
  4. b752cb4 h3: only send GREASE frames once per connection by lucas · 4 years, 8 months ago
  5. 8c7635b http3_test: allow test runner to target different test server address by Lucas Pardue · 4 years, 8 months ago
  6. ac8c8c9 tools: initial version of httpbin test tool by Lucas Pardue · 4 years, 8 months ago
  7. 9470760 stream: hide From<&HashSet<u64>> implementation for StreamIter from public API by Alessandro Ghedini · 4 years, 8 months ago
  8. 779d8ed stream: optimize writable iterator by Alessandro Ghedini · 4 years, 8 months ago
  9. 0ffc6c6 quic-trace-log: prevent publishing to crates.io by Alessandro Ghedini · 4 years, 8 months ago
  10. ae20a33 examples: validate the destination CID after retry by Alessandro Ghedini · 4 years, 8 months ago
  11. 62fed05 ffi: add function to get timeout in milliseconds by Alessandro Ghedini · 4 years, 8 months ago
  12. b6224ea h3: typo by lucas · 4 years, 8 months ago
  13. c1fbd06 stream: optimize readable stream iterator by Alessandro Ghedini · 4 years, 9 months ago
  14. d53dc06 stream: optimize almost full stream iterator by Alessandro Ghedini · 4 years, 9 months ago
  15. 77e4f23 stream: refactor MAX_STREAM_DATA checks by Alessandro Ghedini · 4 years, 9 months ago
  16. 1bfda78 h3: streamline poll() by Alessandro Ghedini · 4 years, 9 months ago
  17. 2b737d7 build(deps): update criterion requirement from 0.2 to 0.3 by dependabot-preview[bot] · 4 years, 9 months ago
  18. e58289f remove unnecessary matches by Alessandro Ghedini · 4 years, 9 months ago
  19. 359131d limit stream send buffer size by Alessandro Ghedini · 4 years, 9 months ago
  20. fb16fc4 http3-server: minor clean-up by Alessandro Ghedini · 4 years, 9 months ago
  21. 5aefadf stream: merge Readable and Writable into StreamIter by Alessandro Ghedini · 4 years, 9 months ago
  22. 75d419f stream: fix typo in comment by Alessandro Ghedini · 4 years, 9 months ago
  23. ed4dd47 stream: track stream's send final size by Alessandro Ghedini · 4 years, 9 months ago
  24. 4eae1af stream: implement Writable iterator by Alessandro Ghedini · 4 years, 9 months ago
  25. ff8d511 stream: implement ExactSizeIterator for Readable and add tests by Alessandro Ghedini · 4 years, 9 months ago
  26. d9ca51e build: add feature to generate pkg-config metadata file at build time by Alessandro Ghedini · 4 years, 9 months ago
  27. 492f619 stream: simplify the Readable iterator by Alessandro Ghedini · 4 years, 9 months ago
  28. 02b9146 format by Alessandro Ghedini · 4 years, 9 months ago
  29. a5da19f build: replace 'no_bssl' feature with 'boringssl-vendored' by Alessandro Ghedini · 4 years, 9 months ago
  30. 6240114 build: minor clean-up (no functional changes) by Alessandro Ghedini · 4 years, 9 months ago
  31. 54e779e stream: use u64 to represent stream limits by Alessandro Ghedini · 4 years, 9 months ago
  32. 11f1057 stream: s/writable/flushable/ by Alessandro Ghedini · 4 years, 9 months ago
  33. a022925 stream: s/off_ack/ack_off/ by Alessandro Ghedini · 4 years, 9 months ago
  34. cc995ad octets: replace dereferences of slices with to_vec() in tests by Alessandro Ghedini · 4 years, 9 months ago
  35. e5701da stream: avoid unnecessary dereferences in tests by Alessandro Ghedini · 4 years, 9 months ago
  36. 6143b1b h3: remove unnecessary trailing semicolon by Alessandro Ghedini · 4 years, 9 months ago
  37. 52fa85b ffi: remove redundant static lifetime by Alessandro Ghedini · 4 years, 9 months ago
  38. 3701286 h3: make trace logs more consistent by Alessandro Ghedini · 4 years, 9 months ago
  39. 071766f crypto: update to ring 0.16 by Alessandro Ghedini · 4 years, 9 months ago
  40. 47d3894 improve documentation of Connection::send() by Alessandro Ghedini · 4 years, 9 months ago
  41. 3296321 use u64 instead of usize as appropriate to support 32bit targets by Junho Choi · 4 years, 9 months ago
  42. 2196cb6 http3-client.c/client.c: add SSLKEYLOGFILE support by Daniel Stenberg · 4 years, 9 months ago
  43. f243b89 examples: use %zd for ssize_t printf() fmt in the C examples by Junho Choi · 4 years, 9 months ago
  44. e076312 make sure there is enough space in the output buffer to send a CRYPTO frame by Alessandro Ghedini · 4 years, 9 months ago
  45. 1678c12 drop handshake keys when the handshake is confirmed by Alessandro Ghedini · 4 years, 9 months ago
  46. 5409f1a examples: fix printf format for size_t variables in C clients by Vincent Stone · 4 years, 9 months ago
  47. 9e2fbab Cargo: use more specific versions for dependencies by Alessandro Ghedini · 4 years, 9 months ago
  48. 2787541 ffi: fix quiche_conn_application_proto function signature by Quoc-Viet Nguyen · 4 years, 9 months ago
  49. 7e18608 build: avoid unreachable code warning for no_bssl feature builds by Lucas Pardue · 4 years, 9 months ago
  50. c4a2f52 examples: shutdown client request streams after reading headers by lucas · 4 years, 9 months ago
  51. c3b9ee2 examples: respond to non-GET requests with 405 by lucas · 5 years ago
  52. 01d109f h3: close connection in more error cases by Alessandro Ghedini · 4 years, 9 months ago
  53. 92cedd3 h3: limit size of stream state buffer by Alessandro Ghedini · 4 years, 9 months ago
  54. 12ebd08 ffi: set_application_protos takes pointer to constant by Quoc-Viet Nguyen · 4 years, 9 months ago
  55. c276f1c examples: build against static library file directly to fix build on macOS by Vincent Stone · 4 years, 9 months ago
  56. 50ef4b2 ffi: expose quiche version via FFI function by Alessandro Ghedini · 4 years, 9 months ago
  57. a8600d0 avoid per-connection count of sent bytes going negative by Alessandro Ghedini · 4 years, 9 months ago
  58. 5c4ee32 ffi: update QUICHE_MAX_CONN_ID_LEN by lucas · 4 years, 9 months ago
  59. 0eb4c13 stream: propagate fin from empty STREAM frames by Alessandro Ghedini · 4 years, 9 months ago
  60. 7226466 h3: don't error on QPACK instruction by Lucas Pardue · 4 years, 9 months ago
  61. 5463e21 examples: update C examples to draft 22 by Alessandro Ghedini · 4 years, 9 months ago
  62. b5da92c ffi: update wire version to draft 22 by Alessandro Ghedini · 4 years, 9 months ago
  63. 084f801 stream: refactor stream flow control initialization by Alessandro Ghedini · 4 years, 9 months ago
  64. d5407e2 update to draft 22 by Lucas Pardue · 4 years, 9 months ago
  65. 06ed7ad [quiche] Fix boringssl integration on fuchsia by Craig Tiller · 4 years, 10 months ago
  66. a90de02 schedule writable streams fairly by Alessandro Ghedini · 5 years ago
  67. 4e647df update outdated comment by Alessandro Ghedini · 4 years, 10 months ago
  68. 2ca5a4b client.c: remove duplicated config by Alessandro Ghedini · 4 years, 10 months ago
  69. a603d29 tls: rename from_void() -> from_ptr() and mark unsafe by Alessandro Ghedini · 4 years, 10 months ago
  70. 2c56f3a don't export with_tls() constructor by Alessandro Ghedini · 4 years, 10 months ago
  71. 613dd89 crypto: remove unused Null algorithm by Alessandro Ghedini · 4 years, 10 months ago
  72. 6bacd4a 0.1.0-alpha4 by Alessandro Ghedini · 4 years, 10 months ago 0.1.0-alpha4
  73. ac47079 release.sh: only match first instance of 'version' in Cargo.toml by Alessandro Ghedini · 4 years, 10 months ago
  74. 9ba35a5 tls: load certs from Windows system store by Lucas Pardue · 4 years, 10 months ago
  75. 7d1bdb3 http3-client: support sending multiple identical requests by Lucas Pardue · 4 years, 10 months ago
  76. 5c58386 http3-client: panic on custom header error by Lucas Pardue · 4 years, 10 months ago
  77. 1102661 build: add arm-linux-androideabi target by Junho Choi · 4 years, 10 months ago
  78. 6891b4b README: remove spurious parenthesis by Alessandro Ghedini · 4 years, 10 months ago
  79. 14db790 README: explicitly mention minimum supported rust version by Alessandro Ghedini · 4 years, 10 months ago
  80. c58c99d CODEOWNERS: add whole team by Alessandro Ghedini · 4 years, 10 months ago
  81. b6bd703 No need to do lowercase field name by junho.choi@gmail.com · 4 years, 10 months ago
  82. 44313bd http3-client: add request headers by junho.choi@gmail.com · 4 years, 10 months ago
  83. 6e8f624 add stream_shutdown() API by Alessandro Ghedini · 4 years, 10 months ago
  84. 6cdd27e README: small tweaks for Android and iOS sections by Alessandro Ghedini · 4 years, 10 months ago
  85. 4ceeee7 build: add support for iOS targets by Junho Choi · 4 years, 10 months ago
  86. 7688ed4 build: add support for Android targets by Junho Choi · 4 years, 10 months ago
  87. 2c0175c examples: add Dockerfile by Lucas Pardue · 4 years, 10 months ago
  88. 09f0e96 http3-client: support sending request body by Alessandro Ghedini · 5 years ago
  89. 85cd2e8 http3-client: support setting HTTP methods other than GET by Alessandro Ghedini · 5 years ago
  90. e34dfbf move release.sh scripto to tools/ by Alessandro Ghedini · 4 years, 10 months ago
  91. 098d2a4 examples: handle socket.send() result by Lucas Pardue · 4 years, 10 months ago
  92. 7eb0b08 clippy: increase cognitive complexity threshold yet again by Alessandro Ghedini · 4 years, 10 months ago
  93. 5be9334 delay processing of frames in Application packets until after the handshake is complete by Alessandro Ghedini · 4 years, 10 months ago
  94. 188588c refactor incoming frame processing into a separate method by Alessandro Ghedini · 4 years, 11 months ago
  95. 6bfbdaa examples: don't print trace ID in client logs by Alessandro Ghedini · 4 years, 11 months ago
  96. 6b2e8d4 examples: use better format for logging IP addresses in clients by Alessandro Ghedini · 4 years, 11 months ago
  97. cc8a23f examples: bind to the appropriate IP address on clients by Junho Choi · 5 years ago
  98. e3876be rustfmt: update config options for latest nightly by Alessandro Ghedini · 4 years, 11 months ago
  99. d588656 stream: document internal structures by Alessandro Ghedini · 5 years ago
  100. 1db058a build: add workaround for cmake on Windows by Lucas Pardue · 5 years ago