summaryrefslogtreecommitdiffstats
path: root/libs/utils/ZipUtils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* libutils clean-upMathias Agopian2013-05-071-345/+0
| | | | Change-Id: I6ff4cfc736751de2912c697f954e45e275f2d386
* Add TEMP_FAILURE_RETRY to ZipUtilsKenny Root2012-10-161-4/+6
| | | | Change-Id: I275c415f14eeffaf9a58d45f3ea014d766441ec3
* frameworks/native: move Zip* from libandroidfw to libutilsColin Cross2012-03-221-0/+343
| | | | | | | ZipUtils is needed by build/tools, move it from libandroidfw (frameworks/base) to libutils (frameworks/native). Change-Id: Ib8c41134ccdec6d6aa8d49860f8dddef49a24783
* frameworks/base refactoringMathias Agopian2012-02-201-343/+0
| | | | | | create the new libandroidfw from parts of libui and libutils Change-Id: I1584995616fff5d527a2aba63921b682a6194d58
* frameworks/base refactoring.Mathias Agopian2012-02-171-2/+2
| | | | | | step 2: move libutils headers to their new home: androidfw Change-Id: I14624ba23db92a81f2cb929f104386e1fab293ef
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-4/+4
| | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
| | | | | | | See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I00a4b904f9449e6f93b7fd35eac28640d7929e69
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-4/+4
| | | | | | | See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I4c4e33bb9df3e39e11cd985e193e6fbab4635298
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-2/+2
| | | | | | | See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: I0122812ed6ff6f5b59fe4a43ab8bff0577adde0a
* fix FILE* version of ZipUtils::inflateToBufferDoug Zongker2009-07-161-2/+1
| | | | | This can't have ever worked; a successful fread() was returning 1 instead of getSize.
* rename a few files to camel-case, add copyright noticesMathias Agopian2009-06-041-3/+3
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+344
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-344/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+344