1. 19bed52 Quiche: inline constexpr variables in headers by ricea · 4 months ago
  2. 63de6d9 Make default impl use quiche_feature_flags_list.h instead of quic_flags_list.h. by bnc · 9 months ago
  3. 2b13024 Introduce new QUICHE_PROTOCOL_FLAG of type uint32_t by QUICHE team · 9 months ago
  4. bac4a63 Resolve the following 58 technical "build-missing-std-includes" debt issues: by QUICHE team · 10 months ago
  5. 022a94e Add lifetime tracking debug utility to QUICHE. by wub · 1 year ago
  6. b365877 Remove unused `module` argument from flag implementation. by bnc · 1 year ago
  7. 6fed964 Fix issues with Hpack EXPECT_DEATH test on Android + ChromeOS by awillia · 1 year, 1 month ago
  8. 88eca46 Merge quic_protocol_flags_list.h into quiche_protocol_flags_list.h. by bnc · 1 year, 1 month ago
  9. 1ed2fb6 Remove support for QUICHE protocol flags having different internal and external values. by bnc · 1 year, 1 month ago
  10. 1028ef4 Fix standalone QUICHE build by vasilvv · 1 year, 2 months ago
  11. 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, 2 months ago
  12. 99be906 Run include_cleaner on //third_party/quic/masque by asedeno · 1 year, 2 months ago
  13. 2497799 Refactor default QuicheMemSliceImpl to not wrap around QuicheBuffer. by vasilvv · 1 year, 2 months ago
  14. 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, 2 months ago
  15. bfbde31 Remove QuicheMemSlice::impl() accessor. by vasilvv · 1 year, 3 months ago
  16. 7df7521 Tighten QuicheBuffer API. by QUICHE team · 1 year, 4 months ago
  17. 243b262 Replace absl::optional with std::optional in QUICHE. by vasilvv · 1 year, 4 months ago
  18. bc2982c update quiche_default_proof_providers_impl.cc to use QUICHE_LOG(FATAL) by asedeno · 1 year, 4 months ago
  19. d24f499 Include googleurl via a proxy header by vasilvv · 1 year, 5 months ago
  20. 3b2e669 Default implement QUICHE_PEER_BUG to log the condition too. by renjietang · 1 year, 5 months ago
  21. ddf8227 Run include_cleaner on //third_party/spdy by vasilvv · 1 year, 5 months ago
  22. 229b045 Update stale comment. by asedeno · 1 year, 7 months ago
  23. fc95ef6 Make quiche's default time conversion use BoringSSL's functions. by QUICHE team · 1 year, 9 months ago
  24. 1cb67d4 Implement QUICHE default platform logging using Abseil Logging by asedeno · 1 year, 10 months ago
  25. 007967d Basic fixes to make QUICHE build on Windows. by vasilvv · 1 year, 11 months ago
  26. a99f4fa Remove extra warnings from internal QUICHE platform implementation. by bnc · 1 year, 11 months ago
  27. cdcc4f0 Implement quiche::CreateDefaultProofSourceImpl() by QUICHE team · 2 years ago
  28. 47aa4cd Untangle dependencies for the default impl of quiche_default_proof_providers by vasilvv · 2 years ago
  29. 9d12bde Fix QUICHE standalone build by providing a missing platform impl by vasilvv · 2 years ago
  30. 3add075 Alter IP_TOS socket call for ECN based on platform. Fixes guitar failure. Respect existing DSCP configuration when setting ECN. by martinduke · 2 years ago
  31. 6e7791f Remove workaround for Chromium's lack of thread_local. by QUICHE team · 2 years, 1 month ago
  32. 9f4be12 Make QUICHE unit tests work on platforms where googleurl is built without the system ICU support. by vasilvv · 2 years, 3 months ago
  33. e124b7b Rename QUICHE_EXPORT_PRIVATE to QUICHE_EXPORT by vasilvv · 2 years, 5 months ago
  34. c00bbf8 Internal change by peiwenhu · 2 years, 5 months ago
  35. 4a0a152 Make the I/O part of QUICHE compile under Bazel. by vasilvv · 2 years, 6 months ago
  36. dd30843 Remove QuicheStreamBufferAllocator platform API by vasilvv · 2 years, 6 months ago
  37. a88dccb Fix Bazel build for //quiche:quiche_core by vasilvv · 2 years, 6 months ago
  38. eb34e14 Deprecate quic_epoll API by vasilvv · 2 years, 6 months ago
  39. ef68622 Makes the `FLAGS_` prefix implicit in calls to `GetQuicFlag()`. by birenroy · 2 years, 6 months ago
  40. 96dc178 Add missing includes. by bnc · 2 years, 6 months ago
  41. fe1c281 Delete quic_flags_impl.{h,cc}. by bnc · 2 years, 7 months ago
  42. 820a11f Internal change by birenroy · 2 years, 8 months ago
  43. 06ddcce Provide an EpollServer-based QuicEventLoop implementation and an API to integrate it into QUICHE. by vasilvv · 2 years, 9 months ago
  44. dad8fad Add inplace constructors for QuicheMemSlice and QuicheMemSliceImpl and use them in quic::WriteGfeMemSliceSpanToStream and video_streaming::QuicExternalRequest::WriteBody. by wub · 2 years, 9 months ago
  45. 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 · 2 years, 10 months ago
  46. 2c30ea8 Fix some of QUICHE tests that fail due to EXPECT_QUIC_BUG aspects by vasilvv · 2 years, 10 months ago
  47. 43d466e Make QUICHE command-line flags use a different function to get value than the regular feature flags. by vasilvv · 2 years, 10 months ago
  48. 7ddea9b Move QUICHE test helper functions and classes into quiche::test namespace. by bnc · 2 years, 10 months ago
  49. 842dc4a Provide default implementation for EXPECT_QUICHE_BUG. by vasilvv · 2 years, 10 months ago
  50. 90db72a Fix quiche_url_utils_impl.cc to use newer googleurl API. by vasilvv · 2 years, 10 months ago
  51. 054f092 Change QuicheStackTraceImpl() stack skip_count from 1 to 0 by vasilvv · 2 years, 10 months ago
  52. 27b7d33 Include <cstdint> in quiche_platform_impl/quic_flags_impl.h by bnc · 2 years, 10 months ago
  53. d998fb9 Add a no-op implementation of quiche_test_output. by vasilvv · 2 years, 10 months ago
  54. 23221e9 Provide default implementation of quiche_command_line_flags.h by vasilvv · 2 years, 10 months ago
  55. 5df1bc6 Make default quiche_logging_impl more functional. by vasilvv · 2 years, 10 months ago
  56. 73fe5e2 Add default implementation of quiche_test.h by vasilvv · 2 years, 10 months ago
  57. 0a3d0cb Provide default implementation of QuicheThread. by vasilvv · 2 years, 10 months ago
  58. 51dcf74 Add tests for QuicheLowerCaseString. by bnc · 2 years, 10 months ago
  59. 0849965 Provide default implementation of QuicheLowerCaseString. by vasilvv · 2 years, 10 months ago
  60. 0313870 Do not include quiche_platform_impl headers from quic/platform/api. by bnc · 2 years, 10 months ago
  61. 590d67b Remove {QUIC,QUICHE}_PREDICT_{TRUE,FALSE} macros. by bnc · 2 years, 10 months ago
  62. 515f24f Remove quiche_test_helpers.h: by vasilvv · 2 years, 10 months ago
  63. a7532cd Remove quic_mock_log.h by vasilvv · 2 years, 10 months ago
  64. 5e3762e Flip restart flags for staging and gfe-dev-co production locations. by QUICHE team · 2 years, 11 months ago
  65. 3b119f6 Rename QuicheTest implementation to QuicheTestImpl. by bnc · 2 years, 11 months ago
  66. e5c727c Add two QuicheMemSliceTests. by bnc · 2 years, 11 months ago
  67. 32034b0 Provide default Abseil-based implementation for QuicheStackTrace. by vasilvv · 2 years, 11 months ago
  68. 73a2457 Make QUICHE_EXPORT macros add default visibility attribute in google3. by vasilvv · 2 years, 11 months ago
  69. bdf2818 Add QUICHE_EXPORT_PRIVATE and QUICHE_NO_EXPORT as necessary. by bnc · 2 years, 11 months ago
  70. e96691f clang-format rest of //third_party/quiche/ by bnc · 3 years ago
  71. 7ad884d Remove VERIFY_AND_RETURN_SUCCESS. by bnc · 3 years ago
  72. ed8430c Removes http2_test_helpers.h from //third_party/http2/platform/api. by birenroy · 3 years ago
  73. 2eb06bc Remove or narrow down some unnecessary includes. by vasilvv · 3 years ago
  74. c3e62b6 Provide the default implementation of QuicheTestLoopback by vasilvv · 3 years ago
  75. d2746c0 Platformize enforcing header policy in Balsa. by bnc · 3 years ago
  76. e5642f3 Fix header guards in QUICHE. by bnc · 3 years ago
  77. 7f718d0 Make QUICHE pragmas which disable warnings google3-specific. by rch · 3 years ago
  78. bac0405 Relocate QUICHE files into quiche/ directory within the quiche repo, and change the relative include paths accordingly. by Bence Béky · 3 years ago