1. 88d1cbf Fix integer overflow in FindEntry. by Elliott Hughes · 3 years, 4 months ago
  2. 77495e5 Make zip_archive.cc compatible with golang files. by Kelvin Zhang · 3 years, 9 months ago
  3. da618a3 Fix a bug when reading data descriptor by Kelvin Zhang · 3 years, 9 months ago
  4. e3977ec Allow ExtractToMemory to accept an empty buffer for empty entries by Tianjie · 4 years, 2 months ago
  5. 26ee1db Allow parsing zip entries larger than 4GiB by Tianjie · 4 years, 2 months ago
  6. cc92463 Support parsing of data descriptor by Tianjie · 4 years, 2 months ago
  7. 0eaec6c Fix integrity check when parsing zip64 eocd by Tianjie · 4 years, 2 months ago
  8. 30dd4c4 Merge "Implement the functions to parse zip64 structs" by Tianjie Xu · 4 years, 3 months ago
  9. 439a46f Implement the functions to parse zip64 structs by Tianjie · 4 years, 3 months ago
  10. 2884066 [libziparchive] add an option to start iteration with functor by Songchun Fan · 4 years, 3 months ago
  11. 0edeea9 Allow loading zip at an offset in fd by Ryan Mitchell · 4 years, 3 months ago
  12. 89d7973 Add std::map implementation for cd entry map by Tianjie Xu · 4 years, 3 months ago
  13. b59cc23 Fix SEGV in libziparchive with malformed zip file. by Elliott Hughes · 4 years, 6 months ago
  14. 47390fe ziparchive: add a std::string_view overload to Next. by Elliott Hughes · 5 years ago
  15. 21f9ab0 Add a std::string overload to Next. by Elliott Hughes · 5 years ago
  16. 4e78d05 libziparchive: start moving to a non-ZipString StartIteration API. by Elliott Hughes · 5 years ago
  17. 0b4bf2f libziparchive: report errors on over-long names. by Elliott Hughes · 5 years ago
  18. 5a5ffb5 Ziparchive: Enable -Wconversion by Andreas Gampe · 5 years ago
  19. 5eae29a Fix double closes in ziparchive tests. by Josh Gao · 6 years ago
  20. 7764b0d switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 6 years ago
  21. ce5bd8e libziparchive: use lseek directly. by Elliott Hughes · 6 years ago
  22. 51cbbaa Add a simple MappedFile to libbase and switch fastboot and libziparchive over. by Elliott Hughes · 6 years ago
  23. 4158831 Merge "Make ziparchive-tests run standalone." am: c8a8771b6b am: e9f842142c by Elliott Hughes · 6 years ago
  24. 2ddb3ae Make ziparchive-tests run standalone. by Elliott Hughes · 6 years ago
  25. 6782089 Merge "zip_archive: Fix a few more badly written tests." am: 93d344d98c by Narayan Kamath · 6 years ago
  26. 98f2d6b zip_archive: Fix a few more badly written tests. by Narayan Kamath · 6 years ago
  27. 5e246d1 Merge "zip_archive: Fix tests broken by 1f93d71022cca7bb6bb9eec49." am: 492de535c4 by Narayan Kamath · 6 years ago
  28. ced8959 zip_archive: Fix tests broken by 1f93d71022cca7bb6bb9eec49. by Narayan Kamath · 6 years ago
  29. 01b6393 resolve merge conflicts of 5ab03cb41 to oc-mr1-dev-plus-aosp by Narayan Kamath · 7 years ago
  30. 976e32f zip_archive: Allow crc_out to be nullptr in Inflate. by Narayan Kamath · 7 years ago
  31. 33a086d zip_archive: reject files that don't start with an LFH signature. by Narayan Kamath · 7 years ago
  32. 6821cc8 Ran clang-format on libziparchive sources and headers by Jiyong Park · 7 years ago
  33. 597bbea Check filename memory bound when parsing ziparchive by Tianjie Xu · 8 years ago
  34. 3e15f2d Fix out of bound access in libziparchive by Tianjie Xu · 8 years ago
  35. 3a5a93b zip_archive_test: compare error codes directly. by Narayan Kamath · 7 years ago
  36. 9775435 zip_archive: validate data descriptor contents. by Narayan Kamath · 7 years ago
  37. 484de54 Add functions in recovery/minzip to libziparchive by Tianjie Xu · 8 years ago
  38. 6f71fb7 libziparchive: port unit tests to darwin and windows. by Yabin Cui · 8 years ago
  39. 2b7daba Add a ZipArchiveStreamEntry class. by Christopher Ferris · 9 years ago
  40. 53039d6 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  41. 4063b24 libziparchive: fix calculation of mod_time. by beonit · 9 years ago
  42. 9882293 Rename ZipEntryName to ZipString by Yusuke Sato · 9 years ago
  43. 7514ba4 Add |optional_suffix| to StartIteration() by Yusuke Sato · 9 years ago
  44. 7e80ad0 Avoid mapping output to memory while writing to a file. by Narayan Kamath · 9 years ago
  45. 63fa931 libziparchive: fix issue with a directory with one file by Mykola Kondratenko · 10 years ago
  46. 84485cf Add close_file flag to OpenArchiveFd() by Dmitriy Ivanov · 10 years ago
  47. c7a3ce4 Replace char* with ZipEntryName in ziparchive API. by Piotr Jastrzebski · 10 years ago
  48. 29a4302 Prevent the accidental closure of fd[0] for missing zip files. by Neil Fuller · 10 years ago
  49. 38fa647 Replace hand written offsets with structures. by Narayan Kamath · 10 years ago
  50. 1685af4 Reject zip files that have trailing bytes after their CD. by Narayan Kamath · 10 years ago
  51. 16ca534 Fix host 64-bit build. by Ying Wang · 10 years ago
  52. 1ebe794 Fix entry handling for 0 length entries. by Narayan Kamath · 10 years ago
  53. 960a004 Fix ExtractEntryToFile. by Narayan Kamath · 10 years ago
  54. 2eafc2f Add unit tests for libziparchive. by Narayan Kamath · 10 years ago
  55. e1e8f71 Unify zipfile implementations : Step 1. by Narayan Kamath · 11 years ago