Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
d2fd54e0ffb377ec07f5fc87907356644ec0fdf6
/
libziparchive
f8e96ea
Merge "add a performance benchmark for libziparchive"
by Treehugger Robot
· 7 years ago
0a94c56
add a performance benchmark for libziparchive
by Sebastian Pop
· 7 years ago
2c87bcc
Mark libziparchive vendor_available.
by Jayant Chowdhary
· 7 years ago
d987c9d
ZipWriter: Keep LFH and CFH in sync
by Adam Lesinski
· 8 years ago
47f5581
Merge "ZipWriter: Do not write DataDescriptor for STORED files"
by Adam Lesinski
· 8 years ago
e2fa70b
ZipWriter: Do not write DataDescriptor for STORED files
by Adam Lesinski
· 8 years ago
b02d690
libziparchive: fix mac os breakage
by Adam Lesinski
· 8 years ago
537713b
libziparchive: Add ability to backup in ZipWriter
by Adam Lesinski
· 8 years ago
30f991f
liblog: use log/log.h when utilizing ALOG macros
by Mark Salyzyn
· 8 years ago
4bf9c82
Merge "Use shared lib of libutils, libz and libbase."
by Treehugger Robot
· 8 years ago
86e80b9
Use shared lib of libutils, libz and libbase.
by Jaekyun Seok
· 8 years ago
3081c5e
libziparchive: use _FILE_OFFSET_BITS=64
by Christian Poetzsch
· 8 years ago
69b0123
Enable libbase/libutils/libziparchive on host bionic am: ab34b47b35
by Dan Willemsen
· 8 years ago
ab34b47
Enable libbase/libutils/libziparchive on host bionic
by Dan Willemsen
· 8 years ago
af2a885
Merge "ziparchive: Allow ExtractEntryToFile() to work with block device."
by Tao Bao
· 8 years ago
a456c21
ziparchive: Allow ExtractEntryToFile() to work with block device.
by Tao Bao
· 8 years ago
8a7297a
Merge "system/core: preparation to pull back interfaces from android/log.h"
by Mark Salyzyn
· 8 years ago
cfd5b08
system/core: preparation to pull back interfaces from android/log.h
by Mark Salyzyn
· 8 years ago
b2ca851
Merge "Add functions in recovery/minzip to libziparchive" am: 4bc51d1ea4
by Tianjie Xu
· 8 years ago
18c2592
Add functions in recovery/minzip to libziparchive
by Tianjie Xu
· 8 years ago
206150b
Fix out of bound access in libziparchive am: 1ee4892e66 am: c24dd97654 am: 8788591224 am: 167562aa76 am: 398adf9b55 am: 680c3f1dc4 am: f0ce69815f
by Tianjie Xu
· 8 years ago
6fb68bb
Fix out of bound access in libziparchive am: 1ee4892e66 am: c24dd97654 am: 8788591224 am: 167562aa76 am: 398adf9b55 am: 680c3f1dc4
by Tianjie Xu
· 8 years ago
167562a
Fix out of bound access in libziparchive am: 1ee4892e66 am: c24dd97654
by Tianjie Xu
· 8 years ago
ff2dcd9
system/core Replace log/log.h with android/log.h
by Mark Salyzyn
· 8 years ago
1ee4892
Fix out of bound access in libziparchive
by Tianjie Xu
· 8 years ago
7c6c7f0
Fix warnings in libziparchive
by Colin Cross
· 8 years ago
388a65d
Merge "zip_archive: Improve error message on fallocate failure." am: 704d818ec1
by Narayan Kamath
· 8 years ago
d5d7abe
zip_archive: Improve error message on fallocate failure.
by Narayan Kamath
· 8 years ago
2fedbf7
resolve merge conflicts of 41e82a3 to stage-aosp-master
by Colin Cross
· 8 years ago
45566ba
Convert libziparchive from Android.mk to Android.bp
by Colin Cross
· 8 years ago
63eca85
Merge "Fix google-explicit-constructor warnings." am: e1d5c25 am: e641a2f
by Chih-hung Hsieh
· 9 years ago
3a114e0
Fix google-explicit-constructor warnings.
by Chih-Hung Hsieh
· 9 years ago
b191140
libziparchive: ensure ReadAtOffset is atomic
by Adam Lesinski
· 9 years ago
b2a7700
libziparchive: port unit tests to darwin and windows.
by Yabin Cui
· 9 years ago
8e6f722
libziparchive: port unit tests to darwin and windows.
by Yabin Cui
· 9 years ago
5e9f3d4
Allow setting an arbitrary alignment for an entry.
by Christopher Ferris
· 9 years ago
e6884ce
Add a ZipArchiveStreamEntry class.
by Christopher Ferris
· 9 years ago
4f71319
Track rename of base/ to android-base/.
by Elliott Hughes
· 9 years ago
a2a32b0
Fix bug in writing zips.
by Christopher Ferris
· 9 years ago
25322ee
Merge "ZipWriter: archive disk numbers are 0 index based"
by Adam Lesinski
· 9 years ago
ac60abd
Merge "Add deflate compression to ZipWriter"
by Adam Lesinski
· 9 years ago
0e99a2f
libziparchive: fix calculation of mod_time.
by beonit
· 9 years ago
044c790
ZipWriter: archive disk numbers are 0 index based
by Adam Lesinski
· 9 years ago
591fd39
Add deflate compression to ZipWriter
by Adam Lesinski
· 9 years ago
ad4ad8c
Implement ZipWriter for quickly writing ZipFiles.
by Adam Lesinski
· 9 years ago
87a419c
Remove USE_MINGW/CYGWIN; Whitelist windows modules
by Dan Willemsen
· 9 years ago
953314f
Fix ODR issues in ART.
by Evgenii Stepanov
· 9 years ago
0744754
Rename ZipEntryName to ZipString
by Yusuke Sato
· 9 years ago
f1d3d3b
Add |optional_suffix| to StartIteration()
by Yusuke Sato
· 9 years ago
a4a8069
Add |optional_suffix| to StartIteration()
by Yusuke Sato
· 9 years ago
e49236b
Fix whitespace in debug logging.
by Elliott Hughes
· 9 years ago
71aebef
libziparchive: fix fallocate failures
by Badhri Jagan Sridharan
· 9 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
a68d0d1
libziparchive: fix fallocate failures
by Badhri Jagan Sridharan
· 9 years ago
a8cc208
Revert "Fix ODR issues in ART."
by Evgeniy Stepanov
· 9 years ago
2148a12
Fix ODR issues in ART.
by Evgenii Stepanov
· 9 years ago
e97e66e
Use base::WriteFully in zip_archive.
by Narayan Kamath
· 10 years ago
d6eac24
libziparchive: fix clang build
by Greg Hackmann
· 10 years ago
f899bd5
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
· 10 years ago
1ae0764
Prevent unaligned read in libziparchive.
by Dan Albert
· 10 years ago
bcc2b5f
Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed.
by Elliott Hughes
· 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
· 10 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
34d1b0f
Fix build: Remove -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
· 10 years ago
3f5bba5
Merge "Reject zip archives whose entry names are not valid UTF-8."
by Narayan Kamath
· 10 years ago
044bc8e
Reject zip archives whose entry names are not valid UTF-8.
by Narayan Kamath
· 10 years ago
f732373
Clean up libziparchive Android.mk
by Trevor Drake
· 10 years ago
d0e6dc1
Libziparchive: Remove unused variable
by Andreas Gampe
· 10 years ago
70160f4
kill HAVE_PREAD
by Yabin Cui
· 10 years ago
5fc8f68
am 7a92d20e: Merge "Clean up some test makefiles."
by Dan Albert
· 10 years ago
27d166c
Clean up some test makefiles.
by Dan Albert
· 10 years ago
8dac355
am b968d5c8: Merge "Add shared library version of libziparchive."
by Ian Rogers
· 10 years ago
40ac96c
Add shared library version of libziparchive.
by Ian Rogers
· 10 years ago
0c7ad12
am cd1da4e0: Fix toolchain issue for windows build of libziparchive.
by Xavier Ducrohet
· 10 years ago
cd1da4e
Fix toolchain issue for windows build of libziparchive.
by Xavier Ducrohet
· 10 years ago
0c1b894
Reject zip archives with entry names containing \0.
by Piotr Jastrzebski
· 10 years ago
8fd1f27
Merge "Reject zip archives with entry names containing \0."
by Piotr Jastrzebski
· 10 years ago
78271ba
Reject zip archives with entry names containing \0.
by Piotr Jastrzebski
· 10 years ago
10aa9a0
Cleanup ziparchive
by Piotr Jastrzebski
· 10 years ago
8e08536
Fix win_sdk build by not using vector
by Piotr Jastrzebski
· 10 years ago
ecccc5a
Replace char* with ZipEntryName in ziparchive API.
by Piotr Jastrzebski
· 10 years ago
bd0a748
Revert "Make sure that names of all entries have the same encoding."
by Piotr Jastrzebski
· 10 years ago
6a7f4bb
Make sure that names of all entries have the same encoding.
by Piotr Jastrzebski
· 10 years ago
34e03bd
Make a copy of a prefix param in StartIteration
by Piotr Jastrzebski
· 10 years ago
79c8b34
Add EndIteration method to free memory allocated
by Piotr Jastrzebski
· 10 years ago
0047368
Prevent the accidental closure of fd[0] for missing zip files.
by Neil Fuller
· 10 years ago
e91d9d8
Merge "Prevent the accidental closure of fd[0] for missing zip files."
by Neil Fuller
· 10 years ago
b1a113f
Prevent the accidental closure of fd[0] for missing zip files.
by Neil Fuller
· 10 years ago
06fce9d
Update makefiles for host clang.
by Tim Murray
· 10 years ago
Next »