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