summaryrefslogtreecommitdiffstats
path: root/updater/blockimg.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check the results from applypatchTianjie Xu2016-06-161-4/+10
* Call ioctl before each write on retryTianjie Xu2016-06-031-7/+52
* Allow recovery to return error codesTianjie Xu2016-05-201-27/+54
* Add time and I/O info to last_installTianjie Xu2016-05-161-0/+12
* Skip stashing source blocks in verify modeTianjie Xu2016-03-231-8/+46
* DO NOT MERGE Control fault injection with config files instead of build flagsJed Estep2016-03-161-1/+1
* resolve merge conflicts of 7b6027dde4 to master.Tao Bao2016-02-041-10/+9
|\
| * 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
* | Merge "IO fault injection for OTA packages"Jed Estep2016-01-091-6/+7
|\ \
| * | IO fault injection for OTA packagesJed Estep2016-01-061-6/+7
* | | updater: Add a function to check first blockTianjie Xu2015-12-181-0/+55
|/ /
* | Merge "updater: Output msg when recovery is called"Tianjie Xu2015-12-111-1/+4
|\ \ | |/ |/|
| * updater: Output msg when recovery is calledTianjie Xu2015-12-101-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