aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not inject I/O fault on a retryTianjie Xu2017-01-092-3/+5
* Remove ota_close(int) and ota_fclose(FILE*).Tao Bao2016-11-282-14/+22
* Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&).Tao Bao2016-11-222-2/+18
* applypatch: Use unique_fd to avoid leaking FDs.Tao Bao2016-11-171-0/+10
* Replace minzip with libziparchiveTianjie Xu2016-10-173-11/+15
* Turn on -Werror for recoveryTianjie Xu2016-09-291-0/+2
* Switch recovery to libbase loggingTianjie Xu2016-09-011-2/+3
* Merge \"Fix clang-tidy performance warnings.\"Chih-Hung Hsieh2016-07-271-1/+1
|\
| * Fix clang-tidy performance warnings.Chih-Hung Hsieh2016-07-271-1/+1
| * Correct caching behavior for should_inject_cacheJed Estep2016-03-252-18/+23
* | Correct caching behavior for should_inject_cacheJed Estep2016-03-232-17/+17
|\ \
| * | Correct caching behavior for should_inject_cacheJed Estep2016-03-222-17/+17
* | | Control fault injection with config files instead of build flagsJed Estep2016-03-216-134/+237
|\| |
| * | Control fault injection with config files instead of build flagsJed Estep2016-03-186-134/+237
* | | resolve merge conflicts of ce58688 to nyc-dev-plus-aospTao Bao2016-03-176-236/+136
|\| | | |/ |/|
| * Revert "DO NOT MERGE Control fault injection with config files instead of bui...Tao Bao2016-03-176-232/+134
| * DO NOT MERGE Control fault injection with config files instead of build flagsJed Estep2016-03-166-134/+232
| * otafault: Fix setting of have_eio_error.Greg Kaiser2016-03-141-1/+1
| * Reboot and retry on I/O errorsTianjie Xu2016-03-101-10/+58
| * IO fault injection for OTA packagesJed Estep2016-01-064-0/+299
* Merge "Reboot and retry on I/O errors"Tianjie Xu2016-03-071-5/+32
|\
| * Reboot and retry on I/O errorsTianjie Xu2016-03-021-5/+32
* | Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES.Tao Bao2016-03-031-4/+9
|/
* Control fault injection with config files instead of build flagsJed Estep2016-02-226-118/+237
* IO fault injection for OTA packagesJed Estep2016-02-104-0/+299