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
Commit message (
Expand
)
Author
Age
Files
Lines
*
am 7a92d20e: Merge "Clean up some test makefiles."
Dan Albert
2014-11-05
1
-20
/
+12
|
\
|
*
Clean up some test makefiles.
Dan Albert
2014-11-04
1
-20
/
+12
*
|
am b968d5c8: Merge "Add shared library version of libziparchive."
Ian Rogers
2014-10-30
1
-2
/
+15
|
\
\
|
|
/
|
*
Add shared library version of libziparchive.
Ian Rogers
2014-10-30
1
-2
/
+15
*
|
am cd1da4e0: Fix toolchain issue for windows build of libziparchive.
Xavier Ducrohet
2014-10-16
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix toolchain issue for windows build of libziparchive.
Xavier Ducrohet
2014-10-16
1
-0
/
+3
|
*
Reject zip archives with entry names containing \0.
Piotr Jastrzebski
2014-08-26
1
-1
/
+7
|
*
Prevent the accidental closure of fd[0] for missing zip files.
Neil Fuller
2014-07-28
2
-22
/
+33
*
|
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
2
-12
/
+20
*
|
Replace char* with ZipEntryName in ziparchive API.
Piotr Jastrzebski
2014-08-15
3
-48
/
+86
*
|
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
*
|
Merge "Prevent the accidental closure of fd[0] for missing zip files."
Neil Fuller
2014-07-23
2
-22
/
+33
|
\
\
|
*
|
Prevent the accidental closure of fd[0] for missing zip files.
Neil Fuller
2014-07-25
2
-22
/
+33
|
|
/
*
|
Update makefiles for host clang.
Tim Murray
2014-07-24
1
-1
/
+2
|
/
*
Enable host multilib for ART testing.
Ian Rogers
2014-06-17
1
-0
/
+1
*
Replace hand written offsets with structures.
Narayan Kamath
2014-06-10
2
-160
/
+272
*
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
2
-12
/
+38
*
Fix host 64-bit build.
Ying Wang
2014-05-16
1
-2
/
+2
*
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
2
-6
/
+11
*
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
2
-2
/
+46
*
Merge "Fix a sporadic build breakage."
Elliott Hughes
2014-01-03
1
-1
/
+1
|
\
|
*
Fix a sporadic build breakage.
Narayan Kamath
2014-01-03
1
-1
/
+1
*
|
Change a debug log to a verbose log.
Narayan Kamath
2014-01-02
1
-1
/
+1
|
/
*
Fix ExtractEntryToFile.
Narayan Kamath
2013-12-13
2
-4
/
+53
*
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
2
-75
/
+43
|
/
*
Add unit tests for libziparchive.
Narayan Kamath
2013-12-10
4
-15
/
+155
*
Fix return code for ended iteration.
Narayan Kamath
2013-12-09
1
-6
/
+6
*
Unify zipfile implementations : Step 1.
Narayan Kamath
2013-12-04
3
-0
/
+1173