1. cc92463 Support parsing of data descriptor by Tianjie · 4 years, 2 months ago
  2. 322a60b Avoid using data descriptors in ZIP files when possible. by Donald Chai · 5 years ago
  3. bb0e58f [zip] Save 1 malloc and memset for each added file in ZipWriter by Yurii Zubrytskyi · 5 years ago
  4. 5338b87 [zip] Change const char* to string_view in ZipWriter by Yurii Zubrytskyi · 5 years ago
  5. 5a5ffb5 Ziparchive: Enable -Wconversion by Andreas Gampe · 5 years ago
  6. 622f9b3 zip_writer.cc: update powerof2 and use it unconditionally by Nick Kralevich · 5 years ago
  7. 51cbbaa Add a simple MappedFile to libbase and switch fastboot and libziparchive over. by Elliott Hughes · 6 years ago
  8. bb79eac Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 6 years ago
  9. 6821cc8 Ran clang-format on libziparchive sources and headers by Jiyong Park · 7 years ago
  10. 253cc06 ZipWriter: Keep LFH and CFH in sync by Adam Lesinski · 7 years ago
  11. b635011 Merge "ZipWriter: Do not write DataDescriptor for STORED files" by Adam Lesinski · 7 years ago
  12. f61aaf4 ZipWriter: Do not write DataDescriptor for STORED files by Adam Lesinski · 7 years ago
  13. 48bd485 libziparchive: fix mac os breakage by Adam Lesinski · 7 years ago
  14. 2e216de libziparchive: Add ability to backup in ZipWriter by Adam Lesinski · 7 years ago
  15. df22776 Fix warnings in libziparchive by Colin Cross · 8 years ago
  16. 72082ab Allow setting an arbitrary alignment for an entry. by Christopher Ferris · 8 years ago
  17. fcc081f Fix bug in writing zips. by Christopher Ferris · 9 years ago
  18. a8d71d6 ZipWriter: archive disk numbers are 0 index based by Adam Lesinski · 9 years ago
  19. c322b43 Add deflate compression to ZipWriter by Adam Lesinski · 9 years ago
  20. 622f304 Implement ZipWriter for quickly writing ZipFiles. by Adam Lesinski · 9 years ago