1. 3c793c4 [incfs] SIGBUS handling in libziparchive by Yurii Zubrytskyi · 3 years, 4 months ago
  2. 88d1cbf Fix integer overflow in FindEntry. by Elliott Hughes · 3 years, 4 months ago
  3. b75c9f3 Implement unzip -t. by Elliott Hughes · 3 years, 9 months ago
  4. 77495e5 Make zip_archive.cc compatible with golang files. by Kelvin Zhang · 3 years, 9 months ago
  5. da618a3 Fix a bug when reading data descriptor by Kelvin Zhang · 3 years, 9 months ago
  6. 27d0eaa Changes for #inclusivefixit. by Elliott Hughes · 3 years, 11 months ago
  7. 1506863 Handle the invalid timestamp in zipfile by Tianjie · 4 years, 2 months ago
  8. 41cf173 Fix the boundary check when parsing sizes in zip64 extended field by Tianjie · 4 years, 2 months ago
  9. e75a3e1 [zip] Stop calculating crc if it's not checked by Yurii Zubrytskyi · 4 years, 2 months ago
  10. e3977ec Allow ExtractToMemory to accept an empty buffer for empty entries by Tianjie · 4 years, 2 months ago
  11. 26ee1db Allow parsing zip entries larger than 4GiB by Tianjie · 4 years, 2 months ago
  12. cc92463 Support parsing of data descriptor by Tianjie · 4 years, 3 months ago
  13. 0eaec6c Fix integrity check when parsing zip64 eocd by Tianjie · 4 years, 3 months ago
  14. 30dd4c4 Merge "Implement the functions to parse zip64 structs" by Tianjie Xu · 4 years, 3 months ago
  15. 439a46f Implement the functions to parse zip64 structs by Tianjie · 4 years, 3 months ago
  16. 2884066 [libziparchive] add an option to start iteration with functor by Songchun Fan · 4 years, 3 months ago
  17. 53a7ca0 Add definition for zip64 struct by Tianjie Xu · 4 years, 3 months ago
  18. 0edeea9 Allow loading zip at an offset in fd by Ryan Mitchell · 4 years, 3 months ago
  19. 8cdfb16 libziparchive: move the array of error strings into the implementation. by Elliott Hughes · 4 years, 3 months ago
  20. 91caafe Move the implementation of cd entry map to a separate file by Tianjie Xu · 4 years, 3 months ago
  21. 89d7973 Add std::map implementation for cd entry map by Tianjie Xu · 4 years, 3 months ago
  22. a5e894b Create an interface for the cd entry hash table by Tianjie Xu · 4 years, 3 months ago
  23. b59cc23 Fix SEGV in libziparchive with malformed zip file. by Elliott Hughes · 4 years, 6 months ago
  24. 344113b zipinfo: support DOS attributes. by Elliott Hughes · 4 years, 8 months ago
  25. dcd3f92 libziparchive: add zipinfo(1). by Elliott Hughes · 4 years, 8 months ago
  26. 62c2d53 libziparchive: add trivial fuzzer. by Elliott Hughes · 4 years, 8 months ago
  27. b92a93d Finally remove ZipString. by Elliott Hughes · 5 years ago
  28. 47390fe ziparchive: add a std::string_view overload to Next. by Elliott Hughes · 5 years ago
  29. 21f9ab0 Add a std::string overload to Next. by Elliott Hughes · 5 years ago
  30. 76e11c0 libziparchive: remove now-unused StartIteration overload. by Elliott Hughes · 5 years ago
  31. 4e78d05 libziparchive: start moving to a non-ZipString StartIteration API. by Elliott Hughes · 5 years ago
  32. c640ea9 libziparchive: remove now-unused FindEntry overload. by Elliott Hughes · 5 years ago
  33. 0b4bf2f libziparchive: report errors on over-long names. by Elliott Hughes · 5 years ago
  34. 8b978fc Merge "Ziparchive: Enable -Wconversion" by Treehugger Robot · 5 years ago
  35. 5a5ffb5 Ziparchive: Enable -Wconversion by Andreas Gampe · 5 years ago
  36. 8e0c066 zip_archive.cc: Use static cast instead of masking by Nick Kralevich · 5 years ago
  37. a0c9d18 zip_archive.cc: fix ubsan false positive by Nick Kralevich · 5 years ago
  38. 904607d zip_archive.cc: delete android_errorWriteLog by Nick Kralevich · 5 years ago
  39. f769747 zip_archive.cc: add O_CLOEXEC by Nick Kralevich · 5 years ago
  40. 821e732 Yet another Mac fix. by Elliott Hughes · 6 years ago
  41. 51cbbaa Add a simple MappedFile to libbase and switch fastboot and libziparchive over. by Elliott Hughes · 6 years ago
  42. 30236a1 Change ZipArchiveHandle from void* to ZipArchive* by Ryan Prichard · 6 years ago
  43. bb79eac Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 6 years ago
  44. 2b5f210 Merge "libziparchive: encode type in fdsan owner tag." by Josh Gao · 6 years ago
  45. a22210d Reduce libziparchive internal hashtable memory size by Zimuzo · 6 years ago
  46. 6946b3c libziparchive: encode type in fdsan owner tag. by Josh Gao · 6 years ago
  47. 58fe33b Open zips using _wopen on windows. by Ryan Mitchell · 6 years ago
  48. cdd8082 libziparchive: use fdsan in ZipArchive. by Josh Gao · 6 years ago
  49. 9b770a4 Remove empty zip warning on host builds by Adam Lesinski · 6 years ago
  50. a09d7fc Get rid of unneeded allocations in Extract...() APIs by Yurii Zubrytskyi · 6 years ago
  51. e74e53a Merge "use std::hash instead of hashing byte by byte" am: aaa0bbce8e by Elliott Hughes · 7 years ago
  52. 2ea7e59 use std::hash instead of hashing byte by byte by Sebastian Pop · 7 years ago
  53. 534a2a2 Merge commit 'a63ccea6abc7ea02e2d98e41c80793ca97237bd3' from by Xin Li · 7 years ago
  54. 976e32f zip_archive: Allow crc_out to be nullptr in Inflate. by Narayan Kamath · 7 years ago
  55. 1cf9c06 Merge "fastboot should fail if it runs out of space while unzipping." by Treehugger Robot · 7 years ago
  56. 20ac59d fastboot should fail if it runs out of space while unzipping. by Elliott Hughes · 7 years ago
  57. b73a5a8 zip_archive: Make Inflate a public API. by Narayan Kamath · 7 years ago
  58. 0a5df0d zip_archive: generalize deflate method. by Narayan Kamath · 7 years ago
  59. 6b68005 Merge "zip_archive: reject files that don't start with an LFH signature." into oc-mr1-dev by Narayan Kamath · 7 years ago
  60. 33a086d zip_archive: reject files that don't start with an LFH signature. by Narayan Kamath · 7 years ago
  61. 367ccf6 libziparchive: Use ReadAtOffset exclusively by Adam Lesinski · 7 years ago
  62. 6821cc8 Ran clang-format on libziparchive sources and headers by Jiyong Park · 7 years ago
  63. 91810b5 Fix out of bound read in libziparchive by Tianjie Xu · 7 years ago
  64. 597bbea Check filename memory bound when parsing ziparchive by Tianjie Xu · 8 years ago
  65. 87316cf Merge "zip_archive_test: compare error codes directly." by Narayan Kamath · 7 years ago
  66. 3a5a93b zip_archive_test: compare error codes directly. by Narayan Kamath · 7 years ago
  67. 3272063 Merge "Add libziparchive-based unzip." by Elliott Hughes · 7 years ago
  68. 9775435 zip_archive: validate data descriptor contents. by Narayan Kamath · 7 years ago
  69. 9a25405 libziparchive: verify that gpb flags match by Adam Lesinski · 7 years ago
  70. 6702cef Add libziparchive-based unzip. by Elliott Hughes · 7 years ago
  71. 253cc06 ZipWriter: Keep LFH and CFH in sync by Adam Lesinski · 7 years ago
  72. 5469087 Merge "ziparchive: Allow ExtractEntryToFile() to work with block device." by Tao Bao · 8 years ago
  73. dfb8816 ziparchive: Allow ExtractEntryToFile() to work with block device. by Tao Bao · 8 years ago
  74. 9397d84 Merge "system/core: preparation to pull back interfaces from android/log.h" by Mark Salyzyn · 8 years ago
  75. 43344b1 system/core: preparation to pull back interfaces from android/log.h by Mark Salyzyn · 8 years ago
  76. 0881bba Merge "Add functions in recovery/minzip to libziparchive" am: 4bc51d1ea4 by Tianjie Xu · 8 years ago
  77. 484de54 Add functions in recovery/minzip to libziparchive by Tianjie Xu · 8 years ago
  78. 90348cf 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
  79. 98916f7 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
  80. 3ece04c Fix out of bound access in libziparchive am: 1ee4892e66 am: c24dd97654 by Tianjie Xu · 8 years ago
  81. e101ab9 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 8 years ago
  82. 3bca82b Fix out of bound access in libziparchive by Tianjie Xu · 8 years ago
  83. df22776 Fix warnings in libziparchive by Colin Cross · 8 years ago
  84. 135eb1f Merge "zip_archive: Improve error message on fallocate failure." am: 704d818ec1 by Narayan Kamath · 8 years ago
  85. 2c8879c zip_archive: Improve error message on fallocate failure. by Narayan Kamath · 8 years ago
  86. de57773 libziparchive: ensure ReadAtOffset is atomic by Adam Lesinski · 8 years ago
  87. f0620f2 libziparchive: port unit tests to darwin and windows. by Yabin Cui · 8 years ago
  88. 6f71fb7 libziparchive: port unit tests to darwin and windows. by Yabin Cui · 8 years ago
  89. 2b7daba Add a ZipArchiveStreamEntry class. by Christopher Ferris · 9 years ago
  90. 53039d6 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  91. 4063b24 libziparchive: fix calculation of mod_time. by beonit · 9 years ago
  92. 622f304 Implement ZipWriter for quickly writing ZipFiles. by Adam Lesinski · 9 years ago
  93. 9882293 Rename ZipEntryName to ZipString by Yusuke Sato · 9 years ago
  94. 7514ba4 Add |optional_suffix| to StartIteration() by Yusuke Sato · 9 years ago
  95. 815f4f9 Add |optional_suffix| to StartIteration() by Yusuke Sato · 9 years ago
  96. 4f7ee7f Fix whitespace in debug logging. by Elliott Hughes · 9 years ago
  97. c099fc0 libziparchive: fix fallocate failures by Badhri Jagan Sridharan · 9 years ago
  98. 52d2739 Use base::WriteFully in zip_archive. by Narayan Kamath · 9 years ago
  99. 2f9d3e3 libziparchive: fix clang build by Greg Hackmann · 9 years ago
  100. 46ebb5e Avoid mapping output to memory while writing to a file. by Narayan Kamath · 9 years ago