1. 00992b1 Use Abseil for a default implementation of QuicSleep(). by vasilvv · 3 years, 10 months ago
  2. de979ff Provide a default implementation of QuicPrefetch(). by vasilvv · 3 years, 11 months ago
  3. 462285a Inline QuicDefaultHasherImpl. by bnc · 3 years, 11 months ago
  4. f372598 Remove unused containers from quic_containers. by bnc · 3 years, 11 months ago
  5. 93e8918 Use absl::flat_hash_map instead of QuicSmallMap and SpdySmallMap, and remove QuicSmallMap and SpdySmallMap. by bnc · 4 years ago
  6. 08fc2ae Move quic::QuicCircularDeque to quiche::QuicheCircularDeque. by bnc · 4 years ago
  7. c7556a0 Remove QuicUint128 from platform. by bnc · 4 years ago
  8. 38b5aed Remove QuicWrapUnique. by bnc · 4 years ago
  9. 5159c75 Support building QUIC with GCE target constraint. by QUICHE team · 4 years ago
  10. a6b28ab Remove V2 family of GFE_BUG (and friends). by QUICHE team · 4 years ago
  11. f6d2165 Allow SNIs without dots by QUICHE team · 4 years ago
  12. 407e1c7 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 4 years ago
  13. c189843 Migration from QUIC_BUG to QUIC_BUG_V2(bug_id). by QUICHE team · 4 years, 1 month ago
  14. f7fa5a8 New V2 QUIC_BUG macros that take an ID. by QUICHE team · 4 years, 1 month ago
  15. beabbe0 Delete PCC code. by vasilvv · 4 years, 1 month ago
  16. 5f2d7a3 Replace all implementations of EstimateMemoryUsage with a single QUICHE one. by vasilvv · 4 years, 1 month ago
  17. f803516 Replace (D)CHECK with QUICHE_(D)CHECK. by vasilvv · 4 years, 2 months ago
  18. 1673946 Move QUIC_EXPORT into QUICHE platform. by vasilvv · 4 years, 2 months ago
  19. 28ff109 Restructure QUICHE platform by splitting it into "default" and "overrides". by vasilvv · 4 years, 2 months ago
  20. ad76b0c Deprecate flag quic_extract_x509_subject_using_certificate_view, by vasilvv · 4 years, 2 months ago
  21. 5be974e Project import generated by Copybara. by QUICHE team · 4 years, 3 months ago
  22. 68b06f2 Refactor QUICHE platform flag accessors. by bnc · 4 years, 3 months ago
  23. c42f71e Refactor QUICHE platform flag utilities. by bnc · 4 years, 3 months ago
  24. 85577e0 Replace QuicStrAppend() with absl::StrAppend(). by vasilvv · 4 years, 4 months ago
  25. bca9deb Replace QuicheStrCat() with absl::StrCat() by vasilvv · 4 years, 4 months ago
  26. 14100b9 Implement a flag-protected version of the QuicIntervalSet performance improvements. by QUICHE team · 4 years, 4 months ago
  27. 64099f3 Add a QuicMemSlice constructor that takes a heap allocated buffer. Advantage: by haoyuewang · 4 years, 4 months ago
  28. d403f48 Always use bind-to-zero for port selection in QUIC tests. by vasilvv · 4 years, 5 months ago
  29. f903e60 Replace quic_aligned.h with Abseil and C++11 features. by vasilvv · 4 years, 5 months ago
  30. 8f9591b Replace quic_macros.h with Abseil equivalents. by vasilvv · 4 years, 5 months ago
  31. 79100a3 Replace QUIC_FALLTHROUGH_INTENDED with ABSL_FALLTHROUGH_INTENDED. by vasilvv · 4 years, 5 months ago
  32. 035fe3d Replace QUICHE_ARRAYSIZE with ABSL_ARRAYSIZE. Delete QUICHE_ARRAYSIZE. by vasilvv · 4 years, 5 months ago
  33. ffd151a Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 6 months ago
  34. a1c666f Fix a latent query-of-death in a GFE+QUIC+Leto codepath by QUICHE team · 4 years, 6 months ago
  35. 434c4c0 Self-instrument for QUIC library via setsockopt for on-host-monitoring. by QUICHE team · 4 years, 7 months ago
  36. 0a09b8f Add missing cstring includes to fix Linux glibc >= 2.30 build. by vasilvv · 5 years ago
  37. b67d298 Split test certificates into a separate file. by vasilvv · 5 years ago
  38. 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 · 5 years ago
  39. 60ababa Fix one curly brace placement in test code by dschinazi · 5 years ago
  40. 15db688 Delete QuicOptional and replace uses with QuicheOptional by dmcardle · 5 years ago
  41. 89713d0 Move QuicClock to third_party/quic/core. by vasilvv · 5 years ago
  42. a750aab gfe-relnote: Change all QuicDeque to QuicCircularDeque. No behavior change because QuicDeque is a typedef of QuicCircularDeque. by wub · 5 years ago
  43. 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
  44. d767863 Remove quic_bbr2_sender. by vasilvv · 5 years ago
  45. 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
  46. c97eba6 Use quic_logging in //third_party/quic/ by dmcardle · 5 years ago
  47. 6a79c94 Delete quic_logging impl, define in terms of quiche_logging by dmcardle · 5 years ago
  48. c5a0fe6 Copy //third_party/quic logging library to quiche by dmcardle · 5 years ago
  49. ff082a0 Add a proper API to create memslices from the QUIC code. by vasilvv · 5 years ago
  50. 4e9283d Remove QUIC_ARRAYSIZE; use QUICHE_ARRAYSIZE instead. by bnc · 5 years ago
  51. 217c5e7 Remove string libraries from //third_party/quic/platform. by dmcardle · 5 years ago
  52. 60acc06 Use quiche string libraries in third_party/quic/platform by dmcardle · 5 years ago
  53. 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
  54. 7e3fe6b gfe-relnote: (n/a) Rename QuicRecordTestOutput to QuicRecordTrace. Test only rename, not protected. by wub · 5 years ago
  55. 173c48f Move quic::QuicEndian to quiche::QuicheEndian by QUICHE team · 5 years ago
  56. 409b261 Add a new QUIC platform API QUIC_SLOW_TEST which will be used in chrome by rch · 5 years ago
  57. b87ddb1 Add a platform macro EXPECT_QUIC_DEBUG_DEATH to ensure that by rch · 5 years ago
  58. e211642 Introduce QUIC_NO_EXPORT by dschinazi · 5 years ago
  59. 40d0fa5 Remove QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique from platform/api/. by bnc · 5 years ago
  60. 6b9fe9a Fix QUIC_EXPORT_PRIVATE compilation on Windows by dschinazi · 5 years ago
  61. f25169a Add QUIC_EXPORT_PRIVATE to prepare for presubmit by dschinazi · 5 years ago
  62. c1e9121 [build] Include ostream in quic_ip_address.h by vasilvv · 5 years ago
  63. 52cb79f gfe-relnote: use QUIC_foo instead of ABSL_foo for mutex annotations in QUIC. Not flag protected. No behavior change. by rch · 6 years ago
  64. 28315b7 Automated g4 rollback of changelist 265940959. by renjietang · 6 years ago
  65. e6fcf3c LSC: Replace deprecated thread annotations macros. by QUICHE team · 6 years ago
  66. 6039aff QuicToyClient provides a hostname to CreateDefaultProofVerifier by nharper · 6 years ago
  67. 13cfcae Allow QUIC end_to_end and quic_server tests to pass if the by rch · 6 years ago
  68. bd71625 gfe-relnote: n/a(code clean up) inline quic::CreatePccSender() by danzh · 6 years ago
  69. 05984ad Test that QuicTextUtilsTest:Split preserves heading and trailing whitespace. by bnc · 6 years ago
  70. b4dade7 Generate and parse extended Google QUIC Error Code in IETF Conn. Close frames. by fkastenholz · 6 years ago
  71. ea19735 Don't split sent messages on MemSlice boundaries. by QUICHE team · 6 years ago
  72. 01010ca Add operator<< support to QuicSocketAddress. by vasilvv · 6 years ago
  73. 1834770 gfe-relnote: n/a(doc change) Update third_party/quic/platform/api/README.md. by danzh · 6 years ago
  74. 77ae31c Include <limits> in quic_socket_address.cc for std::numeric_limits. by wub · 6 years ago
  75. 878cfb5 Add -Wtype-limits to QUIC by dschinazi · 6 years ago
  76. 64144fb Replace QuicSocketAddress with a platform-independent implementation. by vasilvv · 6 years ago
  77. 7e573d3 gfe-relnote: n/a(code clean up) Fix quiche compile errors in envoy. by danzh · 6 years ago
  78. 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
  79. 91f97e6 Add a length to QuicSocketAddress(sockaddr*) constructor by vasilvv · 6 years ago
  80. 688dca4 Add unit tests for QuicSocketAddress by vasilvv · 6 years ago
  81. 014f56d gfe-relnote: (n/a) code cleanup. Make quic_ip_address.cc compatible with envoy by danzh · 6 years ago
  82. 0dfdc0b gfe-relnote: Replace QuicIpAddress with a standalone implementation. No functional change, not flag protected. by vasilvv · 6 years ago
  83. 2cb3a59 Prevent include failures of quic_flag_utils by dschinazi · 6 years ago
  84. c312e3b Remove .impl() method from QuicSocketAddress and QuicIpAddress. by vasilvv · 6 years ago
  85. d5c4a93 Don't use a flow controller for QuicCryptoStream when it uses CRYPTO frames by nharper · 6 years ago
  86. 4e952e7 gfe-relnote: Construct QuicMemSliceSpans from a QuicMemSlices without copies. by QUICHE team · 6 years ago
  87. 6153bc7 gfe-relnote: Remove client-side support for Channel ID from QUIC. Not flag protected. by nharper · 6 years ago
  88. f98d219 Add QuicIpAddressTests. by bnc · 6 years ago
  89. 48ba61a gfe-relnote: Add documentation for quic platform. by danzh · 6 years ago
  90. 9b81fa5 Create quic::ToNetAddress() to replace direct access to impl() method of QuicIpAddress. by vasilvv · 6 years ago
  91. 4620e9a Add presubmit to force use of QUIC_LOG by dschinazi · 6 years ago
  92. 580d30b Fixup use of gunit and gmock in QUIC by dschinazi · 6 years ago
  93. 0a3646b Include netinet/in.h in quic_ip_address.h by vasilvv · 6 years ago
  94. c17edcd Migrate some of the uses of QuicIpAddress(QuicIpAddressImpl) constructor to quic::ToQuicIpAddress by vasilvv · 6 years ago
  95. a27fd44 gfe-relnote: (n/a) Stop including send_algorithm_interface.h from quic_pcc_sender.h, this allows the quic_pcc_sender Envoy implementation to not to depend on send_algorithm_interface. Refactor only, not protected. by wub · 6 years ago
  96. 038325e In quic_mem_slice_span_test.cc, add a 'u' to a EXPECT_EQ. by wub · 6 years ago
  97. 553a966 gfe-relnote: Remove the dependency from QuicMemSliceSpan to QuicStreamSendBuffer and QuicMessageFrame. Refactor only, not protected. by wub · 6 years ago
  98. 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
  99. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  100. 04dd040 Improve some comments in quic/platform. by bnc · 6 years ago