summaryrefslogtreecommitdiffstats
path: root/minzip (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-18SELinux can be assumed for Android 4.4+Matt Mower1-6/+0
2016-10-18Replace minzip with libziparchiveTianjie Xu12-2732/+0
2016-09-01Switch recovery to libbase loggingTianjie Xu5-311/+107
2016-09-01Switch recovery to libbase loggingTianjie Xu5-307/+103
2016-09-01Switch recovery to libbase loggingTianjie Xu5-307/+103
2016-05-06updater, minzip: Remove unnecessary O_SYNC flags.Alistair Strachan1-1/+1
2016-04-02Move selinux dependencies out of header files.Elliott Hughes4-5/+9
2016-03-21Fix: full ota package larger than 2GB fails to upgradecaozhiyuan2-12/+14
2016-02-23Surpress warnings in minzip/Zip.cTianjie Xu1-4/+1
2016-02-23Fix integer overflows in recovery procedure.Yabin Cui1-15/+54
2016-02-22Fix integer overflows in recovery procedure.Yabin Cui1-15/+54
2016-02-20Check each value read from block map file.Yabin Cui1-15/+31
2016-02-18Fix integer overflows in recovery procedure.Yabin Cui1-5/+27
2016-02-11Fix some memory leaks.Yabin Cui2-42/+21
2016-01-22minzip: Add support for >2GB zipfilenkk713-10/+15
2015-12-22minzip: Fixup libselinux includesMatt Mower1-3/+7
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-10-25Revert :Force sync files written by minzipmaxwen1-8/+2
2015-10-15Improve error handling for zip installthat1-0/+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-03-13Revert "Force sync files written by minzip."Andrew Dodd1-8/+2
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-12-10Use one mizip for allEthan Yonker2-1/+12
2014-10-29Force sync files written by minzip.Michael Runge1-2/+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-12Make SELinux automatic if presentDees Troy1-1/+1
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
2013-04-11Fix building of updater binaryDees_Troy1-0/+27
2013-04-04Move all AOSP code out of recovery binaryDees_Troy1-1/+2
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