summaryrefslogtreecommitdiffstats
path: root/applypatch (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-01Check an edge case when read(2) returns 0Tianjie Xu1-0/+3
2016-08-06Fix references to libcrypto_utils_static.Josh Gao1-4/+4
2016-06-14applypatch: Don't call inflate() when it expects zero-length output.Tao Bao1-57/+66
2016-06-10Remove obsolete MTD support.Elliott Hughes3-213/+105
2016-06-01Revert "Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector."Tao Bao1-38/+40
2016-06-01Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector.Adam Buchbinder1-40/+38
2016-06-01Revert "imgdiff: Generate statically linked imgdiff."Tao Bao1-2/+1
2016-05-31imgdiff: Generate statically linked imgdiff.Tao Bao1-1/+2
2016-05-04applypatch: Use bsdiff from external/bsdiff.Sen Jiang3-425/+10
2016-04-18Fix google-runtime-int warnings.Chih-Hung Hsieh4-15/+16
2016-03-19Control fault injection with config files instead of build flagsJed Estep1-1/+1
2016-03-17Revert "DO NOT MERGE Control fault injection with config files instead of build flags"Tao Bao1-1/+1
2016-03-16DO NOT MERGE Control fault injection with config files instead of build flagsJed Estep1-1/+1
2016-03-14Add include/ to the Makefile include path.Alex Deymo1-1/+1
2016-03-11applypatch: use vector to store data in FileContents.Yabin Cui3-117/+67
2016-03-09applypatch: add -fPIC for libimgpatch in Chrome OS.Sen Jiang1-0/+1
2016-03-03Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES.Tao Bao7-25/+49
2016-02-23Control fault injection with config files instead of build flagsJed Estep1-1/+1
2016-02-16applypatch: Add libimgpatch.pcSen Jiang1-0/+6
2016-02-12imgdiff: don't fail if gzip is corrupted.Sen Jiang1-12/+10
2016-02-12applypatch: use vector to store data in FileContents.Yabin Cui3-116/+66
2016-02-10IO fault injection for OTA packagesJed Estep2-28/+29
2016-02-10applypatch: Add a Makefile to build imgdiff in Chrome OS.Sen Jiang6-4/+39
2016-02-05applypatch: fix memory leaks reported by static analysis.Yabin Cui7-303/+202
2016-02-04Switch from mincrypt to BoringSSL in applypatch and updater.Sen Jiang6-38/+37
2016-01-29Fix build.Tao Bao1-0/+2
2016-01-28applypatch: Compile libimgpatch for target and host.Sen Jiang4-2/+69
2016-01-06IO fault injection for OTA packagesJed Estep2-26/+27
2015-12-23imgdiff: skip spurious gzip headers in image filesDavid Riley1-6/+13
2015-12-05Track rename from base/ to android-base/.Elliott Hughes1-1/+1
2015-12-02Remove the building rules for applypatch_static.Tao Bao1-13/+0
2015-11-16applypatch: Fix the checking in WriteToPartition().Tao Bao1-3/+4
2015-11-16applypatch: Support flash mode.Tao Bao3-16/+97
2015-11-16applypatch: Refactor strtok().Tao Bao2-86/+56
2015-11-16DO NOT MERGE recovery: Switch applypatch/ and updater/ to cpp.Tao Bao9-186/+183
2015-11-16Stop using libstdc++.Dan Albert1-2/+2
2015-11-16recovery: Switch to clangTao Bao1-0/+5
2015-09-08imgdiff: fix file descriptor leakJeremy Compostella1-1/+9
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-22applypatch: Support flash mode.Tao Bao3-16/+97
2015-07-17applypatch: Refactor strtok().Tao Bao2-86/+56
2015-07-14recovery: Switch applypatch/ and updater/ to cpp.Tao Bao9-186/+183
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