summaryrefslogtreecommitdiffstats
path: root/minzip (follow)
Commit message (Expand)AuthorAgeFilesLines
* SELinux can be assumed for Android 4.4+Matt Mower2017-01-181-6/+0
* Update to 7.0Ethan Yonker2016-08-245-59/+102
|\
| * resolve merge conflicts of e5d3d15cd2 to nyc-devYabin Cui2016-02-231-15/+52
| |\
| | * Fix integer overflows in recovery procedure.Yabin Cui2016-02-221-15/+54
| * | Clean up LOG functions.Tao Bao2015-07-163-20/+20
| * | recovery: Switch applypatch/ and updater/ to cpp.Tao Bao2015-07-141-0/+8
| * | Just use fstat in sysMapFile.Elliott Hughes2015-06-233-71/+24
| * | recovery: Switch to clangTao Bao2015-06-032-2/+2
| * | Check all lseek calls succeed.Elliott Hughes2015-04-302-8/+8
* | | minzip: Add support for >2GB zipfilenkk712016-01-223-10/+15
* | | minzip: Fixup libselinux includesMatt Mower2015-12-221-3/+7
* | | Revert :Force sync files written by minzipmaxwen2015-10-251-8/+2
* | | Improve error handling for zip installthat2015-10-151-0/+2
* | | Merge up to AOSP marshmallow-releaseEthan Yonker2015-10-095-241/+81
|\ \ \ | | |/ | |/|
| * | Check all lseek calls succeed.Elliott Hughes2015-04-302-8/+8
| |/
| * Remove a couple of unused inlines from minzip/Zip.h.Elliott Hughes2015-04-081-10/+0
| * Remove more dead code from minzip.Narayan Kamath2015-02-272-113/+64
| * am 829d392a: Merge "Delete unused functions from minzip."Narayan Kamath2015-02-242-93/+1
| |\
| | * Delete unused functions from minzip.Narayan Kamath2015-02-232-93/+1
| * | am 99e084ca: Merge "Remove dead/unused code and realign some of the comments to make it more cleaner and easier to read"Nick Kralevich2015-02-083-23/+8
| |\|
| | * Remove dead/unused code and realign some of the commentsNanik Tolaram2015-02-083-23/+8
| * | Force sync files written by minzip.Michael Runge2014-10-291-2/+8
| |/
* | Revert "Force sync files written by minzip."Andrew Dodd2015-03-131-8/+2
* | Use one mizip for allEthan Yonker2014-12-102-1/+12
* | Merge in lollipop and attempt to fix merge conflictsEthan Yonker2014-11-066-328/+215
|\ \
| * | Force sync files written by minzip.Michael Runge2014-10-291-2/+8
| |/
| * Allow 0-byte files in full OTAs.Michael Runge2014-05-091-1/+3
| * minzip: 64 bit build issueMark Salyzyn2014-03-181-1/+1
| * add mzGetStoredEntry functionDoug Zongker2014-02-132-2/+30
| * am 2739ed96: am a5d105e2: Merge "recovery: fix building with pointer-to-int errors turned on"Colin Cross2014-02-061-2/+2
| |\
| | * recovery: fix building with pointer-to-int errors turned onColin Cross2014-02-061-2/+2
| | * updater: Delete dead codeNick Kralevich2013-09-172-66/+0
| * | log extra info for debuggingDoug Zongker2014-01-211-0/+2
| * | do verification and extraction on memory, not filesDoug Zongker2014-01-164-137/+186
| * | remove dead code from minzipDoug Zongker2014-01-132-134/+0
| * | updater: Delete dead codeNick Kralevich2013-09-112-66/+0
| |/
| * Revert "Update OTA installer to understand SELinux filesystem labels"Nick Kralevich2013-09-092-8/+3
| * Update OTA installer to understand SELinux filesystem labelsNick Kralevich2013-07-192-3/+8
* | Make SELinux automatic if presentDees Troy2013-09-121-1/+1
* | Update to latest AOSP masterDees_Troy2013-09-046-28/+11
|\|
| * am 9028fb4d: Merge "Pass the correct pointer to munmap on failure."Elliott Hughes2012-12-171-4/+4
| |\
| | * Pass the correct pointer to munmap on failure.Elliott Hughes2012-12-171-4/+4
| * | reduce some recovery loggingDoug Zongker2012-10-191-1/+5
| |/
| * Remove HAVE_SELINUX guardsKenny Root2012-10-165-23/+2
* | Fix building of updater binaryDees_Troy2013-04-111-0/+27
* | Move all AOSP code out of recovery binaryDees_Troy2013-04-041-1/+2
|/
* Fix multiple defined symbol errorsEdwin Vane2012-08-211-1/+1
* resolved conflicts for merge of 0b1fee1b to masterKenny Root2012-03-315-7/+67
|\
| * Extend recovery and updater to support setting file security contexts.Stephen Smalley2012-03-305-7/+67
* | turn recovery into a C++ binaryDoug Zongker2011-10-312-0/+16
|/
* add a one-argument version of package_extract_fileDoug Zongker2010-02-012-0/+44
* undo temporary alignment hackDoug Zongker2009-05-082-48/+8
* align data passed to write() on 32k boundariesDoug Zongker2009-05-062-17/+55
* handle short writes when unzipping filesDoug Zongker2009-04-301-11/+27
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0413-0/+3118
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0413-3118/+0
* Initial ContributionThe Android Open Source Project2008-10-2113-0/+3118