1. ee429dd Factor the QuicDispatcher's blocked writer list into a stand-alone by rch · 11 months ago
  2. 5131ba7 Reserves the right amount of space for a set in BalsaHeaders::RemoveAllOfHeaderInList(). by birenroy · 11 months ago
  3. a9d887c Remove HTTP specific logic from BlindSignAuth and dependencies by QUICHE team · 11 months ago
  4. 1aef6e7 Replaces a std::string used to buffer data in OgHttp2Session with a new buffer type. by birenroy · 11 months ago
  5. 89d014d Implement MoqtOutgoingQueue. by vasilvv · 11 months ago
  6. 996eb30 Silence quic_bug_10752_22 if write_length is reduced to zero due to flow control. by wub · 11 months ago
  7. 9e17380 Enabling rolled out flags. by QUICHE team · 11 months ago
  8. 4596256 Remove duplicate method of BlindSignAuth::GetTokens now that the Chrome is setting service_type. by QUICHE team · 11 months ago
  9. 885d5fd Add support for nested proxying in MASQUE client code by dschinazi · 11 months ago
  10. 62f5f6c Adds a ChunkedBuffer class to contain HTTP/2 wire format bytes. by birenroy · 11 months ago
  11. 4a4d34c Introduce kDefaultMaxPacketSizeForTunnels by dschinazi · 11 months ago
  12. d380a0a Add ServiceType enum parameter to BlindSignAuth::GetTokens. by QUICHE team · 11 months ago
  13. 792c6e7 OgHttp2Session refactoring. by birenroy · 12 months ago
  14. c97365c Expose QUIC application/transport errors send/received on wire by QUICHE team · 12 months ago
  15. 4191e8b Removes the old SpdySerializedFrame constructor and the ReleaseBuffer() method. by birenroy · 12 months ago
  16. 718c901 Adds a new SpdySerializedFrame constructor that makes memory ownership clear. by birenroy · 12 months ago
  17. 453097d Removes an unnecessary method from spdy::SpdySerializedFrame. by birenroy · 12 months ago
  18. 9aa118e Replaces one instance of std::list with QuicheCircularDeque in OgHttp2Session. by birenroy · 12 months ago
  19. acbdda4 Add DNAT support for QUIC Server Preferred Address. by rch · 12 months ago
  20. 2a464c5 Fix flaky quic e2e test EndToEndTest.ClientPortMigrationOnPathDegrading. by danzh · 12 months ago
  21. cb9fb6c Small follow-on to handle header-related errors earlier. by birenroy · 12 months ago
  22. 36c351d Handles header-related errors earlier, without waiting for an `END_HEADERS` event. by birenroy · 12 months ago
  23. 7cda8bf Add MockSpdyHeadersHandler, mocking SpdyHeadersHandlerInterface. by diannahu · 12 months ago
  24. b39848a Implement port migration upon path degrading in quic::QuicClientBase. The behavior is guarded by a new interface EnablePortMigrationUponPathDegrading(). by danzh · 12 months ago
  25. 2ef332e Adds more metadata edge case test coverage for NgHttp2Adapter. by birenroy · 12 months ago
  26. fcb0463 Bundle `ACK_FREQUENCY` in `QuicConnection::MaybeBundleOpportunistically` only if `transmission_type` is `NOT_RETRANSMISSION`. by wub · 12 months ago
  27. 533ccf6 Deprecate gfe2_reloadable_flags_quic_clone_ecn. by martinduke · 12 months ago
  28. 5b1e0b6 Automated g4 rollback of changelist 618466227. by QUICHE team · 12 months ago
  29. 4768412 Add validation field for chunk extension validation. by QUICHE team · 12 months ago
  30. 5f41064 Add new metrics to measure throughput in QBONE. by ramosalex · 12 months ago
  31. 75c002f Latch in SpdyHeadersIR the feature flag that updates SpdyHeadersIR::size(). by diannahu · 12 months ago
  32. 7640b5c Turn ConnectionStateOnSentPacket into an opaque class. by vasilvv · 12 months ago
  33. aa0b2ec Turn bbr2 probe rtt params into flags for easier configuration. by QUICHE team · 12 months ago
  34. 2be1e80 Add java_package annotations to QUICHE and Anonymous Tokens protos for compilation in Java. by elburrito · 12 months ago
  35. cfc749e Replace deprecated version of absl::HexStringToBytes in quiche/oblivious_http tests by awillia · 12 months ago
  36. e3bb80b Option for rejecting isolated carriage returns in header values. by QUICHE team · 12 months ago
  37. 35e3690 Replace deprecated version of absl::HexStringToBytes in remaining spdy/ tests by awillia · 12 months ago
  38. 08990e5 Avoid dynamically allocating memory within QuicFramer::RemoveHeaderProtection by vasilvv · 1 year ago
  39. 5b7b61e Replace deprecated version of absl::HexStringToBytes in http2/ tests and example program by awillia · 1 year ago
  40. f7a3040 BlindSignAuth: Remove support for RSA-BSSA tokens, all future tokens must be Privacy Pass. No clients are making requests for RSA-BSSA tokens. by elburrito · 1 year ago
  41. 17b9f37 Fix 15 ProtobufTransformer findings: * Upgrade to the latest edition (15 times) by QUICHE team · 1 year ago
  42. 5a5081c No public description by rch · 1 year ago
  43. d17e28d Remove obsolete http2 and spdy test-only flags. by bnc · 1 year ago
  44. 6767ab5 Deprecate --gfe2_reloadable_flag_quic_disable_version_q050 by rch · 1 year ago
  45. 81431ca Update comment now that RFC is published by dschinazi · 1 year ago
  46. 19e6964 Fix QuicToyClient::SendRequestsAndPrintResponses() in release mode. by bnc · 1 year ago
  47. a484a56 Replace deprecated version of absl::HexStringToBytes in test programs and remaining quic/ tests by awillia · 1 year ago
  48. deff8b6 Add QoS dimension to packet processor result metrics. by ramosalex · 1 year ago
  49. 10053f8 Updates the callback struct in line with the latest version of nghttp2. by birenroy · 1 year ago
  50. 940131f Add a 3rd flag count for quic_enable_http3_metadata_decoding. by rch · 1 year ago
  51. 0108b67 Automated g4 rollback of changelist 616801281. by rch · 1 year ago
  52. a3bc1ff Deprecate --gfe2_reloadable_flag_quic_bbr2_fix_spurious_loss_bytes_counting. by wub · 1 year ago
  53. 3053467 Update ParseQuicTag to only use hex decoding if valid by awillia · 1 year ago
  54. 9f87388 Add missing includes to metadata_decoder.h and metadata_decoder.cc by asedeno · 1 year ago
  55. 282e6ab Only export flags with `export_to_quiche` set to true publicly. by bnc · 1 year ago
  56. 76e947c Add FLAG_COUNT for flag --gfe2_reloadable_flag_quic_no_write_control_frame_upon_connection_close. by danzh · 1 year ago
  57. ce1f07e Incrementally process HTTP/3 METADATA frames instead of buffering the full payload. by rch · 1 year ago
  58. 70bc4df Return false from QuicSpdyStream::OnMetadataFrameEnd if the by rch · 1 year ago
  59. 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 ago
  60. bb62bf3 Rename kGenericError to kInternalError. by martinduke · 1 year ago
  61. cc9724b Fix standalone QUICHE build. by vasilvv · 1 year ago
  62. 022a94e Add lifetime tracking debug utility to QUICHE. by wub · 1 year ago
  63. 8b44376 Change ClientProofSource::GetCertAndKey() to return shared_ptr<CertAndKey> instead of a raw pointer of CertAndKey. by danzh · 1 year ago
  64. c9a1447 Adds a way to notify the `Http2Adapter` when the underlying codec decides not to send a frame. by birenroy · 1 year ago
  65. bbc1207 SUBSCRIBE_ERROR after OBJECT is a protocol violation. by martinduke · 1 year ago
  66. d831c72 Replace deprecated version of absl::HexStringToBytes in quic/core/crypto tests by awillia · 1 year ago
  67. b171496 Fix MoqtSessionTests with unitialized peer_role_. by martinduke · 1 year ago
  68. 79520e3 Enforce rules about ROLE parameter. by martinduke · 1 year ago
  69. 66966d9 Make MoqtForwardingPreference a track property. by martinduke · 1 year ago
  70. e8a887b BlindSignAuth: Refactoring to support future Android BlindSignMessageInterface impl. by elburrito · 1 year ago
  71. 465d154 Replace deprecated version of absl::HexStringToBytes in quic/core/http tests by awillia · 1 year ago
  72. cfc83c3 Replace deprecated version of absl::HexStringToBytes in quic/core/qpack tests by awillia · 1 year ago
  73. 2337058 Retry Poll when system clock is faster than QuicClock by QUICHE team · 1 year, 1 month ago
  74. 75b46d3 New code path does not initialize subscribe_id. by martinduke · 1 year, 1 month ago
  75. aed3464 Send and handle MoQT datagrams when required. by martinduke · 1 year, 1 month ago
  76. 82ff95e Disables Cookie header field crumbling in OgHttp2Session by default. by birenroy · 1 year, 1 month ago
  77. 8d236ed No public description by awillia · 1 year, 1 month ago
  78. 19593d7 No public description by vasilvv · 1 year, 1 month ago
  79. c186a51 Adds the ability to skip `Cookie` crumbling in `HpackEncoder`. by birenroy · 1 year, 1 month ago
  80. f373496 Clean up some unused QUICHE flag imports in third_party/http2. by rch · 1 year, 1 month ago
  81. b365877 Remove unused `module` argument from flag implementation. by bnc · 1 year, 1 month ago
  82. 6f0b1d2 Uses absl::StrSplit in DecomposeRepresentations rather than a hand-rolled while loop. by birenroy · 1 year, 1 month ago
  83. 55f76a3 Refactoring to simplify future changes. by birenroy · 1 year, 1 month ago
  84. bbec356 Introduce MoQT demo ingestion server that writes incoming streams into a directory. by vasilvv · 1 year, 1 month ago
  85. 770a8a3 Switch moqt_messages.h types to use std::string instead of absl::string_view by vasilvv · 1 year, 1 month ago
  86. 1bf8322 Replace deprecated version of absl::HexStringToBytes by awillia · 1 year, 1 month ago
  87. e4df954 Actually set MoqtSession::control_stream_ on the server side. by vasilvv · 1 year, 1 month ago
  88. feb096a Redo the way callbacks are integrated into MoQT server. by vasilvv · 1 year, 1 month ago
  89. f357216 Move quiche_feature_flags to actual file in Piper. by wangsteve · 1 year, 1 month ago
  90. 3373df9 Add work-around for unused private fields in quic/masque by awillia · 1 year, 1 month ago
  91. 37c2bbe Add a new MetadataVisitor class to QuicSpdyStream. by rch · 1 year, 1 month ago
  92. c6a366b No public description by wangsteve · 1 year, 1 month ago
  93. 9e42729 Refactors error handling in PassthroughHeadersHandler. by birenroy · 1 year, 1 month ago
  94. 02047e0 Deprecate --gfe2_restart_flag_quic_allow_control_frames_while_procesing. by rch · 1 year, 1 month ago
  95. b0c5f28 Remove unused locals and trivial assignments from StructuredHeaderParser by QUICHE team · 1 year, 1 month ago
  96. 6fed964 Fix issues with Hpack EXPECT_DEATH test on Android + ChromeOS by awillia · 1 year, 1 month ago
  97. 901b1d3 Skip a QUIC_BUG in QuicConnection::SendAllPendingAcks when connection is closed. by wub · 1 year, 1 month ago
  98. a4c0071 Add [[maybe_unused]] by QUICHE team · 1 year, 1 month ago
  99. bfee54b Fix a potential Http2WriteQueue overflow scenario. by diannahu · 1 year, 1 month ago
  100. 47b4213 Change ProcessAdditionalTransportParameters() to return a bool to indicate whether the handshake should continue or immediately fail. by danzh · 1 year, 1 month ago