summaryrefslogtreecommitdiffstats
path: root/twrpDigest.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More MD5 verification error handlingMatt Mower2014-04-161-5/+21
| | | | | | | | | | Distinguish between skipped md5 verification cases: - .md5/.md5sum file not found - .md5/.md5sum file unreadable Move MD5 error messages to twrpDigest Change-Id: I912e3d9ebe64e78bed76eab8aa468d619b45972f
* Support .md5sum extension for package verificationMatt Mower2014-04-151-9/+23
| | | | Change-Id: Idb6df99251726e5415b415ea6ae55337b96b2dbb
* print out md5s to recovery.logbigbiff bigbiff2013-09-101-0/+2
|
* Unify indentation and little clean-up in TWRP filesVojtech Bocek2013-08-241-1/+3
| | | | Signed-off-by: Vojtech Bocek <vbocek@gmail.com>
* Move all AOSP code out of recovery binaryDees_Troy2013-04-041-1/+2
| | | | | | Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0
* trying to fix md5bigbiff bigbiff2013-03-171-3/+2
| | | | Change-Id: I4ec037f76aa965bc818afe924942adbe9a080b36
* use md5.c for computation of md5sumsbigbiff bigbiff2013-03-071-0/+112
create a framework for computing digests and reading digests in TWRP add space for backwards compatibility with bb md5sum Change-Id: Ia18e3f430eed5eba22e5052d39b9b8d88ecd4536