summaryrefslogtreecommitdiffstats
path: root/applypatch/applypatch.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove ota_close(int) and ota_fclose(FILE*).Tao Bao2016-11-281-2/+2
* Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&).Tao Bao2016-11-231-7/+7
* applypatch: Release FD when explicitly calling close.Tao Bao2016-11-211-5/+5
* applypatch: Use unique_fd to avoid leaking FDs.Tao Bao2016-11-171-282/+270
* applypatch: Clean up LoadPartitionContents().Tao Bao2016-11-171-283/+257
* applypatch: Switch the parameter of Value** to std::vector.Tao Bao2016-10-291-8/+8
* Fix applypatch_check failure when applying update on anglerTianjie Xu2016-10-181-1/+1
* Change StringValue to use std::stringTianjie Xu2016-10-151-16/+12
* Check an edge case when read(2) returns 0Tianjie Xu2016-09-011-0/+3
* Remove obsolete MTD support.Elliott Hughes2016-06-101-207/+101
* Fix google-runtime-int warnings.Chih-Hung Hsieh2016-04-181-1/+1
* Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES.Tao Bao2016-03-031-1/+1
* Control fault injection with config files instead of build flagsJed Estep2016-02-231-1/+1
* applypatch: use vector to store data in FileContents.Yabin Cui2016-02-121-71/+32
* IO fault injection for OTA packagesJed Estep2016-02-101-26/+27
* applypatch: fix memory leaks reported by static analysis.Yabin Cui2016-02-051-96/+83
* Switch from mincrypt to BoringSSL in applypatch and updater.Sen Jiang2016-02-041-24/+23
* Track rename from base/ to android-base/.Elliott Hughes2015-12-051-1/+1
* updater: Clean up char* with std::string.Tao Bao2015-08-061-11/+1
* applypatch: Fix the checking in WriteToPartition().Tao Bao2015-07-251-3/+4
* applypatch: Support flash mode.Tao Bao2015-07-241-12/+72
* applypatch: Refactor strtok().Tao Bao2015-07-241-83/+53
* recovery: Switch applypatch/ and updater/ to cpp.Tao Bao2015-07-141-0/+1025