summaryrefslogtreecommitdiffstats
path: root/minzip/Zip.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-01Switch recovery to libbase loggingTianjie Xu1-1018/+0
2016-09-01Switch recovery to libbase loggingTianjie Xu1-1018/+0
2016-09-01Switch recovery to libbase loggingTianjie Xu1-1018/+0
2016-05-06updater, minzip: Remove unnecessary O_SYNC flags.Alistair Strachan1-1/+1
2016-04-02Move selinux dependencies out of header files.Elliott Hughes1-0/+3
2016-03-21Fix: full ota package larger than 2GB fails to upgradecaozhiyuan1-7/+9
2016-02-23Surpress warnings in minzip/Zip.cTianjie Xu1-4/+1
2016-01-22minzip: Add support for >2GB zipfilenkk711-1/+1
2015-11-16recovery: Switch to clangTao Bao1-2/+0
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 Bao1-7/+7
2015-07-16Clean up LOG functions.Tao Bao1-7/+7
2015-06-23Just use fstat in sysMapFile.Elliott Hughes1-7/+0
2015-06-03recovery: Switch to clangTao Bao1-2/+0
2015-04-30Check all lseek calls succeed.Elliott Hughes1-4/+2
2015-04-30Check all lseek calls succeed.Elliott Hughes1-4/+2
2015-03-13Revert "Force sync files written by minzip."Andrew Dodd1-8/+2
2015-02-27Remove more dead code from minzip.Narayan Kamath1-99/+53
2015-02-27Remove more dead code from minzip.Narayan Kamath1-105/+59
2015-02-23Delete unused functions from minzip.Narayan Kamath1-42/+1
2015-02-08Remove dead/unused code and realign some of the commentsNanik Tolaram1-10/+6
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-02-13add mzGetStoredEntry functionDoug Zongker1-2/+19
2014-02-06recovery: fix building with pointer-to-int errors turned onColin Cross1-2/+2
2014-01-16do verification and extraction on memory, not filesDoug Zongker1-98/+23
2012-10-19reduce some recovery loggingDoug Zongker1-1/+5
2012-10-16Remove HAVE_SELINUX guardsKenny Root1-4/+0
2012-03-30Extend recovery and updater to support setting file security contexts.Stephen Smalley1-3/+22
2010-02-01add a one-argument version of package_extract_fileDoug Zongker1-0/+37
2009-05-08undo temporary alignment hackDoug Zongker1-39/+7
2009-05-06align data passed to write() on 32k boundariesDoug Zongker1-16/+46
2009-04-30handle short writes when unzipping filesDoug Zongker1-11/+27
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-0/+1098
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-1098/+0