index
:
system_core.git
replicant-4.2
replicant-6.0
system/core
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libziparchive
/
zip_archive.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reject zip archives whose entry names are not valid UTF-8.
Narayan Kamath
2014-12-08
1
-3
/
+4
*
Libziparchive: Remove unused variable
Andreas Gampe
2014-11-24
1
-1
/
+0
*
kill HAVE_PREAD
Yabin Cui
2014-11-19
1
-2
/
+2
*
Merge "Reject zip archives with entry names containing \0."
Piotr Jastrzebski
2014-08-16
1
-1
/
+7
|
\
|
*
Reject zip archives with entry names containing \0.
Piotr Jastrzebski
2014-08-19
1
-1
/
+7
*
|
Cleanup ziparchive
Piotr Jastrzebski
2014-08-19
1
-3
/
+4
|
/
*
Fix win_sdk build by not using vector
Piotr Jastrzebski
2014-08-18
1
-10
/
+20
*
Replace char* with ZipEntryName in ziparchive API.
Piotr Jastrzebski
2014-08-15
1
-42
/
+39
*
Revert "Make sure that names of all entries have the same encoding."
Piotr Jastrzebski
2014-08-13
1
-20
/
+1
*
Make sure that names of all entries have the same encoding.
Piotr Jastrzebski
2014-08-13
1
-1
/
+20
*
Make a copy of a prefix param in StartIteration
Piotr Jastrzebski
2014-08-11
1
-1
/
+7
*
Add EndIteration method to free memory allocated
Piotr Jastrzebski
2014-08-11
1
-0
/
+6
*
Prevent the accidental closure of fd[0] for missing zip files.
Neil Fuller
2014-07-25
1
-22
/
+24
*
Replace hand written offsets with structures.
Narayan Kamath
2014-06-10
1
-156
/
+253
*
Fix build.
Narayan Kamath
2014-06-06
1
-2
/
+2
*
Reject zip files that have trailing bytes after their CD.
Narayan Kamath
2014-06-05
1
-5
/
+14
*
libziparchive: off64_t is not int64_t (part deux)
Mark Salyzyn
2014-05-08
1
-4
/
+4
*
libziparchive: off64_t is not int64_t
Mark Salyzyn
2014-05-08
1
-10
/
+10
*
libziparchive: 64 bit issues
Mark Salyzyn
2014-05-08
1
-12
/
+13
*
libziparchive: Turn on -Werror
Mark Salyzyn
2014-05-07
1
-4
/
+5
*
libziparchive: 64 bit compile issues
Mark Salyzyn
2014-03-14
1
-29
/
+29
*
Add free to CloseArchive.
Mathieu Chartier
2014-03-04
1
-7
/
+1
*
Fix logging errors inside ALOGV
Colin Cross
2014-02-07
1
-1
/
+1
*
Fix entry handling for 0 length entries.
Narayan Kamath
2014-01-24
1
-1
/
+8
*
Change a debug log to a verbose log.
Narayan Kamath
2014-01-02
1
-1
/
+1
*
Fix ExtractEntryToFile.
Narayan Kamath
2013-12-13
1
-3
/
+11
*
Merge "Get rid of some log spam."
Narayan Kamath
2013-12-12
1
-1
/
+1
|
\
|
*
Get rid of some log spam.
Narayan Kamath
2013-12-12
1
-1
/
+1
*
|
Use FileMap from libcutil instead of rolling our own.
Narayan Kamath
2013-12-11
1
-72
/
+38
|
/
*
Add unit tests for libziparchive.
Narayan Kamath
2013-12-10
1
-1
/
+1
*
Fix return code for ended iteration.
Narayan Kamath
2013-12-09
1
-6
/
+6
*
Unify zipfile implementations : Step 1.
Narayan Kamath
2013-12-04
1
-0
/
+1074