summaryrefslogtreecommitdiff
path: root/libs/androidfw/ZipFileRO.cpp
AgeCommit message (Expand)Author
2024-06-04Combine ZipFileRO::getEntryInfo Pawan Wagh
2024-04-12Add Extra field info in ZipFileRO Pawan Wagh
2024-04-11Add method to return Zip file name Pawan Wagh
2024-04-03Fix a misleading error message. Elliott Hughes
2023-07-06Fail installation in case zip file is malformed. Alex Buynytskyy
2020-11-17Revert^2 "libandroidfw hardening for IncFs" Ryan Mitchell
2020-11-13Revert "libandroidfw hardening for IncFs" Ryan Mitchell
2020-11-12libandroidfw hardening for IncFs Ryan Mitchell
2019-06-17Move off ZipString and over to std::string/std::string_view as appropriate. Elliott Hughes
2019-05-08Track libziparchive API change. Elliott Hughes
2019-05-03Track libziparchive API change. Elliott Hughes
2017-10-31Fully implement "install" and "install-write" in PackageManagerShellCommand. Dianne Hackborn
2015-08-05Fix build breakage caused by r.android.com/162907 Yusuke Sato
2015-08-05am 3383b141: am a024acb8: Merge "Let findSupportedAbi and hasRenderscriptBitc... Yusuke Sato
2015-08-03Let findSupportedAbi and hasRenderscriptBitcode scan only relevant files Yusuke Sato
2015-06-29resolved conflicts for merge of d3d6e9a3 to mnc-dev-plus-aosp Yusuke Sato
2015-06-25Rename ZipEntryName to ZipString Yusuke Sato
2015-06-22Let findSupportedAbi and hasRenderscriptBitcode scan only relevant files Yusuke Sato
2015-06-17ZipFileRO: Use precise widths for zip file types. Narayan Kamath
2015-06-17ZipFileRO: Use precise widths for zip file types. Narayan Kamath
2015-05-12Fix file descriptor leak when opening invalid archives. Narayan Kamath
2015-02-23Track removal of refcounts from FileMap. Narayan Kamath
2014-11-07Frameworks/base: Wall Werror in libs/androidfw Andreas Gampe
2014-08-15Update ziparchive usage to the new API. Piotr Jastrzebski
2014-08-11Remove memory leak. Piotr Jastrzebski
2013-12-09Reimplement ZipFileRO in terms of libziparchive. Narayan Kamath
2013-09-11Fix another off-by-one error in ZipFileRO Kenny Root
2013-09-11Reconcile differences between zip implementations Kenny Root
2013-09-11Revert "Reconcile differences between zip implementations" Kenny Root
2013-09-11Reconcile differences between zip implementations Kenny Root
2013-05-07libutils clean-up Mathias Agopian
2012-03-22frameworks/base: move Zip* from libandroidfw to libutils Colin Cross
2012-02-20frameworks/base refactoring Mathias Agopian