summaryrefslogtreecommitdiffstats
path: root/updater/blockimg.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to <android-base/unique_fd.h>.Elliott Hughes2016-03-291-25/+17
* Skip stashing source blocks in verify modeTianjie Xu2016-03-251-8/+46
* Control fault injection with config files instead of build flagsJed Estep2016-02-231-1/+1
* IO fault injection for OTA packagesJed Estep2016-02-101-12/+13
* Switch from mincrypt to BoringSSL in applypatch and updater.Sen Jiang2016-02-041-10/+9
* updater: Add a function to check first blockTianjie Xu2016-01-071-0/+55
* updater: Output msg when recovery is calledTianjie Xu2015-12-111-1/+4
* updater: Replace strtok() with android::base::Split().Tao Bao2015-12-071-133/+144
* Track rename from base/ to android-base/.Elliott Hughes2015-12-051-2/+2
* updater: Bump up the BBOTA version to 4.Tao Bao2015-10-231-1/+1
* Error correction: Use libfec in blockimg.cpp for recoverySami Tolvanen2015-10-191-0/+76
* updater: Skip empty lines in the transfer list file.Tao Bao2015-09-261-0/+4
* updater: Use android::base::ParseInt() to parse integers.Tao Bao2015-09-241-40/+25
* updater: Manage buffers with std::vector.Tao Bao2015-09-101-228/+168
* updater: Replace the pointers in LoadSrcTgtVersion[1-3]() parameter.Tao Bao2015-09-081-29/+26
* updater: Clean up C codes.Tao Bao2015-09-011-602/+429
* updater: Remove the unused isunresumable in SaveStash().Tao Bao2015-08-261-3/+3
* GOOGLEGMS-749 Fix integer overflow while applying block based OTA packageShrinivas Sahukar2015-08-221-46/+48
* updater: Clean up char* with std::string.Tao Bao2015-08-061-261/+141
* udpater: Call fsync() after rename().Tao Bao2015-08-041-0/+20
* updater: Hoist fsync() to outer loop.Tao Bao2015-07-271-6/+5
* recovery: Switch applypatch/ and updater/ to cpp.Tao Bao2015-07-141-0/+1991