1. add8ac3 Replace QuicheWrapUnique with absl::WrapUnique. by vasilvv · 4 years, 6 months ago
  2. 035fe3d Replace QUICHE_ARRAYSIZE with ABSL_ARRAYSIZE. Delete QUICHE_ARRAYSIZE. by vasilvv · 4 years, 6 months ago
  3. b8fd1f8 Move quiche_endian.h and quiche_endian_test.cc out of platform. by bnc · 4 years, 6 months ago
  4. 7df418b Replace QuicheOptional with absl::optional. by vasilvv · 4 years, 6 months ago
  5. b16f796 Remove quiche::QuicheStringPiece and quiche::QuicheStringPieceHash. by vasilvv · 4 years, 6 months ago
  6. 652cd42 Replace quiche::QuicheStringPiece with absl::string_view. by vasilvv · 4 years, 6 months ago
  7. 6b2b752 Ship our own implementation of QuicheEndian instead of using the platform one. by vasilvv · 4 years, 7 months ago
  8. bbf1623 Replace QuicheContainsKey with a direct call to find() by vasilvv · 4 years, 7 months ago
  9. ebc71c1 Fix use-after-move in SimpleLinkedHashMap by QUICHE team · 4 years, 7 months ago
  10. 6de03a8 Automated g4 rollback of changelist 329381168. by vasilvv · 4 years, 7 months ago
  11. 4e80b0c Re-land cl/328561880 by vasilvv · 4 years, 7 months ago
  12. d8fb72d Switch the experimental use of absl from absl::node_hash_map to absl::WrapUnique. by vasilvv · 4 years, 7 months ago
  13. f725c70 Attempt to use Abseil in QUICHE. by vasilvv · 4 years, 7 months ago
  14. 9efbb91 Rename QuicheNullOpt to QUICHE_NULLOPT by vasilvv · 4 years, 10 months ago
  15. 52f2459 Add expiry parsing into CertificateView. by vasilvv · 4 years, 10 months ago
  16. 0a09b8f Add missing cstring includes to fix Linux glibc >= 2.30 build. by vasilvv · 5 years ago
  17. a7300b8 Support PEM input in CertificateView and CertificatePrivateKey. by vasilvv · 5 years ago
  18. 82ee4d3 Fix implicit includes through string_piece.h by QUICHE team · 5 years ago
  19. a0aeda5 Add QuicheDataReader::ReadStringPiece8 by dschinazi · 5 years ago
  20. 41a1b41 Allow QuicSession::WritevData() to write data at a specified encryption level. by renjietang · 5 years ago
  21. 800bfde gfe-relnote: n/a(test only) fix a GCC complier error in QUIC test utils. Not by danzh · 5 years ago
  22. f3c80c9 gfe-relnote: Replace spdy_test.h with quiche_test.h. No functional change. Not protected. by QUICHE team · 5 years ago
  23. 278efae Add support for retry integrity tag by dschinazi · 5 years ago
  24. 021a1e7 Move SpdyContainsKey to QuicheContainsKey. by bnc · 5 years ago
  25. 766e81c Move Http2Optional to QuicheOptional. by bnc · 5 years ago
  26. 24194c8 Move SpdyWrapUnique to QuicheWrapUnique. by bnc · 5 years ago
  27. 2b64f50 Lift generic functionality from QuicDataReader/QuicDataWriter into Quiche by dmcardle · 5 years ago
  28. 8f7df53 Move quic::test::CompareCharArraysWithHexError to Quiche by dmcardle · 5 years ago
  29. 7f82d04 Remove SpdyStringPiece; use QuicheStringPiece instead. by bnc · 5 years ago
  30. c5a0fe6 Copy //third_party/quic logging library to quiche by dmcardle · 5 years ago
  31. 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
  32. 404c3a7 Add QUICHE_ARRAYSIZE. by bnc · 5 years ago
  33. 83e0444 Copy //third_party/quic string libraries to //third_party/quiche by QUICHE team · 5 years ago
  34. 173c48f Move quic::QuicEndian to quiche::QuicheEndian by QUICHE team · 5 years ago
  35. 9676f69 Remove QuicheMakeUnique. by bnc · 5 years ago
  36. c83b674 Use map_.size() instead of list_.size() in SimpleLinkedHashMap. by rch · 6 years ago
  37. 178723f gfe-relnote: n/a(test only) more portability improvement to SimpleLinkedHashMap. by danzh · 6 years ago
  38. 892f1f4 gfe-relnote: n/a(code not in use) a few changes to improve SimpleLinkedHashMap's portability. by danzh · 6 years ago
  39. c3be2d4 gfe-relnote: n/a(new class type not in use) Add SimpleLinkedHashMap which is by danzh · 6 years ago