summaryrefslogtreecommitdiffstats
path: root/applypatch/applypatch.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-22applypatch: Support flash mode.Tao Bao1-12/+72
2015-07-17applypatch: Refactor strtok().Tao Bao1-83/+53
2015-07-14recovery: Switch applypatch/ and updater/ to cpp.Tao Bao1-89/+66
2015-07-14recovery: Switch applypatch/ and updater/ to cpp.Tao Bao1-1048/+0
2015-06-26Use f_bavail to calculate free spacecaozhiyuan1-1/+1
2015-05-29Use f_bavail to calculate free spacecaozhiyuan1-1/+1
2015-04-30Check all lseek calls succeed.Elliott Hughes1-24/+27
2015-04-30Check all lseek calls succeed.Elliott Hughes1-24/+27
2014-10-29Use more aggressive sync writing to applypatch.Michael Runge1-8/+36
2014-08-20installer for new block OTA systemDoug Zongker1-3/+3
2014-08-19installer for new block OTA systemDoug Zongker1-3/+3
2014-03-14Recovery 64-bit compile issuesMark Salyzyn1-6/+6
2014-02-14remove 'retouch' ASLR supportDoug Zongker1-27/+8
2013-12-20fix unnecessarily slow writing of EMMC partitionsDoug Zongker1-15/+3
2013-09-25verifier: update to support certificates using SHA-256Doug Zongker1-1/+1
2013-07-11recovery: remove O_DIRECT, use O_SYNC onlyDoug Zongker1-2/+2
2013-07-11recovery: more cargo-cult programmingDoug Zongker1-2/+2
2013-07-11recovery: sleep after writing partition and closing itDoug Zongker1-2/+7
2013-07-10recovery: sleep after writing partition and closing itDoug Zongker1-2/+7
2013-07-10recovery: write partitions more conservativelyDoug Zongker1-24/+46
2013-07-10recovery: try to write EMMC partitions more reliablyDoug Zongker1-6/+72
2013-07-09recovery: write partitions more conservativelyDoug Zongker1-24/+46
2013-07-08recovery: try to write EMMC partitions more reliablyDoug Zongker1-6/+72
2013-04-10verifier: update to support certificates using SHA-256Doug Zongker1-1/+1
2012-10-19reduce some recovery loggingDoug Zongker1-6/+21
2012-08-21add bonus data feature to imgdiff/imgpatch/applypatchDoug Zongker1-5/+8
2012-06-27Add mode when open(O_CREAT) is used.Nick Kralevich1-2/+2
2012-02-28fix buildDoug Zongker1-1/+1
2012-02-28fix failure to free memoryDoug Zongker1-18/+44
2010-09-15(cherry-pick) EMMC support in applypatchDoug Zongker1-102/+175
2010-08-13fix bug in applying patchesDoug Zongker1-1/+1
2010-08-13remove shadowed variable declarationDoug Zongker1-1/+2
2010-08-13remove shadowed variable declarationDoug Zongker1-1/+2
2010-08-13fix bug in applying patchesDoug Zongker1-1/+1
2010-08-02Working ASLR implementationHristo Bojinov1-10/+32
2010-07-08EMMC support in applypatchDoug Zongker1-102/+175
2010-02-23refactor applypatch and friendsDoug Zongker1-722/+637
2010-02-18relocate applypatch; add type system and new functions to edifyDoug Zongker1-0/+900