1. b354dce Remove empty zip warning on host builds by Adam Lesinski · 6 years ago
  2. 834326c Get rid of unneeded allocations in Extract...() APIs by Yurii Zubrytskyi · 6 years ago
  3. bfb9679 Merge "use std::hash instead of hashing byte by byte" am: aaa0bbce8e by Elliott Hughes · 7 years ago
  4. 1f93d71 use std::hash instead of hashing byte by byte by Sebastian Pop · 7 years ago
  5. 23e27db Merge commit 'a63ccea6abc7ea02e2d98e41c80793ca97237bd3' from by Xin Li · 7 years ago
  6. 2d1e23f zip_archive: Allow crc_out to be nullptr in Inflate. by Narayan Kamath · 7 years ago
  7. b88aa02 Merge "fastboot should fail if it runs out of space while unzipping." by Treehugger Robot · 7 years ago
  8. 4089d34 fastboot should fail if it runs out of space while unzipping. by Elliott Hughes · 7 years ago
  9. 485b364 zip_archive: Make Inflate a public API. by Narayan Kamath · 7 years ago
  10. 8b8faed zip_archive: generalize deflate method. by Narayan Kamath · 7 years ago
  11. 8310613 Merge "zip_archive: reject files that don't start with an LFH signature." into oc-mr1-dev by Narayan Kamath · 7 years ago
  12. c1a56dc zip_archive: reject files that don't start with an LFH signature. by Narayan Kamath · 7 years ago
  13. de117e4 libziparchive: Use ReadAtOffset exclusively by Adam Lesinski · 7 years ago
  14. cd997e6 Ran clang-format on libziparchive sources and headers by Jiyong Park · 7 years ago
  15. 0fda1cf Fix out of bound read in libziparchive by Tianjie Xu · 7 years ago
  16. 9e020e2 Check filename memory bound when parsing ziparchive by Tianjie Xu · 8 years ago
  17. d1e9e7b Merge "zip_archive_test: compare error codes directly." by Narayan Kamath · 7 years ago
  18. 1ef9d2d zip_archive_test: compare error codes directly. by Narayan Kamath · 7 years ago
  19. 3e67944 Merge "Add libziparchive-based unzip." by Elliott Hughes · 7 years ago
  20. 162b705 zip_archive: validate data descriptor contents. by Narayan Kamath · 7 years ago
  21. 1d105aa libziparchive: verify that gpb flags match by Adam Lesinski · 7 years ago
  22. 55fd293 Add libziparchive-based unzip. by Elliott Hughes · 7 years ago
  23. d987c9d ZipWriter: Keep LFH and CFH in sync by Adam Lesinski · 7 years ago
  24. af2a885 Merge "ziparchive: Allow ExtractEntryToFile() to work with block device." by Tao Bao · 8 years ago
  25. a456c21 ziparchive: Allow ExtractEntryToFile() to work with block device. by Tao Bao · 8 years ago
  26. 8a7297a Merge "system/core: preparation to pull back interfaces from android/log.h" by Mark Salyzyn · 8 years ago
  27. cfd5b08 system/core: preparation to pull back interfaces from android/log.h by Mark Salyzyn · 8 years ago
  28. b2ca851 Merge "Add functions in recovery/minzip to libziparchive" am: 4bc51d1ea4 by Tianjie Xu · 8 years ago
  29. 18c2592 Add functions in recovery/minzip to libziparchive by Tianjie Xu · 8 years ago
  30. 206150b 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
  31. 6fb68bb 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
  32. 167562a Fix out of bound access in libziparchive am: 1ee4892e66 am: c24dd97654 by Tianjie Xu · 8 years ago
  33. ff2dcd9 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 8 years ago
  34. 1ee4892 Fix out of bound access in libziparchive by Tianjie Xu · 8 years ago
  35. 7c6c7f0 Fix warnings in libziparchive by Colin Cross · 8 years ago
  36. 388a65d Merge "zip_archive: Improve error message on fallocate failure." am: 704d818ec1 by Narayan Kamath · 8 years ago
  37. d5d7abe zip_archive: Improve error message on fallocate failure. by Narayan Kamath · 8 years ago
  38. b191140 libziparchive: ensure ReadAtOffset is atomic by Adam Lesinski · 8 years ago
  39. b2a7700 libziparchive: port unit tests to darwin and windows. by Yabin Cui · 8 years ago
  40. 8e6f722 libziparchive: port unit tests to darwin and windows. by Yabin Cui · 8 years ago
  41. e6884ce Add a ZipArchiveStreamEntry class. by Christopher Ferris · 9 years ago
  42. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  43. 0e99a2f libziparchive: fix calculation of mod_time. by beonit · 9 years ago
  44. ad4ad8c Implement ZipWriter for quickly writing ZipFiles. by Adam Lesinski · 9 years ago
  45. 0744754 Rename ZipEntryName to ZipString by Yusuke Sato · 9 years ago
  46. f1d3d3b Add |optional_suffix| to StartIteration() by Yusuke Sato · 9 years ago
  47. a4a8069 Add |optional_suffix| to StartIteration() by Yusuke Sato · 9 years ago
  48. e49236b Fix whitespace in debug logging. by Elliott Hughes · 9 years ago
  49. 71aebef libziparchive: fix fallocate failures by Badhri Jagan Sridharan · 9 years ago
  50. 67ab5d9 Use base::WriteFully in zip_archive. by Narayan Kamath · 9 years ago
  51. 4ba18cf libziparchive: fix clang build by Greg Hackmann · 9 years ago
  52. 785a128 Avoid mapping output to memory while writing to a file. by Narayan Kamath · 9 years ago
  53. a68d0d1 libziparchive: fix fallocate failures by Badhri Jagan Sridharan · 9 years ago
  54. e97e66e Use base::WriteFully in zip_archive. by Narayan Kamath · 9 years ago
  55. d6eac24 libziparchive: fix clang build by Greg Hackmann · 9 years ago
  56. f899bd5 Avoid mapping output to memory while writing to a file. by Narayan Kamath · 9 years ago
  57. e1d5a6a Reserve space on disk using fallocate by Łukasz Szymczyk · 9 years ago
  58. 1ae0764 Prevent unaligned read in libziparchive. by Dan Albert · 9 years ago
  59. 503cd6d libziparchive: fix extraction of >2GiB images by Greg Hackmann · 9 years ago
  60. 50afc15 libziparchive: fix issue with a directory with one file by Mykola Kondratenko · 10 years ago
  61. edbabfe Allocate buffers on the heap by Dmitriy Ivanov · 9 years ago
  62. 1f741e5 Remove some more gotos by Dmitriy Ivanov · 9 years ago
  63. f94e159 Reapply -Wold-style-cast by Dmitriy Ivanov · 9 years ago
  64. 3ea93da Remove some gotos by Dmitriy Ivanov · 9 years ago
  65. f4cb8e2 Cleanup old-style-cast warnings by Dmitriy Ivanov · 9 years ago
  66. 4b67f83 Remove unnecessary allocation of FileMaps by Dmitriy Ivanov · 9 years ago
  67. 6832a7a Remove useless refCounting from FileMap. by Narayan Kamath · 9 years ago
  68. 40b52b2 Add close_file flag to OpenArchiveFd() by Dmitriy Ivanov · 10 years ago
  69. 044bc8e Reject zip archives whose entry names are not valid UTF-8. by Narayan Kamath · 10 years ago
  70. d0e6dc1 Libziparchive: Remove unused variable by Andreas Gampe · 10 years ago
  71. 70160f4 kill HAVE_PREAD by Yabin Cui · 10 years ago
  72. 0c1b894 Reject zip archives with entry names containing \0. by Piotr Jastrzebski · 10 years ago
  73. 8fd1f27 Merge "Reject zip archives with entry names containing \0." by Piotr Jastrzebski · 10 years ago
  74. 78271ba Reject zip archives with entry names containing \0. by Piotr Jastrzebski · 10 years ago
  75. 10aa9a0 Cleanup ziparchive by Piotr Jastrzebski · 10 years ago
  76. 8e08536 Fix win_sdk build by not using vector by Piotr Jastrzebski · 10 years ago
  77. ecccc5a Replace char* with ZipEntryName in ziparchive API. by Piotr Jastrzebski · 10 years ago
  78. bd0a748 Revert "Make sure that names of all entries have the same encoding." by Piotr Jastrzebski · 10 years ago
  79. 6a7f4bb Make sure that names of all entries have the same encoding. by Piotr Jastrzebski · 10 years ago
  80. 34e03bd Make a copy of a prefix param in StartIteration by Piotr Jastrzebski · 10 years ago
  81. 79c8b34 Add EndIteration method to free memory allocated by Piotr Jastrzebski · 10 years ago
  82. 0047368 Prevent the accidental closure of fd[0] for missing zip files. by Neil Fuller · 10 years ago
  83. b1a113f Prevent the accidental closure of fd[0] for missing zip files. by Neil Fuller · 10 years ago
  84. 926973e Replace hand written offsets with structures. by Narayan Kamath · 10 years ago
  85. c00de56 Fix build. by Narayan Kamath · 10 years ago
  86. 4f6b499 Reject zip files that have trailing bytes after their CD. by Narayan Kamath · 10 years ago
  87. 96c5c99 libziparchive: off64_t is not int64_t (part deux) by Mark Salyzyn · 10 years ago
  88. 56a90a0 libziparchive: off64_t is not int64_t by Mark Salyzyn · 10 years ago
  89. 088bf90 libziparchive: 64 bit issues by Mark Salyzyn · 10 years ago
  90. 51d562d libziparchive: Turn on -Werror by Mark Salyzyn · 10 years ago
  91. 99ef991 libziparchive: 64 bit compile issues by Mark Salyzyn · 10 years ago
  92. 5f98b12 Add free to CloseArchive. by Mathieu Chartier · 10 years ago
  93. f4b0b79 Fix logging errors inside ALOGV by Colin Cross · 10 years ago
  94. 48953a1 Fix entry handling for 0 length entries. by Narayan Kamath · 10 years ago
  95. a1ff801 Change a debug log to a verbose log. by Narayan Kamath · 10 years ago
  96. 00a258c Fix ExtractEntryToFile. by Narayan Kamath · 10 years ago
  97. 7d92b7c Merge "Get rid of some log spam." by Narayan Kamath · 10 years ago
  98. f6a1965 Get rid of some log spam. by Narayan Kamath · 10 years ago
  99. eaf9885 Use FileMap from libcutil instead of rolling our own. by Narayan Kamath · 10 years ago
  100. 58aaf46 Add unit tests for libziparchive. by Narayan Kamath · 11 years ago