1. 53c94d9 Use a common function to remove invalid characters from test param names by vasilvv · 1 year, 10 months ago
  2. 13e19f5 Create a test harness for QUIC integration tests using a simulator by vasilvv · 1 year, 10 months ago
  3. a5756b6 Switch GetAlarmFactory() to CreateAlarmFactory() in QuicEventLoop by vasilvv · 1 year, 10 months ago
  4. e8909a8 Internal change by haoyuewang · 1 year, 10 months ago
  5. 01ea116 Internal change by dschinazi · 1 year, 10 months ago
  6. 732ad76 Fix ASAN error in socket_test.cc by ericorth · 1 year, 10 months ago
  7. a4a97c7 Provide a libevent-based version of QuicEventLoop by vasilvv · 1 year, 10 months ago
  8. ee40c8f Add HTTPBalsaFrameTest.RequestWithTrailers. by bnc · 1 year, 10 months ago
  9. 161ce6e Enforce strict amplification limit: by fayang · 1 year, 10 months ago
  10. f495469 Additional low-level socket API functionality by ericorth · 1 year, 10 months ago
  11. 61526b0 Roll forward of changelist 458083483 with fixes by ericorth · 1 year, 10 months ago
  12. dab1f76 Automated g4 rollback of changelist 458070348. by ericorth · 1 year, 10 months ago
  13. fdba927 Create low-level socket library by ericorth · 1 year, 10 months ago
  14. 06ddcce Provide an EpollServer-based QuicEventLoop implementation and an API to integrate it into QUICHE. by vasilvv · 1 year, 10 months ago
  15. f28814e If BBQ1 connection option is set, QUIC BBR(v1 & v2) will use a pacing gain of 2.773 at startup and 0.5 at DRAIN. by wub · 1 year, 10 months ago
  16. 4d6c9ee Make globals in quic_constants.h use inline constexpr by ericorth · 1 year, 10 months ago
  17. 4fddcf2 Balsa: enable trailers in requests. by bnc · 1 year, 10 months ago
  18. b225e17 Fix bytes accounting for buffered coalesced packets. by fayang · 1 year, 10 months ago
  19. b34a4f1 Deprecate --gfe2_reloadable_flag_quic_bbr2_add_bytes_acked_after_inflight_hi_limited. by wub · 1 year, 10 months ago
  20. 65f71e8 Automated g4 rollback of changelist 455516399. by wub · 1 year, 10 months ago
  21. 3b91dad Update the comment for QUIC BBRv2's startup_cwnd_gain. by ianswett · 1 year, 10 months ago
  22. 96cc92d Fix the breakage in QUICHE standalone build. by vasilvv · 1 year, 10 months ago
  23. cb3863a Add HttpEncoder::SerializeMetadataFrameHeader(). by bnc · 1 year, 11 months ago
  24. c06ea15 Clean up HttpEncoder. by bnc · 1 year, 11 months ago
  25. 94fcf2d Internal change by QUICHE team · 1 year, 11 months ago
  26. 2d678c0 Export --quic_check_cid_collision_when_issue_new_cid to qucihe. by haoyuewang · 1 year, 11 months ago
  27. c859605 Change the return type of QuicDispatcher::TryExtractChloOrBufferEarlyPacket from absl::optional<ParsedClientHello> to ExtractChloResult. The ExtractChloResult could contain a parsed CHLO, a TLS alert, or nothing. by wub · 1 year, 11 months ago
  28. ada6b82 Do not issue a new connection ID if it has been taken by another connection in the session map. by haoyuewang · 1 year, 11 months ago
  29. 8141c4b Provide a default implementation of QuicClock and QuicConnectionHelperInterface. by vasilvv · 1 year, 11 months ago
  30. cd8ba3f Rename QuicDefaultEventLoop to QuicPollEventLoop. by vasilvv · 1 year, 11 months ago
  31. 9e822e9 Restart bandwidth BOW-response triggered bandwidth resumption experiment. by haoyuewang · 1 year, 11 months ago
  32. d5d4ddc Internal change by haoyuewang · 1 year, 11 months ago
  33. e2b0fce In QuicConnection::ScopedPacketFlusher::~ScopedPacketFlusher, early return if connection is disconnected after FlushPackets. by wub · 1 year, 11 months ago
  34. 66b78a1 Inline ShouldDestroySessionAsynchronously as it has only one behavior. by haoyuewang · 1 year, 11 months ago
  35. 8dcfd05 Automated g4 rollback of changelist 455242321. by QUICHE team · 1 year, 11 months ago
  36. d29a68f Remove QpackDecodedHeadersAccumulatorResetReason. by bnc · 1 year, 11 months ago
  37. a2d840d Rename kBWR1 to kBWI1 due to a typo. by haoyuewang · 1 year, 11 months ago
  38. dad8fad Add inplace constructors for QuicheMemSlice and QuicheMemSliceImpl and use them in quic::WriteGfeMemSliceSpanToStream and video_streaming::QuicExternalRequest::WriteBody. by wub · 1 year, 11 months ago
  39. e48e609 Add a poll(2)-based event loop implementation. by vasilvv · 1 year, 11 months ago
  40. 47bb728 - Remove all experiments that tunes blackhole detection delay or path degrading delay, and by wub · 1 year, 11 months ago
  41. 12f2e53 Deprecate --gfe2_reloadable_flag_quic_abort_qpack_on_stream_reset. by bnc · 1 year, 11 months ago
  42. 815e726 Log SNI on QUIC_BUG(quic_crypto_send_buffer_overflow) by QUICHE team · 1 year, 11 months ago
  43. 18ca770 Attempt to fix an ASAN error in //third_party/quic/core/http:end_to_end_test by martinduke · 1 year, 11 months ago
  44. 4b0ac8f Move CongestionControlTypeToString() into quic_types.h header by vasilvv · 1 year, 11 months ago
  45. 47ac88d Add feature flag to disable Legacy Version Encapsulation in QUIC. by QUICHE team · 1 year, 11 months ago
  46. ac0a808 Fix QUIC connection retransmission stats by QUICHE team · 1 year, 11 months ago
  47. 360aad1 Internal change by QUICHE team · 1 year, 11 months ago
  48. 74aa286 Validates more HTTP/2 SETTINGS values in oghttp2. by birenroy · 1 year, 11 months ago
  49. 26920de Deprecate --gfe2_reloadable_flag_quic_use_lower_min_for_trusted_irtt. by wub · 1 year, 11 months ago
  50. bb6620f Reorders cases in OgHttp2Session::OnSetting() to match the order of the settings defined in RFC 7540. by birenroy · 1 year, 11 months ago
  51. ae7299c Validates the value of SETTINGS_MAX_FRAME_SIZE in oghttp2. by birenroy · 1 year, 11 months ago
  52. ac5d3be Modify the QUICHE copybara scripts to no longer prepend "FLAGS_" before flag names in quic_flags_list.h to make the flag names match up with quic_protocol_flags.h and to make it easier to use absl::Flags (which automatically prepend "FLAGS_" to flag names) by rch · 1 year, 11 months ago
  53. 0b2b341 Disable EXPECT/ASSERT overrides and re-enable header modules by vasilvv · 1 year, 11 months ago
  54. ac2e30d Fix QUICHE build on platforms using EXPECT_DEBUG_DEATH for EXPECT_QUIC_BUG by vasilvv · 1 year, 11 months ago
  55. f0a1334 Internal change by haoyuewang · 1 year, 11 months ago
  56. 07d9448 Introduce QuicStreamSequencer::IsAllDataAvailable() by vasilvv · 1 year, 11 months ago
  57. e4c94b8 Internal change by fayang · 1 year, 11 months ago
  58. e3e93d8 Add an early return in TlsHandshaker::AdvanceHandshake if connection is closed after SSL_do_handshake. by wub · 1 year, 11 months ago
  59. 2ffa68f Change TODO from nharper to bug number by martinduke · 1 year, 11 months ago
  60. f7e47e7 Internal change by QUICHE team · 1 year, 11 months ago
  61. 42712b9 Deprecate gfe2_reloadable_flag_quic_simplify_set_retransmission_alarm. by fayang · 1 year, 11 months ago
  62. 8680303 Fixes stream resumption on WINDOW_UPDATE when the send window size for a stream is negative in oghttp2. by birenroy · 1 year, 11 months ago
  63. 2c30ea8 Fix some of QUICHE tests that fail due to EXPECT_QUIC_BUG aspects by vasilvv · 1 year, 11 months ago
  64. 66cfacd Avoid `reinterpret_cast<uint16_t*>` when computing checksum by Benjamin Barenblat · 2 years ago
  65. abf85ce Disable the really slow end-to-end QUICHE tests outside of google3. by vasilvv · 2 years ago
  66. 7151781 Ensure QUIC crypto send buffer does not exceed its size limit by QUICHE team · 2 years ago
  67. b706d27 Internal change by haoyuewang · 2 years ago
  68. 0c9b306 Make ProofSourceX509::SupportedTlsSignatureAlgorithms() return the actual list of the algorithms we support. by vasilvv · 2 years ago
  69. 02fbc46 Remove quic_retransmittable_on_wire_deadline_is_in_past QUIC_BUG. by fayang · 2 years ago
  70. 0604a53 Automated g4 rollback of changelist 449982178. by vasilvv · 2 years ago
  71. 43d466e Make QUICHE command-line flags use a different function to get value than the regular feature flags. by vasilvv · 2 years ago
  72. 0eae705 Allows "classic" CONNECT request headers even when the extended connection option has been set. by birenroy · 2 years ago
  73. 4e85f2a Allows "classic" HTTP/2 CONNECT request headers. by birenroy · 2 years ago
  74. ccd0fde Renames members and methods to reflect that they reference the "extended CONNECT" syntax. by birenroy · 2 years ago
  75. 977f5bf Rename NO_ERROR to BALSA_NO_ERROR. by bnc · 2 years ago
  76. 7057ffd Deprecate --gfe2_reloadable_flag_balsa_search_beyond_null. by bnc · 2 years ago
  77. 10e69c0 Add `payload_length` argument to SpdyFramerVisitorInterface::OnContinuation(). by diannahu · 2 years ago
  78. 4a1ca0e Fix char narrowing issues in http2_frame_builder_test.cc. by bnc · 2 years ago
  79. 2edc942 Automated g4 rollback of changelist 449624054. by rch · 2 years ago
  80. a314358 Add `payload_length` argument to SpdyFramerVisitorInterface::OnHeaders(). by diannahu · 2 years ago
  81. 97921ca Add support for the Bazel build of QUICHE. by vasilvv · 2 years ago
  82. 443ab43 Use platform abstraction of absl::Flag rather than using absl::Flag directly. by vasilvv · 2 years ago
  83. ad5dd5a Fix flaky //third_party/http2/adapter:window_manager_test by QUICHE team · 2 years ago
  84. 580b85b Update toy MASQUE code to connect-udp-12 by dschinazi · 2 years ago
  85. 1a27108 Include offset information in BLOCKED frames by QUICHE team · 2 years ago
  86. 7ddea9b Move QUICHE test helper functions and classes into quiche::test namespace. by bnc · 2 years ago
  87. 842dc4a Provide default implementation for EXPECT_QUICHE_BUG. by vasilvv · 2 years ago
  88. 90db72a Fix quiche_url_utils_impl.cc to use newer googleurl API. by vasilvv · 2 years ago
  89. 4396cc3 Increase QuicConnectionArena size to 1280. by vasilvv · 2 years ago
  90. 054f092 Change QuicheStackTraceImpl() stack skip_count from 1 to 0 by vasilvv · 2 years ago
  91. 96f83d3 Fix MASQUE toy code by dschinazi · 2 years ago
  92. 27b7d33 Include <cstdint> in quiche_platform_impl/quic_flags_impl.h by bnc · 2 years ago
  93. d998fb9 Add a no-op implementation of quiche_test_output. by vasilvv · 2 years ago
  94. 2188ac0 s/EXPECT_DEBUG_DEATH/EXPECT_QUICHE_DEBUG_DEATH/ in third_party/http2. by bnc · 2 years ago
  95. fea655c Deprecate gfe2_reloadable_flag_quic_update_ack_timeout_on_receipt_time. by fayang · 2 years ago
  96. 47dba8d Bootstrap CWND with cached bandwidth for BOW traffic. by haoyuewang · 2 years ago
  97. bfd7232 Fixes an Envoy continuous integration build error: by birenroy · 2 years ago
  98. e975389 Deprecate gfe2_reloadable_flag_quic_flush_after_coalesce_higher_space_packets. by fayang · 2 years ago
  99. 280f71f Move some tests into quic::test namespace. by bnc · 2 years ago
  100. 23221e9 Provide default implementation of quiche_command_line_flags.h by vasilvv · 2 years ago