summaryrefslogtreecommitdiffstats
path: root/minzip (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-23Fix integer overflows in recovery procedure.Yabin Cui1-15/+54
2016-02-22Fix integer overflows in recovery procedure.Yabin Cui1-15/+54
2015-11-16DO NOT MERGE recovery: Switch applypatch/ and updater/ to cpp.Tao Bao1-0/+8
2015-11-16recovery: Switch to clangTao Bao2-2/+2
2015-07-17Clean up LOG functions.Tao Bao3-20/+20
2015-07-16Clean up LOG functions.Tao Bao3-20/+20
2015-07-14recovery: Switch applypatch/ and updater/ to cpp.Tao Bao1-0/+8
2015-07-14recovery: Switch applypatch/ and updater/ to cpp.Tao Bao1-0/+8
2015-06-23Just use fstat in sysMapFile.Elliott Hughes3-71/+24
2015-06-03recovery: Switch to clangTao Bao2-2/+2
2015-04-30Check all lseek calls succeed.Elliott Hughes2-8/+8
2015-04-30Check all lseek calls succeed.Elliott Hughes2-8/+8
2015-04-08Remove a couple of unused inlines from minzip/Zip.h.Elliott Hughes1-10/+0
2015-02-27Remove more dead code from minzip.Narayan Kamath2-107/+58
2015-02-27Remove more dead code from minzip.Narayan Kamath2-113/+64
2015-02-23Delete unused functions from minzip.Narayan Kamath2-93/+1
2015-02-08Remove dead/unused code and realign some of the commentsNanik Tolaram3-23/+8
2014-10-29Force sync files written by minzip.Michael Runge1-2/+8
2014-05-09Allow 0-byte files in full OTAs.Michael Runge1-1/+3
2014-03-18minzip: 64 bit build issueMark Salyzyn1-1/+1
2014-02-13add mzGetStoredEntry functionDoug Zongker2-2/+30
2014-02-06recovery: fix building with pointer-to-int errors turned onColin Cross1-2/+2
2014-01-21log extra info for debuggingDoug Zongker1-0/+2
2014-01-16do verification and extraction on memory, not filesDoug Zongker4-137/+186
2014-01-13remove dead code from minzipDoug Zongker2-134/+0
2013-09-17updater: Delete dead codeNick Kralevich2-66/+0
2013-09-11updater: Delete dead codeNick Kralevich2-66/+0
2013-09-09Revert "Update OTA installer to understand SELinux filesystem labels"Nick Kralevich2-8/+3
2013-07-19Update OTA installer to understand SELinux filesystem labelsNick Kralevich2-3/+8
2012-12-17Pass the correct pointer to munmap on failure.Elliott Hughes1-4/+4
2012-10-19reduce some recovery loggingDoug Zongker1-1/+5
2012-10-16Remove HAVE_SELINUX guardsKenny Root5-23/+2
2012-08-21Fix multiple defined symbol errorsEdwin Vane1-1/+1
2012-03-30Extend recovery and updater to support setting file security contexts.Stephen Smalley5-7/+67
2011-10-31turn recovery into a C++ binaryDoug Zongker2-0/+16
2011-10-28turn recovery into a C++ binaryDoug Zongker2-0/+16
2010-02-01add a one-argument version of package_extract_fileDoug Zongker2-0/+44
2009-05-08undo temporary alignment hackDoug Zongker2-48/+8
2009-05-06align data passed to write() on 32k boundariesDoug Zongker2-17/+55
2009-04-30handle short writes when unzipping filesDoug Zongker1-11/+27
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project13-0/+3118
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project13-3118/+0