aboutsummaryrefslogtreecommitdiff
path: root/cc/core/json_keyset_reader.cc
AgeCommit message (Expand)Author
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
2022-01-26Automatically apply clang tidy fixes.tholenst
2022-01-10Automatically apply some clang-tidy fixestholenst
2021-11-03Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-09-22Replace the deprecated crypto::tink::util::Status::OK object with a call to a...lizatretyakova
2020-07-13Refactor status messages to directly construct strings instead of using forma...kste
2020-07-13Refactor tinkutil naming in json keyset reader for consistency.kste
2020-03-23Reimplement ToStatusF using absl::StrFormatwiktorg
2019-10-25Formatting changes due to internal changes.tholenst
2019-03-2022 Automatically created fixes.tholenst
2018-07-20Automated g4 rollback of changelist 205012951.Thai Duong
2018-07-20Automated g4 rollback of changelist 205009482.Tink Team
2018-07-20Implementations of KeysetReader should always return new KeysetReader instances.Thai Duong
2018-07-03Moving C++ to proto lite, and changing from JSONCPP to RapidJSON.Bartosz Przydatek
2018-04-17Use Portable Protocol Buffers (go/portableproto) for Tink C++.Haris Andrianakis
2018-04-04Replacing custom ptr_util (make_unique, wrap_unique) with ABSL-calls.Bartosz Przydatek
2018-03-18Fixing C++ include-paths.Bartosz Przydatek
2018-03-08Project import generated by Copybara.Tink Team
2018-02-21Adding C++ KeysetWriter.Bartosz Przydatek
2017-10-25Replacing google::protobuf::StringPiece with absl::string_view.Thai Duong
2017-10-25Fixing compat and Lint errors when syncing to google3.Thai Duong
2017-10-25Fixing Lint errors and adding some cosmetic changes to make sync easier.Thai Duong
2017-10-14Adding C++ JsonKesetReader.Bartosz Przydatek