1. b75c9f3 Implement unzip -t. by Elliott Hughes · 3 years, 8 months ago
  2. 26ee1db Allow parsing zip entries larger than 4GiB by Tianjie · 4 years, 2 months ago
  3. cc92463 Support parsing of data descriptor by Tianjie · 4 years, 2 months ago
  4. 53a7ca0 Add definition for zip64 struct by Tianjie Xu · 4 years, 3 months ago
  5. 0edeea9 Allow loading zip at an offset in fd by Ryan Mitchell · 4 years, 3 months ago
  6. 91caafe Move the implementation of cd entry map to a separate file by Tianjie Xu · 4 years, 3 months ago
  7. 89d7973 Add std::map implementation for cd entry map by Tianjie Xu · 4 years, 3 months ago
  8. a5e894b Create an interface for the cd entry hash table by Tianjie Xu · 4 years, 3 months ago
  9. b59cc23 Fix SEGV in libziparchive with malformed zip file. by Elliott Hughes · 4 years, 6 months ago
  10. 62c2d53 libziparchive: add trivial fuzzer. by Elliott Hughes · 4 years, 8 months ago
  11. b92a93d Finally remove ZipString. by Elliott Hughes · 5 years ago
  12. 51cbbaa Add a simple MappedFile to libbase and switch fastboot and libziparchive over. by Elliott Hughes · 6 years ago
  13. a22210d Reduce libziparchive internal hashtable memory size by Zimuzo · 6 years ago
  14. cdd8082 libziparchive: use fdsan in ZipArchive. by Josh Gao · 6 years ago
  15. 0a5df0d zip_archive: generalize deflate method. by Narayan Kamath · 7 years ago
  16. 367ccf6 libziparchive: Use ReadAtOffset exclusively by Adam Lesinski · 7 years ago
  17. 6821cc8 Ran clang-format on libziparchive sources and headers by Jiyong Park · 7 years ago
  18. 3a5a93b zip_archive_test: compare error codes directly. by Narayan Kamath · 7 years ago
  19. 484de54 Add functions in recovery/minzip to libziparchive by Tianjie Xu · 8 years ago
  20. 2b7daba Add a ZipArchiveStreamEntry class. by Christopher Ferris · 9 years ago