summaryrefslogtreecommitdiff
path: root/libs/utils/ZipFileRO.cpp
AgeCommit message (Expand)Author
2013-05-07libutils clean-up Mathias Agopian
2012-10-16am 125becee: am 7abbbc68: Merge "Add TEMP_FAILURE_RETRY to ZipUtils" Kenny Root
2012-10-16Add TEMP_FAILURE_RETRY to ZipUtils Kenny Root
2012-10-12Add TEMP_FAILURE_RETRY around open and write calls Kenny Root
2012-08-05libutils cleanup: remove unused or seldom used code from misc.{cpp|h} Mathias Agopian
2012-05-02Fixed 64-bit porting issues Andrew Hsieh
2012-03-22frameworks/native: move Zip* from libandroidfw to libutils Colin Cross
2012-02-20frameworks/base refactoring Mathias Agopian
2012-02-17frameworks/base refactoring. Mathias Agopian
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE Steve Block
2012-01-06Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE Steve Block
2012-01-04Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE Steve Block
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE Steve Block
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE Steve Block
2010-12-08Change assets to use 64-bit API Kenny Root
2010-10-21Initialized check in ZipFileRO::findEntryByName Kenny Root
2010-10-13MinGW/Cygwin requires open() in O_BINARY mode. Raphael Moll
2010-10-04Use pread() in ZipFileRO for Linux Kenny Root
2010-10-01ZipFileRO: moar logging and wrap close Kenny Root
2010-09-24Revert "Revert "Free created FileMap when uncompressing files"" Kenny Root
2010-09-24Add locking around ZIP seeking Kenny Root
2010-09-07Revert "Free created FileMap when uncompressing files" Kenny Root
2010-08-27Add debugging to ZipFileRO Kenny Root
2010-08-19Free created FileMap when uncompressing files Kenny Root
2010-08-04Free scanBuf in ZipFileRO Kenny Root
2010-05-12ZipUtilsRO rewrite based on Dalvik Zip rewrite Kenny Root
2009-06-04rename a few files to camel-case, add copyright notices Mathias Agopian
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2008-10-21Initial Contribution The Android Open Source Project