1. 6fed964 Fix issues with Hpack EXPECT_DEATH test on Android + ChromeOS by awillia · 10 weeks ago
  2. 901b1d3 Skip a QUIC_BUG in QuicConnection::SendAllPendingAcks when connection is closed. by wub · 10 weeks ago
  3. a4c0071 Add [[maybe_unused]] by QUICHE team · 10 weeks ago
  4. bfee54b Fix a potential Http2WriteQueue overflow scenario. by diannahu · 2 months ago
  5. 47b4213 Change ProcessAdditionalTransportParameters() to return a bool to indicate whether the handshake should continue or immediately fail. by danzh · 2 months ago
  6. 01a4e4e Add GFE_CODE_COUNT for ALPS use old codepoint by QUICHE team · 2 months ago
  7. 8d2d31d Update MoQT chat client to use InteractiveCli when there is no output file. by martinduke · 2 months ago
  8. 500b59c Add logic to handle ANNOUNCE messages. by vasilvv · 3 months ago
  9. e3fcaaf Add InteractiveCli tool class, for use in MoQT chat client. by vasilvv · 3 months ago
  10. 599a830 Improve UI by streaming MoQT chat messages to a file. by martinduke · 3 months ago
  11. 62c36bc Always buffer control messages in MoQT. by vasilvv · 3 months ago
  12. 3cab562 In QUIC client, use normalized server address to determine whether a packet is from unknown server. by wub · 3 months ago
  13. 42dab6b Refactor the framer and some of the publishing pathway for MOQT. by vasilvv · 3 months ago
  14. eb58cf0 Object handling in MoQT chat client. by martinduke · 3 months ago
  15. a3634e5 In GFE simple clients, change the socket fd configurators to run before bind(), because some socket options(e.g. Enable AnyIp and DualStack) must be set before it. by wub · 3 months ago
  16. 6a5ee44 Removes the `trailers_require_end_data` option from oghttp2. by birenroy · 3 months ago
  17. 693a489 Add find and clear methods to structured-header Dictionary type by QUICHE team · 3 months ago
  18. 9e87593 Fixes handling of DATA frame padding in OgHttp2Session. by birenroy · 3 months ago
  19. 2958de8 Adds a test case demonstrating that OgHttp2Adapter does not consider DATA frame padding as "consumed". by birenroy · 3 months ago
  20. 0d58e5a Fix issues when building more Quiche tests for iOS and Windows by QUICHE team · 3 months ago
  21. efc574e Fix test flake in MoqtSubscribeWindows. by martinduke · 3 months ago
  22. 652a599 Remove #ifdef MOQT_AUTH_INFO. Also eliminate an old reference to subscribe_request by martinduke · 3 months ago
  23. 4d465e4 Fix error in MoQT Relative Location encoding. by martinduke · 3 months ago
  24. c251a6f Prospectively fix Chromium build by QUICHE team · 3 months ago
  25. 4dfd803 No public description by QUICHE team · 3 months ago
  26. 2c1f10f Process incoming Unsubscribes. by martinduke · 3 months ago
  27. a411a26 Fix issues required to build additional Quiche tests for Chrome by QUICHE team · 3 months ago
  28. bb4f684 Add 2 counters for number of successful multi-port probes. by renjietang · 3 months ago
  29. 54ed8cc Remove unused connect-udp-version by dschinazi · 3 months ago
  30. 6daac10 Fix flaky //third_party/quic/core/batch_writer:quic_batch_writer_test by QUICHE team · 3 months ago
  31. 1a93c10 Fix spelling by QUICHE team · 3 months ago
  32. 5fbf96f Add a comment to kBBRv2 which explains that it's essentially BBRv3 by rch · 3 months ago
  33. 96cc769 Change QuicConnection::cipher_id() to get underlying cipher id differently. by danzh · 3 months ago
  34. 81733f9 Always disable the QPACK dyanmic table for Hyperloop connections. by rch · 3 months ago
  35. 5c9a537 Handle MoQT Objects that arrive before SUBSCRIBE_OK. by martinduke · 3 months ago
  36. bccc7cc No public description by bnc · 3 months ago
  37. f8b97fc Deprecate gfe2_restart_flag_quic_receive_ecn3. by martinduke · 3 months ago
  38. 9c463fd No public description by martinduke · 3 months ago
  39. c7b725d Update four-pass algorithm to reduce copying and conform to draft-ietf-quic-load-balancers-19. by martinduke · 3 months ago
  40. 60a22a6 No public description by vasilvv · 3 months ago
  41. 935dd24 Demotes some noisy debug logging to VLOG. by birenroy · 3 months ago
  42. 88eca46 Merge quic_protocol_flags_list.h into quiche_protocol_flags_list.h. by bnc · 3 months ago
  43. bad8623 MOQT Message formats from draft-02. by martinduke · 3 months ago
  44. b5d5567 Add a QUIC protocol flag to not require the the kSPAD connection option by rch · 3 months ago
  45. 1ed2fb6 Remove support for QUICHE protocol flags having different internal and external values. by bnc · 3 months ago
  46. 73ac3f0 Disable Huffman encoding for QPACK headers sent over Hyperloop. by rch · 3 months ago
  47. cc58477 Add an option to buffer data unconditionally for WebTransport. by vasilvv · 3 months ago
  48. 6a62cc5 Add gfe2::test::SimpleClient::MaybeConfigureSocket to configure the socket fd after it is created. by wub · 3 months ago
  49. 017e00d Report the correct error when parameter length mismatches, and pipe error type code through the ParsingError() functions. by martinduke · 3 months ago
  50. 1a7a5af Use MOQT standard SubscribeError codes from draft-02. by martinduke · 3 months ago
  51. 95c7121 Clean up MoQT error cases: by martinduke · 3 months ago
  52. cd5dd5a Uses constexpr to improve header validation code generation. Thank you to ricea@google.com for the suggestion! by birenroy · 3 months ago
  53. 1dee25f Fix ODR violtions in quic/core by vasilvv · 3 months ago
  54. dad8581 No public description by wub · 3 months ago
  55. 1028ef4 Fix standalone QUICHE build by vasilvv · 3 months ago
  56. 1b5605a Exit function early on QUIC_BUG. Verified to fix the repro. by martinduke · 3 months ago
  57. 0e39ce0 Allow masque_server to check signature auth on GET requests by dschinazi · 4 months ago
  58. b5723d3 Add GET request support to MASQUE client code by dschinazi · 4 months ago
  59. 94b68ea Use NumBytesConsumed() to determine number of bytes associated with request. by bnc · 4 months ago
  60. 91759bc Reduce QUIC load balancer copies by passing the result as an argument. by martinduke · 4 months ago
  61. e6476d9 Add a new platform API QuicheScopedDisableExitOnDFatal to allow Envoy's QUIC code switching to use platform API implementation under net/quic/platform_overrides/. by danzh · 4 months ago
  62. a86ff6c Move simple decryption cases out of LoadBalancerConfig. by martinduke · 4 months ago
  63. 1df0a5c In WebTransport over HTTP/2, implement basic stream support. by vasilvv · 4 months ago
  64. 7653173 Move MetadataFrameSequence from third_party/spdy/core to gfe/gfe2/metadata. by diannahu · 4 months ago
  65. 4b7fefa Do not send RETIRE_CONNECTION_ID frame when the connection is closed. by renjietang · 4 months ago
  66. c003c79 Refactoring in preparation for some changes to data frame generation. by birenroy · 4 months ago
  67. f4e0718 Add code counts for legacy MESSAGE frame codepoints. by vasilvv · 4 months ago
  68. 83a9e81 Replaces `bzero()` with `memset()`, which is more widely portable. by birenroy · 4 months ago
  69. 9dba01d Fix QUICHE standalone build. by vasilvv · 4 months ago
  70. 8d8fe15 Correctly set IP header included flag for IPv6 sockets by ericorth · 4 months ago
  71. 559c3ba Disable `QuicUdpSocketTest.ReadReceiveTimestamp` for android. by wub · 4 months ago
  72. 49e65a4 Fixes a code defect reported in https://github.com/envoyproxy/envoy/issues/31710. by birenroy · 4 months ago
  73. 5f7c70d Fix -Wc++11-narrowing-const-reference before re-enabling the warning globally. by QUICHE team · 4 months ago
  74. 99be906 Run include_cleaner on //third_party/quic/masque by asedeno · 4 months ago
  75. 080458e Fix typos in comments by asedeno · 4 months ago
  76. 477c566 Reduce memcpy in four-pass connection ID encryption/decryption. by martinduke · 4 months ago
  77. 6e74ac6 HTTP Signature Authentication: Print new keys to stdout by asedeno · 4 months ago
  78. a8489d2 Implement HTTP Signature Authentication by dschinazi · 4 months ago
  79. 2497799 Refactor default QuicheMemSliceImpl to not wrap around QuicheBuffer. by vasilvv · 4 months ago
  80. d70835b Remove X-Push-Url logic from QuicMemoryCacheBackend. by bnc · 4 months ago
  81. b05cd0f No public description by bnc · 4 months ago
  82. e2a24ee Fix and enable -Wshadow in third_party/quic by QUICHE team · 4 months ago
  83. b250a44 Removing key validity start and end time checks from rsa bssa sign client as we do not want clients to err if their clocks are incorrect and in turn crash chrome processes. Moreover, we are already doing these validity checks on the server at signing time. by QUICHE team · 4 months ago
  84. 4f01b09 No public description by rch · 4 months ago
  85. 04c5a3e Simplify LoadBalancerServerId by making the constructors public by rch · 4 months ago
  86. ae3b86f Implement WebTransport session priority scheduler. by vasilvv · 4 months ago
  87. 2789c40 BlindSignAuth: Fix deserialization of StatusOr from AnonymousTokensRsaBssaClient::CreateRequest that bypasses Ok check by elburrito · 4 months ago
  88. ac3b8f2 Remove extra data copy in LoadBalancerServerId constructor. by rch · 4 months ago
  89. 0dfdfd6 Removes support for detailed HPACK error messages. by birenroy · 4 months ago
  90. aa21e3d Deletes classes in //third_party/spdy/core that are only referenced by unit tests. by birenroy · 4 months ago
  91. da07966 Removes a detailed error message that is propagated as a std::string and only referenced in gQUIC, which is deprecated. by birenroy · 4 months ago
  92. 2a1b8f1 Updates spdy::Http2DecoderAdapter to hold HpackDecoderAdapter directly, rather than as a pointer. by birenroy · 4 months ago
  93. e317321 Passes header field names and values through HpackDecoderListener as `absl::string_view` rather than `const std::string&`. by birenroy · 4 months ago
  94. 531fc34 Add QUICHE socket SendTo() support by ericorth · 4 months ago
  95. 1dc9bbc Removes a method from HpackDecoderStringBuffer that is only used in tests. by birenroy · 4 months ago
  96. f96dca2 Removes ListenerAdapter::decoded_block_ and all accessors. by birenroy · 4 months ago
  97. 6c5a759 Expose traffic class bits in `QbonePacketProcessor::Filter` by QUICHE team · 4 months ago
  98. 62d7446 Remove a dead return statement from QuicReceivedPacket::Clone by rch · 4 months ago
  99. 7488803 Passes a SpdyHeadersHandlerInterface to HpackDecoderAdapter in hpack_round_trip_test.cc. by birenroy · 4 months ago
  100. a7edec8 Removes one parameter from HpackDecoderAdapterTest. by birenroy · 4 months ago