Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ota_close(int) and ota_fclose(FILE*). | Tao Bao | 2016-11-28 | 1 | -8/+8 |
* | Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&). | Tao Bao | 2016-11-23 | 1 | -0/+6 |
* | applypatch: Use unique_fd to avoid leaking FDs. | Tao Bao | 2016-11-17 | 1 | -0/+10 |
* | Control fault injection with config files instead of build flags | Jed Estep | 2016-03-19 | 1 | -0/+4 |
* | Revert "DO NOT MERGE Control fault injection with config files instead of build flags" | Tao Bao | 2016-03-17 | 1 | -4/+0 |
* | DO NOT MERGE Control fault injection with config files instead of build flags | Jed Estep | 2016-03-16 | 1 | -0/+4 |
* | IO fault injection for OTA packages | Jed Estep | 2016-01-06 | 1 | -0/+49 |