Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_core_old
/
340c2105e98e3b862edc381fa39117a9405a513d
/
libziparchive
8d6a0ec
Set apex_available property
by Jiyong Park
· 5 years ago
c90faeb
Handle the invalid timestamp in zipfile
by Tianjie
· 5 years ago
a8290b0
[zip] Stop calculating crc if it's not checked
by Yurii Zubrytskyi
· 5 years ago
7142da7
Allow loading zip at an offset in fd
by Ryan Mitchell
· 5 years ago
e67cb31
Merge "Fix SEGV in libziparchive with malformed zip file."
by Elliott Hughes
· 5 years ago
9756bbf
Fix SEGV in libziparchive with malformed zip file.
by Elliott Hughes
· 5 years ago
f96247c
Rename unzip.cpp to ziptool.cpp.
by Elliott Hughes
· 5 years ago
c310cf6
cli-test: a tool for testing command-line programs.
by Elliott Hughes
· 5 years ago
1f275c5
ziptool: fix unknown long options.
by Elliott Hughes
· 5 years ago
f2e1393
libziparchive: fix -Wimplicit-int-float-conversion
by Nick Desaulniers
· 5 years ago
32e2f96
unzip/zipinfo: use float percentages like the RI.
by Elliott Hughes
· 5 years ago
42c967e
Merge "ziparchive: add a corpus for the fuzzer."
by Treehugger Robot
· 5 years ago
6ff99e2
ziparchive: add a corpus for the fuzzer.
by Elliott Hughes
· 5 years ago
1b1cbd6
Darwin: include <libgen.h> for basename(3).
by Elliott Hughes
· 5 years ago
5a7302e
unzip: fix Mac build.
by Elliott Hughes
· 5 years ago
a7021df
unzip: add -Z for "zipinfo mode".
by Elliott Hughes
· 5 years ago
c99b90b
zipinfo: support DOS attributes.
by Elliott Hughes
· 5 years ago
d48d051
libziparchive: add zipinfo(1).
by Elliott Hughes
· 5 years ago
3460aa6
libziparchive: add trivial fuzzer.
by Elliott Hughes
· 5 years ago
1eadf2c
Avoid using data descriptors in ZIP files when possible.
by Donald Chai
· 6 years ago
d3de490
Merge "Finally remove ZipString."
by Elliott Hughes
· 6 years ago
d941de1
Finally remove ZipString.
by Elliott Hughes
· 6 years ago
c660274
[zip] Save 1 malloc and memset for each added file in ZipWriter
by Yurii Zubrytskyi
· 6 years ago
549bdb9
[zip] Change const char* to string_view in ZipWriter
by Yurii Zubrytskyi
· 6 years ago
7b3c6d0
ziparchive: add a std::string_view overload to Next.
by Elliott Hughes
· 6 years ago
4bef3e9
Add a std::string overload to Next.
by Elliott Hughes
· 6 years ago
8c1e878
libziparchive: remove now-unused StartIteration overload.
by Elliott Hughes
· 6 years ago
b8ddccd
libziparchive: start moving to a non-ZipString StartIteration API.
by Elliott Hughes
· 6 years ago
558134c
Merge "libziparchive: remove now-unused FindEntry overload."
by Elliott Hughes
· 6 years ago
9bf97e6
Merge "Enable native_bridge_support"
by Dimitry Ivanov
· 6 years ago
85814a6
libziparchive: remove now-unused FindEntry overload.
by Elliott Hughes
· 6 years ago
5a58331
Enable native_bridge_support
by dimitry
· 6 years ago
cc7441f
libziparchive: report errors on over-long names.
by Elliott Hughes
· 6 years ago
76f907c
Merge "Ziparchive: Enable -Wconversion"
by Treehugger Robot
· 6 years ago
2d22453
unzip: support shell globs in include/exclude lists.
by Elliott Hughes
· 6 years ago
ebf2161
Merge "zip_archive.cc: Use static cast instead of masking"
by Nick Kralevich
· 6 years ago
06ffa1b
Ziparchive: Enable -Wconversion
by Andreas Gampe
· 6 years ago
a1aecbb
zip_writer_test.cc: fix implicit integer truncation
by Nick Kralevich
· 6 years ago
a5c51db
zip_archive.cc: Use static cast instead of masking
by Nick Kralevich
· 6 years ago
0519f76
zip_archive.cc: fix ubsan false positive
by Nick Kralevich
· 6 years ago
92f5800
zip_writer.cc: update powerof2 and use it unconditionally
by Nick Kralevich
· 6 years ago
51bb3bb
Merge "libziparchive: add integer checks"
by Treehugger Robot
· 6 years ago
4c8bfd1
Merge "zip_archive.cc: delete android_errorWriteLog"
by Nick Kralevich
· 6 years ago
f214173
zip_archive.cc: delete android_errorWriteLog
by Nick Kralevich
· 6 years ago
57a41e7
entry_name_utils-inl.h: clear top bit before shifting
by Nick Kralevich
· 6 years ago
942c318
libziparchive: add integer checks
by Nick Kralevich
· 6 years ago
13371d5
Revert the explicit config, see topic
by Julien Desprez
· 6 years ago
9e9b9ed
Ziparchive: Give tests a test config
by Andreas Gampe
· 6 years ago
1275aff
zip_archive.cc: add O_CLOEXEC
by Nick Kralevich
· 6 years ago
4675267
Merge "TEST_MAPPING: add the rest of our actively maintained tests."
by Elliott Hughes
· 6 years ago
d587a64
Fix double closes in ziparchive tests.
by Josh Gao
· 6 years ago
d090128
switch to using android-base/file.h instead of android-base/test_utils.h
by Mark Salyzyn
· 6 years ago
d320390
TEST_MAPPING: add the rest of our actively maintained tests.
by Elliott Hughes
· 6 years ago
45662f7
libziparchive: use lseek directly.
by Elliott Hughes
· 6 years ago
ac1f303
Merge "Yet another Mac fix."
by Yuchao Zhou
· 6 years ago
ab3f535
Yet another Mac fix.
by Elliott Hughes
· 6 years ago
1e2d5a6
More Mac build fixes.
by Elliott Hughes
· 6 years ago
d2391dd
Add a simple MappedFile to libbase and switch fastboot and libziparchive over.
by Elliott Hughes
· 6 years ago
29cb90d
Merge "Change ZipArchiveHandle from void* to ZipArchive*"
by Ryan Prichard
· 6 years ago
4851a8a
Change ZipArchiveHandle from void* to ZipArchive*
by Ryan Prichard
· 6 years ago
e57bb00
Merge changes from topic "windows-libcxx"
by Pirama Arumuga Nainar
· 6 years ago
5aae6db
Add noexcept to move constructors and assignment operators.
by Chih-Hung Hsieh
· 7 years ago
0fc98ff
Do not enable -Wold-style-cast for Windows
by Pirama Arumuga Nainar
· 7 years ago
e4471bf
Merge "libziparchive: encode type in fdsan owner tag."
by Josh Gao
· 7 years ago
b691745
Reduce libziparchive internal hashtable memory size
by Zimuzo
· 7 years ago
1be4913
libziparchive: encode type in fdsan owner tag.
by Josh Gao
· 7 years ago
dc5d804
Make unzip available.
by Elliott Hughes
· 7 years ago
67cab53
Open zips using _wopen on windows.
by Ryan Mitchell
· 7 years ago
0cbe6b4
Merge changes from topic "looper_unique_fd" am: 7e7cefa2c7
by Josh Gao
· 7 years ago
3d07992
libziparchive: use fdsan in ZipArchive.
by Josh Gao
· 7 years ago
6f7326a
Shared libs are supported in recovery mode am: 011ee12b1d
by Jiyong Park
· 7 years ago
a6226c4
Shared libs are supported in recovery mode
by Jiyong Park
· 7 years ago
9cffb11
Merge "Make ziparchive-tests run standalone." am: c8a8771b6b am: e9f842142c
by Elliott Hughes
· 7 years ago
942820d
Make ziparchive-tests run standalone.
by Elliott Hughes
· 7 years ago
f5598ce
Merge "Mark libziparchive as double_loadable" am: a7112f4c9b am: b36004c96d
by Jiyong Park
· 7 years ago
904865b
Mark libziparchive as double_loadable
by Jiyong Park
· 7 years ago
c26e61d
Merge "Remove empty zip warning on host builds" am: fd42c09813 am: c9c0460e99
by Adam Lesinski
· 7 years ago
6339926
Remove empty zip warning on host builds
by Adam Lesinski
· 7 years ago
f1f1c0f
Merge "zip_archive: Fix a few more badly written tests." am: 93d344d98c
by Narayan Kamath
· 7 years ago
1791bcb
zip_archive: Fix a few more badly written tests.
by Narayan Kamath
· 7 years ago
419ac9c
Merge "Get rid of unneeded allocations in Extract...() APIs" am: 18f25d399e
by Narayan Kamath
· 7 years ago
172a063
Merge "zip_archive: Fix tests broken by 1f93d71022cca7bb6bb9eec49." am: 492de535c4
by Narayan Kamath
· 7 years ago
e1bb36d
Merge "Get rid of unneeded allocations in Extract...() APIs"
by Narayan Kamath
· 7 years ago
155a41f
zip_archive: Fix tests broken by 1f93d71022cca7bb6bb9eec49.
by Narayan Kamath
· 7 years ago
0807197
Get rid of unneeded allocations in Extract...() APIs
by Yurii Zubrytskyi
· 7 years ago
c5f1a39
Merge "BENCHMARK_MAIN now requires a semicolon." am: 981379b70f am: 64c59c23f3
by Elliott Hughes
· 7 years ago
7131d29
BENCHMARK_MAIN now requires a semicolon.
by Elliott Hughes
· 7 years ago
2a946c4
Merge "Add OWNERS." am: 3289b9c928 am: 515c8fe572
by Elliott Hughes
· 7 years ago
a0236c5
Merge "Add OWNERS."
by Elliott Hughes
· 7 years ago
6a1a51a
Add OWNERS.
by Elliott Hughes
· 7 years ago
ccfe04b
Merge "use std::hash instead of hashing byte by byte" am: aaa0bbce8e
by Elliott Hughes
· 7 years ago
211841c
Merge "use std::hash instead of hashing byte by byte" am: aaa0bbce8e
by Elliott Hughes
· 7 years ago
cb192fe
use std::hash instead of hashing byte by byte
by Sebastian Pop
· 7 years ago
32e9f4a
Merge commit 'a63ccea6abc7ea02e2d98e41c80793ca97237bd3' from
by Xin Li
· 7 years ago
6c9f259
resolve merge conflicts of 5ab03cb41 to oc-mr1-dev-plus-aosp
by Narayan Kamath
· 7 years ago
1cb78d3
zip_archive: Allow crc_out to be nullptr in Inflate.
by Narayan Kamath
· 7 years ago
e9f8570
Merge "fastboot should fail if it runs out of space while unzipping." am: b88aa023d4
by Elliott Hughes
· 7 years ago
dd7a0fa
Merge "fastboot should fail if it runs out of space while unzipping."
by Treehugger Robot
· 7 years ago
2d6fed2
fastboot should fail if it runs out of space while unzipping.
by Elliott Hughes
· 7 years ago
463690a
Merge "zip_archive: Make Inflate a public API." am: d2ea4471bc am: c72f5276fb
by Narayan Kamath
· 7 years ago
Next »