summaryrefslogtreecommitdiffstats
path: root/otafault (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-22otafault/tests: Replace pathmap with commands_recovery_local_pathMichael Bestas1-8/+2
2018-02-18Disable building libapplypatch on macTianjie Xu1-0/+6
2018-02-13Skip the cache size check on hostTianjie Xu1-0/+2
2017-10-11otafault: Add the missing #include <string>.Tao Bao1-0/+1
2017-09-29otafault: Move to soong.Tao Bao2-53/+60
2017-09-29otafault: Move headers under otafault/.Tao Bao6-10/+11
2017-09-29otafault: Remove the use of LOCAL_WHOLE_STATIC_LIBRARIES.Tao Bao1-1/+1
2017-09-29otafault: Clean up header inclusion.Tao Bao6-20/+18
2017-08-29Turn on -Wall for recovery modulesTianjie Xu2-2/+5
2017-07-25Remove LOCAL_CLANGLennart Wieboldt1-1/+0
2017-06-24Complete support for project pathmapMichael Bestas1-2/+8
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-18Revert "DO NOT MERGE Control fault injection with config files instead of build flags"Tao Bao6-232/+134
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