aboutsummaryrefslogtreecommitdiffstats
path: root/updater
Commit message (Expand)AuthorAgeFilesLines
* Suppress some compiler warnings due to signedness.Tao Bao2015-11-071-1/+1
* updater: Hoist fsync() to outer loop.Tao Bao2015-11-071-6/+5
* recovery: Switch to clangTao Bao2015-11-071-0/+2
* Fix build: fprintf without modifierTao Bao2015-11-071-2/+1
* Log update outputs in orderTao Bao2015-11-071-0/+6
* Stop using libstdc++.Dan Albert2015-11-071-1/+1
* Add error and range checks to parse_rangeSami Tolvanen2015-11-071-10/+71
* Remove ext4 guardsMichael Bestas2015-11-072-8/+0
* recovery:updater: Changes to support 32->64 bit upgradespadarshr2015-10-062-1/+79
* udpater: Call fsync() after rename().Tao Bao2015-08-041-0/+20
* Revert "Zero blocks before BLKDISCARD"Tao Bao2015-06-301-17/+1
* More accurate checking for overlapped ranges.Tao Bao2015-06-261-1/+1
* Zero blocks before BLKDISCARDSami Tolvanen2015-06-101-1/+17
* Revert "Zero blocks before BLKDISCARD"Sami Tolvanen2015-06-101-5/+9
* Zero blocks before BLKDISCARDSami Tolvanen2015-06-091-9/+5
* Really don't use TEMP_FAILURE_RETRY with close in recovery.Elliott Hughes2015-05-291-1/+1
* Handle BLKDISCARD failuresSami Tolvanen2015-05-291-2/+1
* 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
* Remove more dead code from minzip.Narayan Kamath2015-02-271-1/+1
* Initialize stashbase even stash_max_blocks = 0Jesse Zhao2015-02-171-1/+1
* am 42b09d25: am 6a0d2fbc: Merge "There\'s no GPL code in \'updater\'."Elliott Hughes2015-02-092-339/+0
|\
| * am 6a0d2fbc: Merge "There\'s no GPL code in \'updater\'."Elliott Hughes2015-02-072-339/+0
| |\
| | * There's no GPL code in 'updater'.Elliott Hughes2015-02-052-339/+0
* | | Merge "Support resuming block based OTAs"Sami Tolvanen2015-02-061-346/+1460
|\ \ \ | |/ / |/| |
| * | Support resuming block based OTAsSami Tolvanen2015-01-301-346/+1460
* | | am aeecac54: Merge "Add missing includes."Elliott Hughes2015-01-301-0/+1
|\ \ \ | |/ / |/| / | |/
| * Add missing includes.Elliott Hughes2015-01-291-0/+1
* | am c43b17f0: Merge "Fix recovery image build for 32p"Ying Wang2014-12-021-1/+1
|\|
| * Fix recovery image build for 32pBruce Beare2014-11-301-1/+1
* | am b278c252: Add support for tune2fs file operationsMichael Runge2014-11-242-0/+43
|\ \
| * | Add support for tune2fs file operationsMichael Runge2014-11-212-0/+43
* | | am 5ddf4293: Log mount/unmount errors to UIMichael Runge2014-10-241-5/+9
|\| |
| * | Log mount/unmount errors to UIMichael Runge2014-10-241-5/+9
* | | am 68802416: unconditionally apply SELinux labels to symlinksNick Kralevich2014-10-241-10/+9
|\| |
| * | unconditionally apply SELinux labels to symlinksNick Kralevich2014-10-231-10/+9
* | | am 168f7778: Allow passing of mount args to mountFnMichael Runge2014-10-231-5/+18
|\| |
| * | Allow passing of mount args to mountFnMichael Runge2014-10-231-5/+18
* | | am 473967d8: Merge "Log to UI any metadata setting errors" into lmp-devBrian Carlstrom2014-10-231-34/+50
|\| |
| * | Merge "Log to UI any metadata setting errors" into lmp-devBrian Carlstrom2014-10-231-34/+50
| |\ \
| | * | Log to UI any metadata setting errorsMichael Runge2014-10-231-34/+50
| | |/
* | | am 2f0ef730: Treat already-renamed files as having no problems.Michael Runge2014-10-231-0/+3
|\| |
| * | Treat already-renamed files as having no problems.Michael Runge2014-10-231-0/+3
| |/
* / support for version 2 of block image diffsDoug Zongker2014-09-251-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
|/
* remove code for original block OTA mechanismDoug Zongker2014-08-262-209/+6