Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
89b22dff0a2c3f81abc691e16ee2783b62ef5bc2
/
libziparchive
/
zip_archive.cc
dbacd82
zip_archive: reject files that don't start with an LFH signature.
by Narayan Kamath
· 8 years ago
d9fd186
Fix out of bound read in libziparchive
by Tianjie Xu
· 8 years ago
167562a
Fix out of bound access in libziparchive am: 1ee4892e66 am: c24dd97654
by Tianjie Xu
· 9 years ago
1ee4892
Fix out of bound access in libziparchive
by Tianjie Xu
· 9 years ago
a4a8069
Add |optional_suffix| to StartIteration()
by Yusuke Sato
· 10 years ago
71aebef
libziparchive: fix fallocate failures
by Badhri Jagan Sridharan
· 10 years ago
67ab5d9
Use base::WriteFully in zip_archive.
by Narayan Kamath
· 10 years ago
4ba18cf
libziparchive: fix clang build
by Greg Hackmann
· 10 years ago
785a128
Avoid mapping output to memory while writing to a file.
by Narayan Kamath
· 10 years ago
e1d5a6a
Reserve space on disk using fallocate
by Łukasz Szymczyk
· 11 years ago
1ae0764
Prevent unaligned read in libziparchive.
by Dan Albert
· 10 years ago
503cd6d
libziparchive: fix extraction of >2GiB images
by Greg Hackmann
· 10 years ago
50afc15
libziparchive: fix issue with a directory with one file
by Mykola Kondratenko
· 11 years ago
edbabfe
Allocate buffers on the heap
by Dmitriy Ivanov
· 10 years ago
1f741e5
Remove some more gotos
by Dmitriy Ivanov
· 10 years ago
f94e159
Reapply -Wold-style-cast
by Dmitriy Ivanov
· 10 years ago
3ea93da
Remove some gotos
by Dmitriy Ivanov
· 10 years ago
f4cb8e2
Cleanup old-style-cast warnings
by Dmitriy Ivanov
· 10 years ago
4b67f83
Remove unnecessary allocation of FileMaps
by Dmitriy Ivanov
· 10 years ago
6832a7a
Remove useless refCounting from FileMap.
by Narayan Kamath
· 10 years ago
40b52b2
Add close_file flag to OpenArchiveFd()
by Dmitriy Ivanov
· 11 years ago
044bc8e
Reject zip archives whose entry names are not valid UTF-8.
by Narayan Kamath
· 11 years ago
d0e6dc1
Libziparchive: Remove unused variable
by Andreas Gampe
· 11 years ago
70160f4
kill HAVE_PREAD
by Yabin Cui
· 11 years ago
0c1b894
Reject zip archives with entry names containing \0.
by Piotr Jastrzebski
· 11 years ago
8fd1f27
Merge "Reject zip archives with entry names containing \0."
by Piotr Jastrzebski
· 11 years ago
78271ba
Reject zip archives with entry names containing \0.
by Piotr Jastrzebski
· 11 years ago
10aa9a0
Cleanup ziparchive
by Piotr Jastrzebski
· 11 years ago
8e08536
Fix win_sdk build by not using vector
by Piotr Jastrzebski
· 11 years ago
ecccc5a
Replace char* with ZipEntryName in ziparchive API.
by Piotr Jastrzebski
· 11 years ago
bd0a748
Revert "Make sure that names of all entries have the same encoding."
by Piotr Jastrzebski
· 11 years ago
6a7f4bb
Make sure that names of all entries have the same encoding.
by Piotr Jastrzebski
· 11 years ago
34e03bd
Make a copy of a prefix param in StartIteration
by Piotr Jastrzebski
· 11 years ago
79c8b34
Add EndIteration method to free memory allocated
by Piotr Jastrzebski
· 11 years ago
0047368
Prevent the accidental closure of fd[0] for missing zip files.
by Neil Fuller
· 11 years ago
b1a113f
Prevent the accidental closure of fd[0] for missing zip files.
by Neil Fuller
· 11 years ago
926973e
Replace hand written offsets with structures.
by Narayan Kamath
· 11 years ago
c00de56
Fix build.
by Narayan Kamath
· 11 years ago
4f6b499
Reject zip files that have trailing bytes after their CD.
by Narayan Kamath
· 11 years ago
96c5c99
libziparchive: off64_t is not int64_t (part deux)
by Mark Salyzyn
· 11 years ago
56a90a0
libziparchive: off64_t is not int64_t
by Mark Salyzyn
· 11 years ago
088bf90
libziparchive: 64 bit issues
by Mark Salyzyn
· 11 years ago
51d562d
libziparchive: Turn on -Werror
by Mark Salyzyn
· 11 years ago
99ef991
libziparchive: 64 bit compile issues
by Mark Salyzyn
· 11 years ago
5f98b12
Add free to CloseArchive.
by Mathieu Chartier
· 11 years ago
f4b0b79
Fix logging errors inside ALOGV
by Colin Cross
· 12 years ago
48953a1
Fix entry handling for 0 length entries.
by Narayan Kamath
· 12 years ago
a1ff801
Change a debug log to a verbose log.
by Narayan Kamath
· 12 years ago
00a258c
Fix ExtractEntryToFile.
by Narayan Kamath
· 12 years ago
7d92b7c
Merge "Get rid of some log spam."
by Narayan Kamath
· 12 years ago
f6a1965
Get rid of some log spam.
by Narayan Kamath
· 12 years ago
eaf9885
Use FileMap from libcutil instead of rolling our own.
by Narayan Kamath
· 12 years ago
58aaf46
Add unit tests for libziparchive.
by Narayan Kamath
· 12 years ago
eb41ad2
Fix return code for ended iteration.
by Narayan Kamath
· 12 years ago
7462f02
Unify zipfile implementations : Step 1.
by Narayan Kamath
· 12 years ago