summaryrefslogtreecommitdiff
path: root/otafault/ota_io.cpp
AgeCommit message (Expand)Author
2017-10-11otafault: Add the missing #include <string>.Tao Bao
2017-09-29otafault: Move headers under otafault/.Tao Bao
2017-09-28otafault: Clean up header inclusion.Tao Bao
2017-04-10Protect filename_cache with lock in ota faultTianjie Xu
2017-03-23Const modifiersMikhail Lappo
2016-11-28Remove ota_close(int) and ota_fclose(FILE*).Tao Bao
2016-11-22Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&).Tao Bao
2016-07-27Merge \"Fix clang-tidy performance warnings.\"Chih-Hung Hsieh
2016-07-27Fix clang-tidy performance warnings.Chih-Hung Hsieh
2016-03-21Control fault injection with config files instead of build flagsJed Estep
2016-03-18Control fault injection with config files instead of build flagsJed Estep
2016-03-17resolve merge conflicts of ce58688 to nyc-dev-plus-aospTao Bao
2016-03-17Revert "DO NOT MERGE Control fault injection with config files instead of bui...Tao Bao
2016-03-16DO NOT MERGE Control fault injection with config files instead of build flagsJed Estep
2016-03-14otafault: Fix setting of have_eio_error.Greg Kaiser
2016-03-10Reboot and retry on I/O errorsTianjie Xu
2016-03-02Reboot and retry on I/O errorsTianjie Xu
2016-02-22Control fault injection with config files instead of build flagsJed Estep
2016-02-10IO fault injection for OTA packagesJed Estep
2016-01-06IO fault injection for OTA packagesJed Estep