summaryrefslogtreecommitdiffstats
path: root/otafault/ota_io.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* otafault: Add the missing #include <string>.Tao Bao2017-10-111-0/+1
* otafault: Move headers under otafault/.Tao Bao2017-09-291-2/+2
* otafault: Clean up header inclusion.Tao Bao2017-09-291-1/+3
* Protect filename_cache with lock in ota faultTianjie Xu2017-04-111-2/+16
* Const modifiersMikhail Lappo2017-03-231-1/+1
* Remove ota_close(int) and ota_fclose(FILE*).Tao Bao2016-11-281-6/+14
* Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&).Tao Bao2016-11-231-2/+12
* 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
* | Control fault injection with config files instead of build flagsJed Estep2016-03-211-103/+71
|\ \
| * | Control fault injection with config files instead of build flagsJed Estep2016-03-191-103/+71
* | | resolve merge conflicts of ce58688 to nyc-dev-plus-aospTao Bao2016-03-171-71/+104
|\| | | |/ |/|
| * Revert "DO NOT MERGE Control fault injection with config files instead of build flags"Tao Bao2016-03-171-71/+103
| * DO NOT MERGE Control fault injection with config files instead of build flagsJed Estep2016-03-161-103/+71
| * 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-061-0/+160
* Reboot and retry on I/O errorsTianjie Xu2016-03-031-5/+32
* Control fault injection with config files instead of build flagsJed Estep2016-02-231-87/+76
* IO fault injection for OTA packagesJed Estep2016-02-101-0/+160