- 9596f2f Remove QuicFuzzedDataProvider. by bnc · 3 years, 3 months ago
- e3fd180 Rate limit QUIC reset sent to the clients. by fayang · 3 years, 5 months ago
- f6e22f8 Provide a default implementation for quic_containers.h header. by vasilvv · 3 years, 5 months ago
- 3c21920 Move EXPECT_EQ macro magic from quic/platform to quiche/platform. by bnc · 3 years, 5 months ago
- f170cad Remove QuicMemSliceSpan and TestQuicMemSliceVector. by vasilvv · 3 years, 5 months ago
- 80ce324 Remove QuicInlinedVector from platform. by bnc · 3 years, 7 months ago
- 90615e3 Provide a default implementation of quiche_file_utils. by vasilvv · 3 years, 7 months ago
- a97fbb7 Move QuicIntervalSet:Set allocator template argument to internal platform impl. by bnc · 3 years, 7 months ago
- 2cc87b0 Use QuicheLinkedHashMap instead of platform-dependent implementation. by bnc · 3 years, 7 months ago
- ec50b3b Deprecate gfe2_reloadable_flag_quic_and_tls_allow_sni_without_dots by QUICHE team · 3 years, 7 months ago
- 20dcfc8 Remove QuicContainsKey() from platform. by bnc · 3 years, 8 months ago
- 98966fd Remove QuicContainsValue() from platform. by bnc · 3 years, 8 months ago
- 764bf9a Remove unused EstimateMemoryUsage(). by bnc · 3 years, 8 months ago
- 3e33fe1 Introduce QuicBuffer to represent a (QuicUniqueBufferPtr, size_t) tuple. by vasilvv · 3 years, 8 months ago
- 00992b1 Use Abseil for a default implementation of QuicSleep(). by vasilvv · 3 years, 8 months ago
- de979ff Provide a default implementation of QuicPrefetch(). by vasilvv · 3 years, 8 months ago
- 462285a Inline QuicDefaultHasherImpl. by bnc · 3 years, 9 months ago
- f372598 Remove unused containers from quic_containers. by bnc · 3 years, 9 months ago
- 93e8918 Use absl::flat_hash_map instead of QuicSmallMap and SpdySmallMap, and remove QuicSmallMap and SpdySmallMap. by bnc · 3 years, 9 months ago
- 08fc2ae Move quic::QuicCircularDeque to quiche::QuicheCircularDeque. by bnc · 3 years, 9 months ago
- c7556a0 Remove QuicUint128 from platform. by bnc · 3 years, 10 months ago
- 38b5aed Remove QuicWrapUnique. by bnc · 3 years, 10 months ago
- 5159c75 Support building QUIC with GCE target constraint. by QUICHE team · 3 years, 10 months ago
- a6b28ab Remove V2 family of GFE_BUG (and friends). by QUICHE team · 3 years, 10 months ago
- f6d2165 Allow SNIs without dots by QUICHE team · 3 years, 10 months ago
- 407e1c7 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 3 years, 10 months ago
- c189843 Migration from QUIC_BUG to QUIC_BUG_V2(bug_id). by QUICHE team · 3 years, 11 months ago
- f7fa5a8 New V2 QUIC_BUG macros that take an ID. by QUICHE team · 3 years, 11 months ago
- beabbe0 Delete PCC code. by vasilvv · 4 years ago
- 5f2d7a3 Replace all implementations of EstimateMemoryUsage with a single QUICHE one. by vasilvv · 4 years ago
- f803516 Replace (D)CHECK with QUICHE_(D)CHECK. by vasilvv · 4 years ago
- 1673946 Move QUIC_EXPORT into QUICHE platform. by vasilvv · 4 years ago
- 28ff109 Restructure QUICHE platform by splitting it into "default" and "overrides". by vasilvv · 4 years ago
- ad76b0c Deprecate flag quic_extract_x509_subject_using_certificate_view, by vasilvv · 4 years ago
- 5be974e Project import generated by Copybara. by QUICHE team · 4 years, 1 month ago
- 68b06f2 Refactor QUICHE platform flag accessors. by bnc · 4 years, 1 month ago
- c42f71e Refactor QUICHE platform flag utilities. by bnc · 4 years, 1 month ago
- 85577e0 Replace QuicStrAppend() with absl::StrAppend(). by vasilvv · 4 years, 1 month ago
- bca9deb Replace QuicheStrCat() with absl::StrCat() by vasilvv · 4 years, 2 months ago
- 14100b9 Implement a flag-protected version of the QuicIntervalSet performance improvements. by QUICHE team · 4 years, 2 months ago
- 64099f3 Add a QuicMemSlice constructor that takes a heap allocated buffer. Advantage: by haoyuewang · 4 years, 2 months ago
- d403f48 Always use bind-to-zero for port selection in QUIC tests. by vasilvv · 4 years, 3 months ago
- f903e60 Replace quic_aligned.h with Abseil and C++11 features. by vasilvv · 4 years, 3 months ago
- 8f9591b Replace quic_macros.h with Abseil equivalents. by vasilvv · 4 years, 3 months ago
- 79100a3 Replace QUIC_FALLTHROUGH_INTENDED with ABSL_FALLTHROUGH_INTENDED. by vasilvv · 4 years, 3 months ago
- 035fe3d Replace QUICHE_ARRAYSIZE with ABSL_ARRAYSIZE. Delete QUICHE_ARRAYSIZE. by vasilvv · 4 years, 3 months ago
- ffd151a Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 3 months ago
- a1c666f Fix a latent query-of-death in a GFE+QUIC+Leto codepath by QUICHE team · 4 years, 4 months ago
- 434c4c0 Self-instrument for QUIC library via setsockopt for on-host-monitoring. by QUICHE team · 4 years, 4 months ago
- 0a09b8f Add missing cstring includes to fix Linux glibc >= 2.30 build. by vasilvv · 4 years, 9 months ago
- b67d298 Split test certificates into a separate file. by vasilvv · 4 years, 9 months ago
- b4810d5 Add QuicHash(Map|Set) as a general-purpose hash map and set, which doesn't gurantee pointer stability. And switch to QuicHashSet in various places. by wub · 4 years, 9 months ago
- 60ababa Fix one curly brace placement in test code by dschinazi · 4 years, 10 months ago
- 15db688 Delete QuicOptional and replace uses with QuicheOptional by dmcardle · 5 years ago
- 89713d0 Move QuicClock to third_party/quic/core. by vasilvv · 5 years ago
- a750aab gfe-relnote: Change all QuicDeque to QuicCircularDeque. No behavior change because QuicDeque is a typedef of QuicCircularDeque. by wub · 5 years ago
- a27a3c9 gfe-relnote: Introduce kDefaultUdpPacketControlBufferSize and use it in QuicPacketReader as the control buffer size. No behavior change, not protected. by wub · 5 years ago
- d767863 Remove quic_bbr2_sender. by vasilvv · 5 years ago
- cfddec8 gfe-relnote: Add QuicUdpSocketApi, a de-platformized version of QuicSocketUtils, and use it in some non-production code. No behavior change, not protected. by wub · 5 years ago
- c97eba6 Use quic_logging in //third_party/quic/ by dmcardle · 5 years ago
- 6a79c94 Delete quic_logging impl, define in terms of quiche_logging by dmcardle · 5 years ago
- c5a0fe6 Copy //third_party/quic logging library to quiche by dmcardle · 5 years ago
- ff082a0 Add a proper API to create memslices from the QUIC code. by vasilvv · 5 years ago
- 4e9283d Remove QUIC_ARRAYSIZE; use QUICHE_ARRAYSIZE instead. by bnc · 5 years ago
- 217c5e7 Remove string libraries from //third_party/quic/platform. by dmcardle · 5 years ago
- 60acc06 Use quiche string libraries in third_party/quic/platform by dmcardle · 5 years ago
- 36e6300 gfe-relnote: For QUIC BBR tests, add the ability to save test results and compare with saved results. Test only, not protected. by wub · 5 years ago
- 7e3fe6b gfe-relnote: (n/a) Rename QuicRecordTestOutput to QuicRecordTrace. Test only rename, not protected. by wub · 5 years ago
- 173c48f Move quic::QuicEndian to quiche::QuicheEndian by QUICHE team · 5 years ago
- 409b261 Add a new QUIC platform API QUIC_SLOW_TEST which will be used in chrome by rch · 5 years ago
- b87ddb1 Add a platform macro EXPECT_QUIC_DEBUG_DEATH to ensure that by rch · 5 years ago
- e211642 Introduce QUIC_NO_EXPORT by dschinazi · 5 years ago
- 40d0fa5 Remove QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique from platform/api/. by bnc · 5 years ago
- 6b9fe9a Fix QUIC_EXPORT_PRIVATE compilation on Windows by dschinazi · 5 years ago
- f25169a Add QUIC_EXPORT_PRIVATE to prepare for presubmit by dschinazi · 5 years ago
- c1e9121 [build] Include ostream in quic_ip_address.h by vasilvv · 5 years ago
- 52cb79f gfe-relnote: use QUIC_foo instead of ABSL_foo for mutex annotations in QUIC. Not flag protected. No behavior change. by rch · 5 years ago
- 28315b7 Automated g4 rollback of changelist 265940959. by renjietang · 5 years ago
- e6fcf3c LSC: Replace deprecated thread annotations macros. by QUICHE team · 5 years ago
- 6039aff QuicToyClient provides a hostname to CreateDefaultProofVerifier by nharper · 5 years ago
- 13cfcae Allow QUIC end_to_end and quic_server tests to pass if the by rch · 5 years ago
- bd71625 gfe-relnote: n/a(code clean up) inline quic::CreatePccSender() by danzh · 5 years ago
- 05984ad Test that QuicTextUtilsTest:Split preserves heading and trailing whitespace. by bnc · 5 years ago
- b4dade7 Generate and parse extended Google QUIC Error Code in IETF Conn. Close frames. by fkastenholz · 5 years ago
- ea19735 Don't split sent messages on MemSlice boundaries. by QUICHE team · 6 years ago
- 01010ca Add operator<< support to QuicSocketAddress. by vasilvv · 6 years ago
- 1834770 gfe-relnote: n/a(doc change) Update third_party/quic/platform/api/README.md. by danzh · 6 years ago
- 77ae31c Include <limits> in quic_socket_address.cc for std::numeric_limits. by wub · 6 years ago
- 878cfb5 Add -Wtype-limits to QUIC by dschinazi · 6 years ago
- 64144fb Replace QuicSocketAddress with a platform-independent implementation. by vasilvv · 6 years ago
- 7e573d3 gfe-relnote: n/a(code clean up) Fix quiche compile errors in envoy. by danzh · 6 years ago
- dad9acf gfe-relnote: (n/a) Add quic platform api to create BBRv2 sender, currently the implementation just creates a BBRv1 sender. No behavior change, not protected. by wub · 6 years ago
- 91f97e6 Add a length to QuicSocketAddress(sockaddr*) constructor by vasilvv · 6 years ago
- 688dca4 Add unit tests for QuicSocketAddress by vasilvv · 6 years ago
- 014f56d gfe-relnote: (n/a) code cleanup. Make quic_ip_address.cc compatible with envoy by danzh · 6 years ago
- 0dfdc0b gfe-relnote: Replace QuicIpAddress with a standalone implementation. No functional change, not flag protected. by vasilvv · 6 years ago
- 2cb3a59 Prevent include failures of quic_flag_utils by dschinazi · 6 years ago
- c312e3b Remove .impl() method from QuicSocketAddress and QuicIpAddress. by vasilvv · 6 years ago
- d5c4a93 Don't use a flow controller for QuicCryptoStream when it uses CRYPTO frames by nharper · 6 years ago
- 4e952e7 gfe-relnote: Construct QuicMemSliceSpans from a QuicMemSlices without copies. by QUICHE team · 6 years ago