aboutsummaryrefslogtreecommitdiff
path: root/cc/util/file_random_access_stream.cc
AgeCommit message (Expand)Author
2021-11-10Replace the last crypto::tink::util::error::UNKNOWN usages with its absl vers...lizatretyakova
2021-11-04Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-10-20Replace the deprecated crypto::tink::util::error::OUT_OF_RANGE usages with it...lizatretyakova
2021-10-12Replace the deprecated crypto::tink::util::error::UNAVAILABLE usages with its...lizatretyakova
2021-09-22Replace the deprecated crypto::tink::util::Status::OK object with a call to a...lizatretyakova
2020-03-20Replace unneeded ToStatusFwiktorg
2019-08-28Disallowing 0-count in FileRandomAccessStream::PRead(),przydatek
2019-08-20Removing const from RandomAccessStream::size(), and changingprzydatek
2019-08-07Always use the Status result in Tink.tholenst
2019-06-13Adding a C++ interface for reading streams at arbitrary locations,przydatek