1. 81431ca Update comment now that RFC is published by dschinazi · 1 year ago
  2. 19e6964 Fix QuicToyClient::SendRequestsAndPrintResponses() in release mode. by bnc · 1 year ago
  3. a484a56 Replace deprecated version of absl::HexStringToBytes in test programs and remaining quic/ tests by awillia · 1 year, 1 month ago
  4. deff8b6 Add QoS dimension to packet processor result metrics. by ramosalex · 1 year, 1 month ago
  5. 10053f8 Updates the callback struct in line with the latest version of nghttp2. by birenroy · 1 year, 1 month ago
  6. 940131f Add a 3rd flag count for quic_enable_http3_metadata_decoding. by rch · 1 year, 1 month ago
  7. 0108b67 Automated g4 rollback of changelist 616801281. by rch · 1 year, 1 month ago
  8. a3bc1ff Deprecate --gfe2_reloadable_flag_quic_bbr2_fix_spurious_loss_bytes_counting. by wub · 1 year, 1 month ago
  9. 3053467 Update ParseQuicTag to only use hex decoding if valid by awillia · 1 year, 1 month ago
  10. 9f87388 Add missing includes to metadata_decoder.h and metadata_decoder.cc by asedeno · 1 year, 1 month ago
  11. 282e6ab Only export flags with `export_to_quiche` set to true publicly. by bnc · 1 year, 1 month ago
  12. 76e947c Add FLAG_COUNT for flag --gfe2_reloadable_flag_quic_no_write_control_frame_upon_connection_close. by danzh · 1 year, 1 month ago
  13. ce1f07e Incrementally process HTTP/3 METADATA frames instead of buffering the full payload. by rch · 1 year, 1 month ago
  14. 70bc4df Return false from QuicSpdyStream::OnMetadataFrameEnd if the by rch · 1 year, 1 month ago
  15. aecd0d6 Update MOQT to draft-03 wire image. Does not add ANNOUNCE_CANCEL because it does not have a code point. by martinduke · 1 year, 1 month ago
  16. bb62bf3 Rename kGenericError to kInternalError. by martinduke · 1 year, 1 month ago
  17. cc9724b Fix standalone QUICHE build. by vasilvv · 1 year, 1 month ago
  18. 022a94e Add lifetime tracking debug utility to QUICHE. by wub · 1 year, 1 month ago
  19. 8b44376 Change ClientProofSource::GetCertAndKey() to return shared_ptr<CertAndKey> instead of a raw pointer of CertAndKey. by danzh · 1 year, 1 month ago
  20. c9a1447 Adds a way to notify the `Http2Adapter` when the underlying codec decides not to send a frame. by birenroy · 1 year, 1 month ago
  21. bbc1207 SUBSCRIBE_ERROR after OBJECT is a protocol violation. by martinduke · 1 year, 1 month ago
  22. d831c72 Replace deprecated version of absl::HexStringToBytes in quic/core/crypto tests by awillia · 1 year, 1 month ago
  23. b171496 Fix MoqtSessionTests with unitialized peer_role_. by martinduke · 1 year, 1 month ago
  24. 79520e3 Enforce rules about ROLE parameter. by martinduke · 1 year, 1 month ago
  25. 66966d9 Make MoqtForwardingPreference a track property. by martinduke · 1 year, 1 month ago
  26. e8a887b BlindSignAuth: Refactoring to support future Android BlindSignMessageInterface impl. by elburrito · 1 year, 1 month ago
  27. 465d154 Replace deprecated version of absl::HexStringToBytes in quic/core/http tests by awillia · 1 year, 1 month ago
  28. cfc83c3 Replace deprecated version of absl::HexStringToBytes in quic/core/qpack tests by awillia · 1 year, 1 month ago
  29. 2337058 Retry Poll when system clock is faster than QuicClock by QUICHE team · 1 year, 1 month ago
  30. 75b46d3 New code path does not initialize subscribe_id. by martinduke · 1 year, 1 month ago
  31. aed3464 Send and handle MoQT datagrams when required. by martinduke · 1 year, 1 month ago
  32. 82ff95e Disables Cookie header field crumbling in OgHttp2Session by default. by birenroy · 1 year, 1 month ago
  33. 8d236ed No public description by awillia · 1 year, 1 month ago
  34. 19593d7 No public description by vasilvv · 1 year, 1 month ago
  35. c186a51 Adds the ability to skip `Cookie` crumbling in `HpackEncoder`. by birenroy · 1 year, 1 month ago
  36. f373496 Clean up some unused QUICHE flag imports in third_party/http2. by rch · 1 year, 1 month ago
  37. b365877 Remove unused `module` argument from flag implementation. by bnc · 1 year, 1 month ago
  38. 6f0b1d2 Uses absl::StrSplit in DecomposeRepresentations rather than a hand-rolled while loop. by birenroy · 1 year, 1 month ago
  39. 55f76a3 Refactoring to simplify future changes. by birenroy · 1 year, 1 month ago
  40. bbec356 Introduce MoQT demo ingestion server that writes incoming streams into a directory. by vasilvv · 1 year, 1 month ago
  41. 770a8a3 Switch moqt_messages.h types to use std::string instead of absl::string_view by vasilvv · 1 year, 1 month ago
  42. 1bf8322 Replace deprecated version of absl::HexStringToBytes by awillia · 1 year, 1 month ago
  43. e4df954 Actually set MoqtSession::control_stream_ on the server side. by vasilvv · 1 year, 1 month ago
  44. feb096a Redo the way callbacks are integrated into MoQT server. by vasilvv · 1 year, 1 month ago
  45. f357216 Move quiche_feature_flags to actual file in Piper. by wangsteve · 1 year, 1 month ago
  46. 3373df9 Add work-around for unused private fields in quic/masque by awillia · 1 year, 1 month ago
  47. 37c2bbe Add a new MetadataVisitor class to QuicSpdyStream. by rch · 1 year, 1 month ago
  48. c6a366b No public description by wangsteve · 1 year, 1 month ago
  49. 9e42729 Refactors error handling in PassthroughHeadersHandler. by birenroy · 1 year, 1 month ago
  50. 02047e0 Deprecate --gfe2_restart_flag_quic_allow_control_frames_while_procesing. by rch · 1 year, 1 month ago
  51. b0c5f28 Remove unused locals and trivial assignments from StructuredHeaderParser by QUICHE team · 1 year, 1 month ago
  52. 6fed964 Fix issues with Hpack EXPECT_DEATH test on Android + ChromeOS by awillia · 1 year, 1 month ago
  53. 901b1d3 Skip a QUIC_BUG in QuicConnection::SendAllPendingAcks when connection is closed. by wub · 1 year, 1 month ago
  54. a4c0071 Add [[maybe_unused]] by QUICHE team · 1 year, 1 month ago
  55. bfee54b Fix a potential Http2WriteQueue overflow scenario. by diannahu · 1 year, 1 month ago
  56. 47b4213 Change ProcessAdditionalTransportParameters() to return a bool to indicate whether the handshake should continue or immediately fail. by danzh · 1 year, 1 month ago
  57. 01a4e4e Add GFE_CODE_COUNT for ALPS use old codepoint by QUICHE team · 1 year, 1 month ago
  58. 8d2d31d Update MoQT chat client to use InteractiveCli when there is no output file. by martinduke · 1 year, 1 month ago
  59. 500b59c Add logic to handle ANNOUNCE messages. by vasilvv · 1 year, 1 month ago
  60. e3fcaaf Add InteractiveCli tool class, for use in MoQT chat client. by vasilvv · 1 year, 1 month ago
  61. 599a830 Improve UI by streaming MoQT chat messages to a file. by martinduke · 1 year, 1 month ago
  62. 62c36bc Always buffer control messages in MoQT. by vasilvv · 1 year, 1 month ago
  63. 3cab562 In QUIC client, use normalized server address to determine whether a packet is from unknown server. by wub · 1 year, 1 month ago
  64. 42dab6b Refactor the framer and some of the publishing pathway for MOQT. by vasilvv · 1 year, 2 months ago
  65. eb58cf0 Object handling in MoQT chat client. by martinduke · 1 year, 2 months ago
  66. 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 · 1 year, 2 months ago
  67. 6a5ee44 Removes the `trailers_require_end_data` option from oghttp2. by birenroy · 1 year, 2 months ago
  68. 693a489 Add find and clear methods to structured-header Dictionary type by QUICHE team · 1 year, 2 months ago
  69. 9e87593 Fixes handling of DATA frame padding in OgHttp2Session. by birenroy · 1 year, 2 months ago
  70. 2958de8 Adds a test case demonstrating that OgHttp2Adapter does not consider DATA frame padding as "consumed". by birenroy · 1 year, 2 months ago
  71. 0d58e5a Fix issues when building more Quiche tests for iOS and Windows by QUICHE team · 1 year, 2 months ago
  72. efc574e Fix test flake in MoqtSubscribeWindows. by martinduke · 1 year, 2 months ago
  73. 652a599 Remove #ifdef MOQT_AUTH_INFO. Also eliminate an old reference to subscribe_request by martinduke · 1 year, 2 months ago
  74. 4d465e4 Fix error in MoQT Relative Location encoding. by martinduke · 1 year, 2 months ago
  75. c251a6f Prospectively fix Chromium build by QUICHE team · 1 year, 2 months ago
  76. 4dfd803 No public description by QUICHE team · 1 year, 2 months ago
  77. 2c1f10f Process incoming Unsubscribes. by martinduke · 1 year, 2 months ago
  78. a411a26 Fix issues required to build additional Quiche tests for Chrome by QUICHE team · 1 year, 2 months ago
  79. bb4f684 Add 2 counters for number of successful multi-port probes. by renjietang · 1 year, 2 months ago
  80. 54ed8cc Remove unused connect-udp-version by dschinazi · 1 year, 2 months ago
  81. 6daac10 Fix flaky //third_party/quic/core/batch_writer:quic_batch_writer_test by QUICHE team · 1 year, 2 months ago
  82. 1a93c10 Fix spelling by QUICHE team · 1 year, 2 months ago
  83. 5fbf96f Add a comment to kBBRv2 which explains that it's essentially BBRv3 by rch · 1 year, 2 months ago
  84. 96cc769 Change QuicConnection::cipher_id() to get underlying cipher id differently. by danzh · 1 year, 2 months ago
  85. 81733f9 Always disable the QPACK dyanmic table for Hyperloop connections. by rch · 1 year, 2 months ago
  86. 5c9a537 Handle MoQT Objects that arrive before SUBSCRIBE_OK. by martinduke · 1 year, 2 months ago
  87. bccc7cc No public description by bnc · 1 year, 2 months ago
  88. f8b97fc Deprecate gfe2_restart_flag_quic_receive_ecn3. by martinduke · 1 year, 2 months ago
  89. 9c463fd No public description by martinduke · 1 year, 2 months ago
  90. c7b725d Update four-pass algorithm to reduce copying and conform to draft-ietf-quic-load-balancers-19. by martinduke · 1 year, 2 months ago
  91. 60a22a6 No public description by vasilvv · 1 year, 2 months ago
  92. 935dd24 Demotes some noisy debug logging to VLOG. by birenroy · 1 year, 2 months ago
  93. 88eca46 Merge quic_protocol_flags_list.h into quiche_protocol_flags_list.h. by bnc · 1 year, 2 months ago
  94. bad8623 MOQT Message formats from draft-02. by martinduke · 1 year, 2 months ago
  95. b5d5567 Add a QUIC protocol flag to not require the the kSPAD connection option by rch · 1 year, 2 months ago
  96. 1ed2fb6 Remove support for QUICHE protocol flags having different internal and external values. by bnc · 1 year, 2 months ago
  97. 73ac3f0 Disable Huffman encoding for QPACK headers sent over Hyperloop. by rch · 1 year, 2 months ago
  98. cc58477 Add an option to buffer data unconditionally for WebTransport. by vasilvv · 1 year, 2 months ago
  99. 6a62cc5 Add gfe2::test::SimpleClient::MaybeConfigureSocket to configure the socket fd after it is created. by wub · 1 year, 2 months ago
  100. 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