index
:
replicant/core
GNUtoo/history/14-07-2019
GNUtoo/history/devtmpfs-debug-wip
GNUtoo/lineage-16.0-base
GNUtoo/modem-i9300
master
replicant-9
Patches not merged yet, used for building and testing them
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
*
libziparchive: port unit tests to darwin and windows.
Yabin Cui
2016-02-08
1
-37
/
+14
*
Add a ZipArchiveStreamEntry class.
Christopher Ferris
2016-01-14
1
-38
/
+2
*
Track rename of base/ to android-base/.
Elliott Hughes
2015-12-04
1
-3
/
+3
*
libziparchive: fix calculation of mod_time.
beonit
2015-10-30
1
-1
/
+1
*
Implement ZipWriter for quickly writing ZipFiles.
Adam Lesinski
2015-10-15
1
-155
/
+1
*
Rename ZipEntryName to ZipString
Yusuke Sato
2015-06-26
1
-46
/
+42
*
Add |optional_suffix| to StartIteration()
Yusuke Sato
2015-06-25
1
-13
/
+30
*
Fix whitespace in debug logging.
Elliott Hughes
2015-06-04
1
-1
/
+1
*
libziparchive: fix fallocate failures
Badhri Jagan Sridharan
2015-06-03
1
-1
/
+6
*
Use base::WriteFully in zip_archive.
Narayan Kamath
2015-04-29
1
-16
/
+7
*
libziparchive: fix clang build
Greg Hackmann
2015-04-27
1
-4
/
+0
*
Avoid mapping output to memory while writing to a file.
Narayan Kamath
2015-04-27
1
-90
/
+181
*
Reserve space on disk using fallocate
Ćukasz Szymczyk
2015-04-20
1
-1
/
+16
*
Prevent unaligned read in libziparchive.
Dan Albert
2015-04-09
1
-17
/
+16
*
libziparchive: fix extraction of >2GiB images
Greg Hackmann
2015-03-23
1
-1
/
+1
*
libziparchive: fix issue with a directory with one file
Mykola Kondratenko
2015-03-19
1
-1
/
+1
*
Allocate buffers on the heap
Dmitriy Ivanov
2015-03-12
1
-9
/
+10
*
Remove some more gotos
Dmitriy Ivanov
2015-03-06
1
-14
/
+13
*
Reapply -Wold-style-cast
Dmitriy Ivanov
2015-03-06
1
-1
/
+9
*
Remove some gotos
Dmitriy Ivanov
2015-03-06
1
-13
/
+8
*
Cleanup old-style-cast warnings
Dmitriy Ivanov
2015-03-06
1
-22
/
+26
*
Remove unnecessary allocation of FileMaps
Dmitriy Ivanov
2015-03-06
1
-34
/
+12
*
Remove useless refCounting from FileMap.
Narayan Kamath
2015-02-23
1
-5
/
+3
*
Add close_file flag to OpenArchiveFd()
Dmitriy Ivanov
2015-01-30
1
-5
/
+8
*
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
[next]