aboutsummaryrefslogtreecommitdiffstats
path: root/updater/blockimg.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use TEMP_FAILURE_RETRY on close in recovery.Elliott Hughes2015-05-151-2/+2
* Check all lseek calls succeed.Elliott Hughes2015-04-291-28/+20
* Don't remove existing explicitly stashed blocksSami Tolvanen2015-04-171-10/+28
* Always use strerror to report errno in recovery.Elliott Hughes2015-03-231-19/+20
* Initialize stashbase even stash_max_blocks = 0Jesse Zhao2015-02-171-1/+1
* Support resuming block based OTAsSami Tolvanen2015-01-301-346/+1460
* support for version 2 of block image diffsDoug Zongker2014-09-081-45/+209
* Merge "fix comment in blockimg updater code" into lmp-devDoug Zongker2014-09-041-3/+3
|\
| * fix comment in blockimg updater codeDoug Zongker2014-09-041-3/+3
* | use lseek64 instead of lseekAndrew Boie2014-09-041-11/+11
|/
* fix two bugs in block image updaterDoug Zongker2014-08-211-18/+32
* installer for new block OTA systemDoug Zongker2014-08-191-0/+631