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