1. a4706e5 Add print_elements_test.cc. by bnc · 3 years, 5 months ago
  2. d5adb8a Refactor out http2::InvalidHeaderSet to share with QUIC. No behavior change. by danzh · 3 years, 5 months ago
  3. 645afc7 Prevent quiche::PrintElements from crashing when the given container is empty. by wub · 3 years, 6 months ago
  4. f6e22f8 Provide a default implementation for quic_containers.h header. by vasilvv · 3 years, 7 months ago
  5. 80ce324 Remove QuicInlinedVector from platform. by bnc · 3 years, 8 months ago
  6. 90615e3 Provide a default implementation of quiche_file_utils. by vasilvv · 3 years, 9 months ago
  7. 3e6cf91 Add a per-thread QuicConnectionContext for the upcoming QuicConnection tracing work. by wub · 3 years, 9 months ago
  8. a9ccd16 Remove unused Http2Deque and QuicheDequeImpl. by bnc · 3 years, 9 months ago
  9. 3aacdfd Provide default implementation for quic_bug_tracker.h API by vasilvv · 3 years, 9 months ago
  10. 764bf9a Remove unused EstimateMemoryUsage(). by bnc · 3 years, 9 months ago
  11. c3e2eef Automated g4 rollback of changelist 377894659. by QUICHE team · 3 years, 9 months ago
  12. bf0188a Provide default implementation for quic_bug_tracker.h API by vasilvv · 3 years, 9 months ago
  13. 00992b1 Use Abseil for a default implementation of QuicSleep(). by vasilvv · 3 years, 10 months ago
  14. de979ff Provide a default implementation of QuicPrefetch(). by vasilvv · 3 years, 10 months ago
  15. 12c0f70 Only do one map lookup instead of two in QuicheLinkedHashMap::insert(). by bnc · 3 years, 10 months ago
  16. e46fe2e Rename SimpleLinkedHashMap to QuicheLinkedHashMap. by bnc · 3 years, 11 months ago
  17. 9f23586 Add two missing includes to unblock QUICHE roll to Chromium. by bnc · 3 years, 11 months ago
  18. 9de6abe Move QuicheTextUtils out of platform. by bnc · 3 years, 11 months ago
  19. 08fc2ae Move quic::QuicCircularDeque to quiche::QuicheCircularDeque. by bnc · 3 years, 11 months ago
  20. 22033d9 Implement quiche::QuicheTextUtils::HexDump() within QUICHE. by bnc · 3 years, 11 months ago
  21. 81e779d Moves EXPECT_SPDY_BUG into Quiche as EXPECT_QUICHE_BUG. by QUICHE team · 4 years ago
  22. bf4d4e2 Remove Uint64ToString() and Hex() from QuicheTextUtils. by bnc · 4 years ago
  23. 5159c75 Support building QUIC with GCE target constraint. by QUICHE team · 4 years ago
  24. be12b81 Remove third_party/quiche/common/platform/api/quiche_string_view.h. by bnc · 4 years ago
  25. 600fdf9 Remove unused HostIsLittleEndian(), fix comment. by bnc · 4 years ago
  26. 7cd458f Add absl/hash/hash.h to quiche_string_view.h. by bnc · 4 years ago
  27. 576e8a9 Add quiche_string_view.h so that absl::string_view can be used in Chromium. by bnc · 4 years ago
  28. ccf4ebe Remove SpdyHash, SpdyHashSet, SpdyHashMap, QuicheHashStringPair. by bnc · 4 years ago
  29. 5f2d7a3 Replace all implementations of EstimateMemoryUsage with a single QUICHE one. by vasilvv · 4 years, 1 month ago
  30. f718c8e Move Http2Deque implementation into QUICHE. by vasilvv · 4 years, 1 month ago
  31. 112eccd Replace QuicheUnorderedMap with absl::node_hash_map. by vasilvv · 4 years, 1 month ago
  32. 760dbed Replace QuicheStrCat with absl::StrCat and absl::StrFormat. by vasilvv · 4 years, 1 month ago
  33. d9064fc Move quiche_time_utils to platform/default. by vasilvv · 4 years, 1 month ago
  34. bd51c87 Provide a default implementation of QUICHE logging. by vasilvv · 4 years, 1 month ago
  35. b38e023 Replace uses of CHECK/DCHECK with QUICHE_CHECK/QUICHE_DCHECK. by vasilvv · 4 years, 1 month ago
  36. 5cef78e Platformize DCHECK and other macros. by vasilvv · 4 years, 2 months ago
  37. 4ea319b Make QUICHE export use new-style default impl. by vasilvv · 4 years, 2 months ago
  38. 1673946 Move QUIC_EXPORT into QUICHE platform. by vasilvv · 4 years, 2 months ago
  39. 28ff109 Restructure QUICHE platform by splitting it into "default" and "overrides". by vasilvv · 4 years, 2 months ago
  40. 9eec216 Fix include paths for quiche/common/platform/impl. by vasilvv · 4 years, 3 months ago
  41. 9cb85b7 Make QuicConnection count bytes sent/received in probing packets on alternative paths. by danzh · 4 years, 3 months ago
  42. 63bdfe5 Project import generated by Copybara. by QUICHE team · 4 years, 3 months ago
  43. 5be974e Project import generated by Copybara. by QUICHE team · 4 years, 3 months ago
  44. 68b06f2 Refactor QUICHE platform flag accessors. by bnc · 4 years, 3 months ago
  45. c42f71e Refactor QUICHE platform flag utilities. by bnc · 4 years, 3 months ago
  46. 0f6c269 Delete QuicheStrCat(). by vasilvv · 4 years, 3 months ago
  47. 6950cd8 Replace QuicheStrCat() with absl::StrCat() by vasilvv · 4 years, 3 months ago
  48. d53ab61 Replace QuicheTextUtils::Split with absl::StrSplit. by vasilvv · 4 years, 4 months ago
  49. 72b789c Repalce QuicheTextUtils::HexEncode/Decode with Abseil equivalents. by vasilvv · 4 years, 5 months ago
  50. 23846f3 Replace QuicheTextUtils methods with absl::SimpleAtoi. by vasilvv · 4 years, 5 months ago
  51. 89fe24d Use absl::StartsWith/EndsWith in QUIC directly. by vasilvv · 4 years, 5 months ago
  52. add8ac3 Replace QuicheWrapUnique with absl::WrapUnique. by vasilvv · 4 years, 5 months ago
  53. 035fe3d Replace QUICHE_ARRAYSIZE with ABSL_ARRAYSIZE. Delete QUICHE_ARRAYSIZE. by vasilvv · 4 years, 5 months ago
  54. b8fd1f8 Move quiche_endian.h and quiche_endian_test.cc out of platform. by bnc · 4 years, 5 months ago
  55. 7df418b Replace QuicheOptional with absl::optional. by vasilvv · 4 years, 5 months ago
  56. b16f796 Remove quiche::QuicheStringPiece and quiche::QuicheStringPieceHash. by vasilvv · 4 years, 5 months ago
  57. 652cd42 Replace quiche::QuicheStringPiece with absl::string_view. by vasilvv · 4 years, 5 months ago
  58. 6b2b752 Ship our own implementation of QuicheEndian instead of using the platform one. by vasilvv · 4 years, 6 months ago
  59. bbf1623 Replace QuicheContainsKey with a direct call to find() by vasilvv · 4 years, 6 months ago
  60. ebc71c1 Fix use-after-move in SimpleLinkedHashMap by QUICHE team · 4 years, 6 months ago
  61. 6de03a8 Automated g4 rollback of changelist 329381168. by vasilvv · 4 years, 7 months ago
  62. 4e80b0c Re-land cl/328561880 by vasilvv · 4 years, 7 months ago
  63. d8fb72d Switch the experimental use of absl from absl::node_hash_map to absl::WrapUnique. by vasilvv · 4 years, 7 months ago
  64. f725c70 Attempt to use Abseil in QUICHE. by vasilvv · 4 years, 7 months ago
  65. 9efbb91 Rename QuicheNullOpt to QUICHE_NULLOPT by vasilvv · 4 years, 10 months ago
  66. 52f2459 Add expiry parsing into CertificateView. by vasilvv · 4 years, 10 months ago
  67. 0a09b8f Add missing cstring includes to fix Linux glibc >= 2.30 build. by vasilvv · 4 years, 11 months ago
  68. a7300b8 Support PEM input in CertificateView and CertificatePrivateKey. by vasilvv · 5 years ago
  69. 82ee4d3 Fix implicit includes through string_piece.h by QUICHE team · 5 years ago
  70. a0aeda5 Add QuicheDataReader::ReadStringPiece8 by dschinazi · 5 years ago
  71. 41a1b41 Allow QuicSession::WritevData() to write data at a specified encryption level. by renjietang · 5 years ago
  72. 800bfde gfe-relnote: n/a(test only) fix a GCC complier error in QUIC test utils. Not by danzh · 5 years ago
  73. f3c80c9 gfe-relnote: Replace spdy_test.h with quiche_test.h. No functional change. Not protected. by QUICHE team · 5 years ago
  74. 278efae Add support for retry integrity tag by dschinazi · 5 years ago
  75. 021a1e7 Move SpdyContainsKey to QuicheContainsKey. by bnc · 5 years ago
  76. 766e81c Move Http2Optional to QuicheOptional. by bnc · 5 years ago
  77. 24194c8 Move SpdyWrapUnique to QuicheWrapUnique. by bnc · 5 years ago
  78. 2b64f50 Lift generic functionality from QuicDataReader/QuicDataWriter into Quiche by dmcardle · 5 years ago
  79. 8f7df53 Move quic::test::CompareCharArraysWithHexError to Quiche by dmcardle · 5 years ago
  80. 7f82d04 Remove SpdyStringPiece; use QuicheStringPiece instead. by bnc · 5 years ago
  81. c5a0fe6 Copy //third_party/quic logging library to quiche by dmcardle · 5 years ago
  82. bbce603 This change plumbs an equality function object type through the quiche linked hash map type. This will enable future changes to the hashing behavior of SpdyHeaderBlock. by QUICHE team · 5 years ago
  83. 404c3a7 Add QUICHE_ARRAYSIZE. by bnc · 5 years ago
  84. 83e0444 Copy //third_party/quic string libraries to //third_party/quiche by QUICHE team · 5 years ago
  85. 173c48f Move quic::QuicEndian to quiche::QuicheEndian by QUICHE team · 5 years ago
  86. 9676f69 Remove QuicheMakeUnique. by bnc · 5 years ago
  87. c83b674 Use map_.size() instead of list_.size() in SimpleLinkedHashMap. by rch · 6 years ago
  88. 178723f gfe-relnote: n/a(test only) more portability improvement to SimpleLinkedHashMap. by danzh · 6 years ago
  89. 892f1f4 gfe-relnote: n/a(code not in use) a few changes to improve SimpleLinkedHashMap's portability. by danzh · 6 years ago
  90. c3be2d4 gfe-relnote: n/a(new class type not in use) Add SimpleLinkedHashMap which is by danzh · 6 years ago