index
:
android/platform/system/core.git
puma
rk3399-android9.0-sdk
platform/system/core
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
ziparchive
Age
Commit message (
Expand
)
Author
2016-03-09
libziparchive: ensure ReadAtOffset is atomic
Adam Lesinski
2016-01-19
Allow setting an arbitrary alignment for an entry.
Christopher Ferris
2016-01-14
Add a ZipArchiveStreamEntry class.
Christopher Ferris
2015-12-04
Track rename of base/ to android-base/.
Elliott Hughes
2015-10-20
Add deflate compression to ZipWriter
Adam Lesinski
2015-10-15
Implement ZipWriter for quickly writing ZipFiles.
Adam Lesinski
2015-07-29
Fix Win32 <ziparchive/zip_archive.h>.
Elliott Hughes
2015-06-26
Rename ZipEntryName to ZipString
Yusuke Sato
2015-06-25
Add |optional_suffix| to StartIteration()
Yusuke Sato
2015-01-30
Add close_file flag to OpenArchiveFd()
Dmitriy Ivanov
2014-08-15
Replace char* with ZipEntryName in ziparchive API.
Piotr Jastrzebski
2014-08-13
Revert "Make sure that names of all entries have the same encoding."
Piotr Jastrzebski
2014-08-13
Make sure that names of all entries have the same encoding.
Piotr Jastrzebski
2014-08-11
Add EndIteration method to free memory allocated
Piotr Jastrzebski
2013-12-13
Fix ExtractEntryToFile.
Narayan Kamath
2013-12-06
Fix Mac OS build for libziparchive.
Narayan Kamath
2013-12-04
Unify zipfile implementations : Step 1.
Narayan Kamath