1. 40b52b2 Add close_file flag to OpenArchiveFd() by Dmitriy Ivanov · 11 years ago
  2. 044bc8e Reject zip archives whose entry names are not valid UTF-8. by Narayan Kamath · 11 years ago
  3. d0e6dc1 Libziparchive: Remove unused variable by Andreas Gampe · 11 years ago
  4. 70160f4 kill HAVE_PREAD by Yabin Cui · 11 years ago
  5. 8fd1f27 Merge "Reject zip archives with entry names containing \0." by Piotr Jastrzebski · 11 years ago
  6. 78271ba Reject zip archives with entry names containing \0. by Piotr Jastrzebski · 11 years ago
  7. 10aa9a0 Cleanup ziparchive by Piotr Jastrzebski · 11 years ago
  8. 8e08536 Fix win_sdk build by not using vector by Piotr Jastrzebski · 11 years ago
  9. ecccc5a Replace char* with ZipEntryName in ziparchive API. by Piotr Jastrzebski · 11 years ago
  10. bd0a748 Revert "Make sure that names of all entries have the same encoding." by Piotr Jastrzebski · 11 years ago
  11. 6a7f4bb Make sure that names of all entries have the same encoding. by Piotr Jastrzebski · 11 years ago
  12. 34e03bd Make a copy of a prefix param in StartIteration by Piotr Jastrzebski · 11 years ago
  13. 79c8b34 Add EndIteration method to free memory allocated by Piotr Jastrzebski · 11 years ago
  14. b1a113f Prevent the accidental closure of fd[0] for missing zip files. by Neil Fuller · 11 years ago
  15. 926973e Replace hand written offsets with structures. by Narayan Kamath · 11 years ago
  16. c00de56 Fix build. by Narayan Kamath · 11 years ago
  17. 4f6b499 Reject zip files that have trailing bytes after their CD. by Narayan Kamath · 11 years ago
  18. 96c5c99 libziparchive: off64_t is not int64_t (part deux) by Mark Salyzyn · 11 years ago
  19. 56a90a0 libziparchive: off64_t is not int64_t by Mark Salyzyn · 11 years ago
  20. 088bf90 libziparchive: 64 bit issues by Mark Salyzyn · 11 years ago
  21. 51d562d libziparchive: Turn on -Werror by Mark Salyzyn · 11 years ago
  22. 99ef991 libziparchive: 64 bit compile issues by Mark Salyzyn · 11 years ago
  23. 5f98b12 Add free to CloseArchive. by Mathieu Chartier · 11 years ago
  24. f4b0b79 Fix logging errors inside ALOGV by Colin Cross · 12 years ago
  25. 48953a1 Fix entry handling for 0 length entries. by Narayan Kamath · 12 years ago
  26. a1ff801 Change a debug log to a verbose log. by Narayan Kamath · 12 years ago
  27. 00a258c Fix ExtractEntryToFile. by Narayan Kamath · 12 years ago
  28. 7d92b7c Merge "Get rid of some log spam." by Narayan Kamath · 12 years ago
  29. f6a1965 Get rid of some log spam. by Narayan Kamath · 12 years ago
  30. eaf9885 Use FileMap from libcutil instead of rolling our own. by Narayan Kamath · 12 years ago
  31. 58aaf46 Add unit tests for libziparchive. by Narayan Kamath · 12 years ago
  32. eb41ad2 Fix return code for ended iteration. by Narayan Kamath · 12 years ago
  33. 7462f02 Unify zipfile implementations : Step 1. by Narayan Kamath · 12 years ago