summaryrefslogtreecommitdiffstats
path: root/otafault/ota_io.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-11otafault: Add the missing #include <string>.Tao Bao1-0/+1
2017-09-29otafault: Move headers under otafault/.Tao Bao1-2/+2
2017-09-29otafault: Clean up header inclusion.Tao Bao1-1/+3
2017-04-11Protect filename_cache with lock in ota faultTianjie Xu1-2/+16
2017-03-23Const modifiersMikhail Lappo1-1/+1
2016-11-28Remove ota_close(int) and ota_fclose(FILE*).Tao Bao1-6/+14
2016-11-23Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&).Tao Bao1-2/+12
2016-07-27Fix clang-tidy performance warnings.Chih-Hung Hsieh1-1/+1
2016-03-19Control fault injection with config files instead of build flagsJed Estep1-103/+71
2016-03-18Revert "DO NOT MERGE Control fault injection with config files instead of build flags"Tao Bao1-71/+103
2016-03-17Revert "DO NOT MERGE Control fault injection with config files instead of build flags"Tao Bao1-71/+103
2016-03-16DO NOT MERGE Control fault injection with config files instead of build flagsJed Estep1-103/+71
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-03Reboot and retry on I/O errorsTianjie Xu1-5/+32
2016-02-23Control fault injection with config files instead of build flagsJed Estep1-87/+76
2016-02-20Control fault injection with config files instead of build flagsJed Estep1-87/+76
2016-02-10IO fault injection for OTA packagesJed Estep1-0/+160
2016-01-06IO fault injection for OTA packagesJed Estep1-0/+160