summaryrefslogtreecommitdiffstats
path: root/applypatch (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-06updater: Clean up char* with std::string.Tao Bao1-11/+1
2015-07-25applypatch: Fix the checking in WriteToPartition().Tao Bao1-3/+4
2015-07-24applypatch: Support flash mode.Tao Bao3-16/+97
2015-07-24applypatch: Refactor strtok().Tao Bao2-86/+56
2015-07-14recovery: Switch applypatch/ and updater/ to cpp.Tao Bao9-186/+183
2015-06-26Use f_bavail to calculate free spacecaozhiyuan1-1/+1
2015-06-03recovery: Switch to clangTao Bao1-0/+5
2015-05-29Use f_bavail to calculate free spacecaozhiyuan1-1/+1
2015-05-19Stop using libstdc++.Dan Albert1-2/+2
2015-04-30Check all lseek calls succeed.Elliott Hughes1-24/+27
2015-04-30Check all lseek calls succeed.Elliott Hughes1-24/+27
2015-04-15imgdiff: Avoid infinite loop if inflate failsJohan Redestig1-0/+9
2015-01-30Add missing includes.Elliott Hughes1-0/+1
2015-01-28Add missing includes.Elliott Hughes1-0/+1
2014-10-29Use more aggressive sync writing to applypatch.Michael Runge1-8/+36
2014-08-20installer for new block OTA systemDoug Zongker4-9/+7
2014-08-19installer for new block OTA systemDoug Zongker4-9/+7
2014-05-13fix vulnerability in bspatchDoug Zongker1-0/+5
2014-03-14Recovery 64-bit compile issuesMark Salyzyn2-9/+10
2014-02-14remove remaining libminelf referencesDoug Zongker1-2/+2
2014-02-14remove 'retouch' ASLR supportDoug Zongker3-32/+11
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 Zongker2-7/+73
2013-07-09recovery: write partitions more conservativelyDoug Zongker1-24/+46
2013-07-08recovery: try to write EMMC partitions more reliablyDoug Zongker2-7/+73
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 Zongker5-21/+99
2012-08-14host modules don't need LOCAL_MODULE_TAGSJoe Onorato1-1/+0
2012-07-22host modules don't need LOCAL_MODULE_TAGSJoe Onorato1-1/+0
2012-06-27Add mode when open(O_CREAT) is used.Nick Kralevich1-2/+2
2012-04-06Add NOTICE fileWei Zhong1-0/+41
2012-02-28fix buildDoug Zongker2-2/+2
2012-02-28fix failure to free memoryDoug Zongker2-19/+45
2011-07-12Remove the simulator target from all makefiles.Jeff Brown1-4/+0
2011-02-09Fix x86 build.Ying Wang1-2/+0
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 Bojinov4-16/+41
2010-07-08EMMC support in applypatchDoug Zongker1-102/+175
2010-05-04generic_x86 supportBruce Beare1-0/+2
2010-02-23refactor applypatch and friendsDoug Zongker9-1256/+1185
2010-02-18relocate applypatch; add type system and new functions to edifyDoug Zongker17-0/+3882