aboutsummaryrefslogtreecommitdiffstats
path: root/applypatch/applypatch.c
Commit message (Expand)AuthorAgeFilesLines
* Use f_bavail to calculate free spacecaozhiyuan2015-06-261-1/+1
* Check all lseek calls succeed.Elliott Hughes2015-04-291-24/+27
* Use more aggressive sync writing to applypatch.Michael Runge2014-10-291-8/+36
* installer for new block OTA systemDoug Zongker2014-08-191-3/+3
* am 4b6de1ba: am 026ebe02: Merge "Recovery 64-bit compile issues"Mark Salyzyn2014-03-141-6/+6
|\
| * am 026ebe02: Merge "Recovery 64-bit compile issues"Mark Salyzyn2014-03-141-6/+6
| |\
| | * Recovery 64-bit compile issuesMark Salyzyn2014-03-141-6/+6
* | | remove 'retouch' ASLR supportDoug Zongker2014-02-131-27/+8
|/ /
* | fix unnecessarily slow writing of EMMC partitionsDoug Zongker2013-12-191-15/+3
|/
* am a69b50c5: am 901b898d: recovery: remove O_DIRECT, use O_SYNC onlyDoug Zongker2013-07-111-2/+2
|\
| * recovery: remove O_DIRECT, use O_SYNC onlyDoug Zongker2013-07-111-2/+2
* | am 660637f3: am e8d953aa: recovery: more cargo-cult programmingDoug Zongker2013-07-111-2/+2
|\ \ | |/
| * recovery: more cargo-cult programmingDoug Zongker2013-07-111-2/+2
* | am fbcfad33: am bf4a69ac: recovery: sleep after writing partition and closing itDoug Zongker2013-07-111-2/+7
|\ \ | |/
| * recovery: sleep after writing partition and closing itDoug Zongker2013-07-101-2/+7
* | am 2148133d: am c870a99c: recovery: write partitions more conservativelyDoug Zongker2013-07-111-24/+46
|\ \ | |/
| * recovery: write partitions more conservativelyDoug Zongker2013-07-091-24/+46
* | am 0ccaccf7: am 044a0b4d: recovery: try to write EMMC partitions more reliablyDoug Zongker2013-07-081-6/+72
|\ \ | |/
| * recovery: try to write EMMC partitions more reliablyDoug Zongker2013-07-081-6/+72
* | verifier: update to support certificates using SHA-256Doug Zongker2013-04-101-1/+1
|/
* reduce some recovery loggingDoug Zongker2012-10-191-6/+21
* add bonus data feature to imgdiff/imgpatch/applypatchDoug Zongker2012-08-201-5/+8
* Add mode when open(O_CREAT) is used.Nick Kralevich2012-06-261-2/+2
* fix buildDoug Zongker2012-02-281-1/+1
* fix failure to free memoryDoug Zongker2012-02-281-18/+44
* am c080bc54: am fbd7ae7a: am 201cd466: remove shadowed variable declarationDoug Zongker2010-08-161-1/+2
|\
| * remove shadowed variable declarationDoug Zongker2010-08-131-1/+2
* | am c4e32005: am 17986e6b: am 8cd9e4f3: fix bug in applying patchesDoug Zongker2010-08-121-1/+1
|\ \ | |/
| * fix bug in applying patchesDoug Zongker2010-08-121-1/+1
* | Working ASLR implementationHristo Bojinov2010-08-021-10/+32
* | EMMC support in applypatchDoug Zongker2010-07-071-102/+175
|/
* refactor applypatch and friendsDoug Zongker2010-02-221-722/+637
* relocate applypatch; add type system and new functions to edifyDoug Zongker2010-02-181-0/+900