summaryrefslogtreecommitdiffstats
path: root/otafault (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-11Protect filename_cache with lock in ota faultTianjie Xu2-3/+22
2017-03-23Const modifiersMikhail Lappo2-2/+2
2017-01-09Do not inject I/O fault on a retryTianjie Xu2-3/+5
2016-11-28Remove ota_close(int) and ota_fclose(FILE*).Tao Bao2-14/+22
2016-11-23Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&).Tao Bao2-2/+18
2016-11-17applypatch: Use unique_fd to avoid leaking FDs.Tao Bao1-0/+10
2016-10-18Replace minzip with libziparchiveTianjie Xu3-11/+15
2016-09-30Turn on -Werror for recoveryTianjie Xu1-0/+2
2016-09-30Turn on -Werror for recoveryTianjie Xu1-0/+2
2016-09-01Switch recovery to libbase loggingTianjie Xu1-2/+3
2016-09-01Switch recovery to libbase loggingTianjie Xu1-2/+3
2016-09-01Switch recovery to libbase loggingTianjie Xu1-2/+3
2016-07-27Fix clang-tidy performance warnings.Chih-Hung Hsieh1-1/+1
2016-03-25Correct caching behavior for should_inject_cacheJed Estep2-18/+23
2016-03-23Correct caching behavior for should_inject_cacheJed Estep2-17/+17
2016-03-19Control fault injection with config files instead of build flagsJed Estep6-134/+237
2016-03-17Revert "DO NOT MERGE Control fault injection with config files instead of build flags"Tao Bao6-232/+134
2016-03-16DO NOT MERGE Control fault injection with config files instead of build flagsJed Estep6-134/+232
2016-03-14otafault: Fix setting of have_eio_error.Greg Kaiser1-1/+1
2016-03-10Reboot and retry on I/O errorsTianjie Xu1-10/+58
2016-03-03Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES.Tao Bao1-4/+9
2016-03-03Reboot and retry on I/O errorsTianjie Xu1-5/+32
2016-02-23Control fault injection with config files instead of build flagsJed Estep6-118/+237
2016-02-20Control fault injection with config files instead of build flagsJed Estep6-118/+237
2016-02-10IO fault injection for OTA packagesJed Estep4-0/+299
2016-01-06IO fault injection for OTA packagesJed Estep4-0/+299