1. b5d5567 Add a QUIC protocol flag to not require the the kSPAD connection option by rch · 1 year, 2 months ago
  2. 1ed2fb6 Remove support for QUICHE protocol flags having different internal and external values. by bnc · 1 year, 2 months ago
  3. 73ac3f0 Disable Huffman encoding for QPACK headers sent over Hyperloop. by rch · 1 year, 2 months ago
  4. cc58477 Add an option to buffer data unconditionally for WebTransport. by vasilvv · 1 year, 2 months ago
  5. 6a62cc5 Add gfe2::test::SimpleClient::MaybeConfigureSocket to configure the socket fd after it is created. by wub · 1 year, 2 months ago
  6. 017e00d Report the correct error when parameter length mismatches, and pipe error type code through the ParsingError() functions. by martinduke · 1 year, 2 months ago
  7. 1a7a5af Use MOQT standard SubscribeError codes from draft-02. by martinduke · 1 year, 2 months ago
  8. 95c7121 Clean up MoQT error cases: by martinduke · 1 year, 2 months ago
  9. cd5dd5a Uses constexpr to improve header validation code generation. Thank you to ricea@google.com for the suggestion! by birenroy · 1 year, 2 months ago
  10. 1dee25f Fix ODR violtions in quic/core by vasilvv · 1 year, 2 months ago
  11. dad8581 No public description by wub · 1 year, 2 months ago
  12. 1028ef4 Fix standalone QUICHE build by vasilvv · 1 year, 2 months ago
  13. 1b5605a Exit function early on QUIC_BUG. Verified to fix the repro. by martinduke · 1 year, 2 months ago
  14. 0e39ce0 Allow masque_server to check signature auth on GET requests by dschinazi · 1 year, 2 months ago
  15. b5723d3 Add GET request support to MASQUE client code by dschinazi · 1 year, 3 months ago
  16. 94b68ea Use NumBytesConsumed() to determine number of bytes associated with request. by bnc · 1 year, 3 months ago
  17. 91759bc Reduce QUIC load balancer copies by passing the result as an argument. by martinduke · 1 year, 3 months ago
  18. 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 · 1 year, 3 months ago
  19. a86ff6c Move simple decryption cases out of LoadBalancerConfig. by martinduke · 1 year, 3 months ago
  20. 1df0a5c In WebTransport over HTTP/2, implement basic stream support. by vasilvv · 1 year, 3 months ago
  21. 7653173 Move MetadataFrameSequence from third_party/spdy/core to gfe/gfe2/metadata. by diannahu · 1 year, 3 months ago
  22. 4b7fefa Do not send RETIRE_CONNECTION_ID frame when the connection is closed. by renjietang · 1 year, 3 months ago
  23. c003c79 Refactoring in preparation for some changes to data frame generation. by birenroy · 1 year, 3 months ago
  24. f4e0718 Add code counts for legacy MESSAGE frame codepoints. by vasilvv · 1 year, 3 months ago
  25. 83a9e81 Replaces `bzero()` with `memset()`, which is more widely portable. by birenroy · 1 year, 3 months ago
  26. 9dba01d Fix QUICHE standalone build. by vasilvv · 1 year, 3 months ago
  27. 8d8fe15 Correctly set IP header included flag for IPv6 sockets by ericorth · 1 year, 3 months ago
  28. 559c3ba Disable `QuicUdpSocketTest.ReadReceiveTimestamp` for android. by wub · 1 year, 3 months ago
  29. 49e65a4 Fixes a code defect reported in https://github.com/envoyproxy/envoy/issues/31710. by birenroy · 1 year, 3 months ago
  30. 5f7c70d Fix -Wc++11-narrowing-const-reference before re-enabling the warning globally. by QUICHE team · 1 year, 3 months ago
  31. 99be906 Run include_cleaner on //third_party/quic/masque by asedeno · 1 year, 3 months ago
  32. 080458e Fix typos in comments by asedeno · 1 year, 3 months ago
  33. 477c566 Reduce memcpy in four-pass connection ID encryption/decryption. by martinduke · 1 year, 3 months ago
  34. 6e74ac6 HTTP Signature Authentication: Print new keys to stdout by asedeno · 1 year, 3 months ago
  35. a8489d2 Implement HTTP Signature Authentication by dschinazi · 1 year, 3 months ago
  36. 2497799 Refactor default QuicheMemSliceImpl to not wrap around QuicheBuffer. by vasilvv · 1 year, 3 months ago
  37. d70835b Remove X-Push-Url logic from QuicMemoryCacheBackend. by bnc · 1 year, 3 months ago
  38. b05cd0f No public description by bnc · 1 year, 3 months ago
  39. e2a24ee Fix and enable -Wshadow in third_party/quic by QUICHE team · 1 year, 3 months ago
  40. 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 · 1 year, 3 months ago
  41. 4f01b09 No public description by rch · 1 year, 3 months ago
  42. 04c5a3e Simplify LoadBalancerServerId by making the constructors public by rch · 1 year, 3 months ago
  43. ae3b86f Implement WebTransport session priority scheduler. by vasilvv · 1 year, 3 months ago
  44. 2789c40 BlindSignAuth: Fix deserialization of StatusOr from AnonymousTokensRsaBssaClient::CreateRequest that bypasses Ok check by elburrito · 1 year, 3 months ago
  45. ac3b8f2 Remove extra data copy in LoadBalancerServerId constructor. by rch · 1 year, 3 months ago
  46. 0dfdfd6 Removes support for detailed HPACK error messages. by birenroy · 1 year, 3 months ago
  47. aa21e3d Deletes classes in //third_party/spdy/core that are only referenced by unit tests. by birenroy · 1 year, 3 months ago
  48. da07966 Removes a detailed error message that is propagated as a std::string and only referenced in gQUIC, which is deprecated. by birenroy · 1 year, 3 months ago
  49. 2a1b8f1 Updates spdy::Http2DecoderAdapter to hold HpackDecoderAdapter directly, rather than as a pointer. by birenroy · 1 year, 3 months ago
  50. e317321 Passes header field names and values through HpackDecoderListener as `absl::string_view` rather than `const std::string&`. by birenroy · 1 year, 3 months ago
  51. 531fc34 Add QUICHE socket SendTo() support by ericorth · 1 year, 3 months ago
  52. 1dc9bbc Removes a method from HpackDecoderStringBuffer that is only used in tests. by birenroy · 1 year, 3 months ago
  53. f96dca2 Removes ListenerAdapter::decoded_block_ and all accessors. by birenroy · 1 year, 3 months ago
  54. 6c5a759 Expose traffic class bits in `QbonePacketProcessor::Filter` by QUICHE team · 1 year, 3 months ago
  55. 62d7446 Remove a dead return statement from QuicReceivedPacket::Clone by rch · 1 year, 3 months ago
  56. 7488803 Passes a SpdyHeadersHandlerInterface to HpackDecoderAdapter in hpack_round_trip_test.cc. by birenroy · 1 year, 3 months ago
  57. a7edec8 Removes one parameter from HpackDecoderAdapterTest. by birenroy · 1 year, 3 months ago
  58. c63b8c9 Copy the ECN codepoint in QuicReceivedPacket::Clone(). by martinduke · 1 year, 3 months ago
  59. b45e774 Inline expectations into EXPECT_QUIC_BUGs by QUICHE team · 1 year, 3 months ago
  60. 87cb8c8 Deprecate --gfe2_reloadable_flag_quic_limit_sending_max_streams2. by rch · 1 year, 3 months ago
  61. a25daab Deprecate quic_enable_h3_datagrams by dschinazi · 1 year, 3 months ago
  62. 2f75c11 Provide default QUICHE implementation for GetEcnCmsgArgsPreserveDscpImpl(). This will prevent failures when quic_support_ect1 is enabled, since the current code will return uninitialized values. by martinduke · 1 year, 3 months ago
  63. 0860476 Added logging and code counts for Connection ID collisions. by martinduke · 1 year, 3 months ago
  64. 5b3bf6f Fix QUICHE CI build. by vasilvv · 1 year, 3 months ago
  65. a65bf20 Add basic MoQT OBJECT sending capability. This is the result of a little bit of interop with Alan's chat client. by martinduke · 1 year, 3 months ago
  66. f96affc Allow sending additional headers with masque_client by dschinazi · 1 year, 3 months ago
  67. 28317b6 Downgrade quic_send_alarm_postponed from QUIC_BUG to a DVLOG. Remove the information used to debug the send alarm issue. by wub · 1 year, 4 months ago
  68. aabfc29 No public description by danzh · 1 year, 4 months ago
  69. f342859 Adds a stream ID watermark to CallbackVisitor. by birenroy · 1 year, 4 months ago
  70. 066c24e Adds a unit test demonstrating that CallbackVisitor revives stream state even for closed streams. by birenroy · 1 year, 4 months ago
  71. c0963a8 Fix a byte counting bug in QUIC BBR2. by wub · 1 year, 4 months ago
  72. 3cac5c4 In QuicPacketCreator, saves next_transmission_type_ before calling the delegate_->MaybeBundleOpportunistically() and restore it after. by wub · 1 year, 4 months ago
  73. f51e747 Each Quic server session only accepts up to certain number of new requests in each event loop. The rest will be postponed to the following event loop. by danzh · 1 year, 4 months ago
  74. 58cd142 Remove optional::value(), map::at() from quic. by wangsteve · 1 year, 4 months ago
  75. 1d9a9a0 Remove BalsaVisitorInterface::ProcessTrailers(). by diannahu · 1 year, 4 months ago
  76. 858bb67 Remove BalsaFrame::set_balsa_trailer() and BalsaFrame::trailer(). by diannahu · 1 year, 4 months ago
  77. 055049e Add IP/UDP packet generation to QUIC test tools by ericorth · 1 year, 4 months ago
  78. 4069625 Add connection option `RNIB` to remove non-initial burst in both client and server. by wub · 1 year, 4 months ago
  79. 920d43f Move InternetChecksum from quic/qbone/ to quic/core/ by ericorth · 1 year, 4 months ago
  80. 3c908e7 BlindSignAuth: Switch to Base64URL encoding for PrivacyPassTokenData outputs by elburrito · 1 year, 4 months ago
  81. e0068ed Record pending duration histogram for a Quic stream if it was pending for whatever reason. And count how many streams has been pended for a QuicSession. by danzh · 1 year, 4 months ago
  82. e2d62be Refactor QuicSession::MaybeProcessPendingStream() to return a bool to indicate whether to continue processing the next pending stream or not. by danzh · 1 year, 4 months ago
  83. bfbde31 Remove QuicheMemSlice::impl() accessor. by vasilvv · 1 year, 4 months ago
  84. b4deacb Automated g4 rollback of changelist 588486234. by ericorth · 1 year, 4 months ago
  85. 0643ea9 Deprecate gfe2_restart_flag_quic_platform_tos_sockopt and protect its changes with gfe2_restart_flag_quic_support_ect1. by martinduke · 1 year, 4 months ago
  86. eaf51d4 Automated g4 rollback of changelist 588217549. by ericorth · 1 year, 4 months ago
  87. 66714bd Allow QUIC control frames to be sent while a packet is being processed. by rch · 1 year, 4 months ago
  88. 3e39c7c Allow creation of Raw IP sockets in QUICHE by ericorth · 1 year, 4 months ago
  89. fd195e9 QUIC Chat Client for very basic Media-over-QUIC transport testing. by martinduke · 1 year, 4 months ago
  90. c1bc7ab Automated g4 rollback of changelist 587014516. by birenroy · 1 year, 4 months ago
  91. cf3b70c Automated g4 rollback of changelist 587020916. by birenroy · 1 year, 4 months ago
  92. 77e5bf7 Use the right SetFlag() function in TlsClientHandshakerTest by QUICHE team · 1 year, 4 months ago
  93. 72ae18c No public description by QUICHE team · 1 year, 4 months ago
  94. a8631ca Remove the compatibility version of BlindSignAuth::GetTokens, now that Chrome is setting the ProxyLayer parameter. by elburrito · 1 year, 4 months ago
  95. 6b97604 Add more BalsaFrameTests for obs-fold and null characters. by bnc · 1 year, 4 months ago
  96. 57c456d Revise interface to inform send algorithm ECN is active. by martinduke · 1 year, 4 months ago
  97. be0627b Renames NoopHeaderValidator to MinimalHeaderValidator in oghttp2. by birenroy · 1 year, 4 months ago
  98. c01f5b3 Re-adds some minimal validation to NoopHeaderValidator. by birenroy · 1 year, 4 months ago
  99. ec99d2c CONNECT-IP payload parse/serialization by ericorth · 1 year, 4 months ago
  100. dbe8c92 Add test for HttpValidationPolicy::disallow_header_continuation_lines. by bnc · 1 year, 4 months ago