1. 8d6a0ec Set apex_available property by Jiyong Park · 5 years ago
  2. c90faeb Handle the invalid timestamp in zipfile by Tianjie · 5 years ago
  3. a8290b0 [zip] Stop calculating crc if it's not checked by Yurii Zubrytskyi · 5 years ago
  4. 7142da7 Allow loading zip at an offset in fd by Ryan Mitchell · 5 years ago
  5. e67cb31 Merge "Fix SEGV in libziparchive with malformed zip file." by Elliott Hughes · 5 years ago
  6. 9756bbf Fix SEGV in libziparchive with malformed zip file. by Elliott Hughes · 5 years ago
  7. f96247c Rename unzip.cpp to ziptool.cpp. by Elliott Hughes · 5 years ago
  8. c310cf6 cli-test: a tool for testing command-line programs. by Elliott Hughes · 5 years ago
  9. 1f275c5 ziptool: fix unknown long options. by Elliott Hughes · 5 years ago
  10. f2e1393 libziparchive: fix -Wimplicit-int-float-conversion by Nick Desaulniers · 5 years ago
  11. 32e2f96 unzip/zipinfo: use float percentages like the RI. by Elliott Hughes · 5 years ago
  12. 42c967e Merge "ziparchive: add a corpus for the fuzzer." by Treehugger Robot · 5 years ago
  13. 6ff99e2 ziparchive: add a corpus for the fuzzer. by Elliott Hughes · 5 years ago
  14. 1b1cbd6 Darwin: include <libgen.h> for basename(3). by Elliott Hughes · 5 years ago
  15. 5a7302e unzip: fix Mac build. by Elliott Hughes · 5 years ago
  16. a7021df unzip: add -Z for "zipinfo mode". by Elliott Hughes · 5 years ago
  17. c99b90b zipinfo: support DOS attributes. by Elliott Hughes · 5 years ago
  18. d48d051 libziparchive: add zipinfo(1). by Elliott Hughes · 5 years ago
  19. 3460aa6 libziparchive: add trivial fuzzer. by Elliott Hughes · 5 years ago
  20. 1eadf2c Avoid using data descriptors in ZIP files when possible. by Donald Chai · 6 years ago
  21. d3de490 Merge "Finally remove ZipString." by Elliott Hughes · 6 years ago
  22. d941de1 Finally remove ZipString. by Elliott Hughes · 6 years ago
  23. c660274 [zip] Save 1 malloc and memset for each added file in ZipWriter by Yurii Zubrytskyi · 6 years ago
  24. 549bdb9 [zip] Change const char* to string_view in ZipWriter by Yurii Zubrytskyi · 6 years ago
  25. 7b3c6d0 ziparchive: add a std::string_view overload to Next. by Elliott Hughes · 6 years ago
  26. 4bef3e9 Add a std::string overload to Next. by Elliott Hughes · 6 years ago
  27. 8c1e878 libziparchive: remove now-unused StartIteration overload. by Elliott Hughes · 6 years ago
  28. b8ddccd libziparchive: start moving to a non-ZipString StartIteration API. by Elliott Hughes · 6 years ago
  29. 558134c Merge "libziparchive: remove now-unused FindEntry overload." by Elliott Hughes · 6 years ago
  30. 9bf97e6 Merge "Enable native_bridge_support" by Dimitry Ivanov · 6 years ago
  31. 85814a6 libziparchive: remove now-unused FindEntry overload. by Elliott Hughes · 6 years ago
  32. 5a58331 Enable native_bridge_support by dimitry · 6 years ago
  33. cc7441f libziparchive: report errors on over-long names. by Elliott Hughes · 6 years ago
  34. 76f907c Merge "Ziparchive: Enable -Wconversion" by Treehugger Robot · 6 years ago
  35. 2d22453 unzip: support shell globs in include/exclude lists. by Elliott Hughes · 6 years ago
  36. ebf2161 Merge "zip_archive.cc: Use static cast instead of masking" by Nick Kralevich · 6 years ago
  37. 06ffa1b Ziparchive: Enable -Wconversion by Andreas Gampe · 6 years ago
  38. a1aecbb zip_writer_test.cc: fix implicit integer truncation by Nick Kralevich · 6 years ago
  39. a5c51db zip_archive.cc: Use static cast instead of masking by Nick Kralevich · 6 years ago
  40. 0519f76 zip_archive.cc: fix ubsan false positive by Nick Kralevich · 6 years ago
  41. 92f5800 zip_writer.cc: update powerof2 and use it unconditionally by Nick Kralevich · 6 years ago
  42. 51bb3bb Merge "libziparchive: add integer checks" by Treehugger Robot · 6 years ago
  43. 4c8bfd1 Merge "zip_archive.cc: delete android_errorWriteLog" by Nick Kralevich · 6 years ago
  44. f214173 zip_archive.cc: delete android_errorWriteLog by Nick Kralevich · 6 years ago
  45. 57a41e7 entry_name_utils-inl.h: clear top bit before shifting by Nick Kralevich · 6 years ago
  46. 942c318 libziparchive: add integer checks by Nick Kralevich · 6 years ago
  47. 13371d5 Revert the explicit config, see topic by Julien Desprez · 6 years ago
  48. 9e9b9ed Ziparchive: Give tests a test config by Andreas Gampe · 6 years ago
  49. 1275aff zip_archive.cc: add O_CLOEXEC by Nick Kralevich · 6 years ago
  50. 4675267 Merge "TEST_MAPPING: add the rest of our actively maintained tests." by Elliott Hughes · 6 years ago
  51. d587a64 Fix double closes in ziparchive tests. by Josh Gao · 6 years ago
  52. d090128 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 6 years ago
  53. d320390 TEST_MAPPING: add the rest of our actively maintained tests. by Elliott Hughes · 6 years ago
  54. 45662f7 libziparchive: use lseek directly. by Elliott Hughes · 6 years ago
  55. ac1f303 Merge "Yet another Mac fix." by Yuchao Zhou · 6 years ago
  56. ab3f535 Yet another Mac fix. by Elliott Hughes · 6 years ago
  57. 1e2d5a6 More Mac build fixes. by Elliott Hughes · 6 years ago
  58. d2391dd Add a simple MappedFile to libbase and switch fastboot and libziparchive over. by Elliott Hughes · 6 years ago
  59. 29cb90d Merge "Change ZipArchiveHandle from void* to ZipArchive*" by Ryan Prichard · 6 years ago
  60. 4851a8a Change ZipArchiveHandle from void* to ZipArchive* by Ryan Prichard · 6 years ago
  61. e57bb00 Merge changes from topic "windows-libcxx" by Pirama Arumuga Nainar · 6 years ago
  62. 5aae6db Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 7 years ago
  63. 0fc98ff Do not enable -Wold-style-cast for Windows by Pirama Arumuga Nainar · 7 years ago
  64. e4471bf Merge "libziparchive: encode type in fdsan owner tag." by Josh Gao · 7 years ago
  65. b691745 Reduce libziparchive internal hashtable memory size by Zimuzo · 7 years ago
  66. 1be4913 libziparchive: encode type in fdsan owner tag. by Josh Gao · 7 years ago
  67. dc5d804 Make unzip available. by Elliott Hughes · 7 years ago
  68. 67cab53 Open zips using _wopen on windows. by Ryan Mitchell · 7 years ago
  69. 0cbe6b4 Merge changes from topic "looper_unique_fd" am: 7e7cefa2c7 by Josh Gao · 7 years ago
  70. 3d07992 libziparchive: use fdsan in ZipArchive. by Josh Gao · 7 years ago
  71. 6f7326a Shared libs are supported in recovery mode am: 011ee12b1d by Jiyong Park · 7 years ago
  72. a6226c4 Shared libs are supported in recovery mode by Jiyong Park · 7 years ago
  73. 9cffb11 Merge "Make ziparchive-tests run standalone." am: c8a8771b6b am: e9f842142c by Elliott Hughes · 7 years ago
  74. 942820d Make ziparchive-tests run standalone. by Elliott Hughes · 7 years ago
  75. f5598ce Merge "Mark libziparchive as double_loadable" am: a7112f4c9b am: b36004c96d by Jiyong Park · 7 years ago
  76. 904865b Mark libziparchive as double_loadable by Jiyong Park · 7 years ago
  77. c26e61d Merge "Remove empty zip warning on host builds" am: fd42c09813 am: c9c0460e99 by Adam Lesinski · 7 years ago
  78. 6339926 Remove empty zip warning on host builds by Adam Lesinski · 7 years ago
  79. f1f1c0f Merge "zip_archive: Fix a few more badly written tests." am: 93d344d98c by Narayan Kamath · 7 years ago
  80. 1791bcb zip_archive: Fix a few more badly written tests. by Narayan Kamath · 7 years ago
  81. 419ac9c Merge "Get rid of unneeded allocations in Extract...() APIs" am: 18f25d399e by Narayan Kamath · 7 years ago
  82. 172a063 Merge "zip_archive: Fix tests broken by 1f93d71022cca7bb6bb9eec49." am: 492de535c4 by Narayan Kamath · 7 years ago
  83. e1bb36d Merge "Get rid of unneeded allocations in Extract...() APIs" by Narayan Kamath · 7 years ago
  84. 155a41f zip_archive: Fix tests broken by 1f93d71022cca7bb6bb9eec49. by Narayan Kamath · 7 years ago
  85. 0807197 Get rid of unneeded allocations in Extract...() APIs by Yurii Zubrytskyi · 7 years ago
  86. c5f1a39 Merge "BENCHMARK_MAIN now requires a semicolon." am: 981379b70f am: 64c59c23f3 by Elliott Hughes · 7 years ago
  87. 7131d29 BENCHMARK_MAIN now requires a semicolon. by Elliott Hughes · 7 years ago
  88. 2a946c4 Merge "Add OWNERS." am: 3289b9c928 am: 515c8fe572 by Elliott Hughes · 7 years ago
  89. a0236c5 Merge "Add OWNERS." by Elliott Hughes · 7 years ago
  90. 6a1a51a Add OWNERS. by Elliott Hughes · 7 years ago
  91. ccfe04b Merge "use std::hash instead of hashing byte by byte" am: aaa0bbce8e by Elliott Hughes · 7 years ago
  92. 211841c Merge "use std::hash instead of hashing byte by byte" am: aaa0bbce8e by Elliott Hughes · 7 years ago
  93. cb192fe use std::hash instead of hashing byte by byte by Sebastian Pop · 7 years ago
  94. 32e9f4a Merge commit 'a63ccea6abc7ea02e2d98e41c80793ca97237bd3' from by Xin Li · 7 years ago
  95. 6c9f259 resolve merge conflicts of 5ab03cb41 to oc-mr1-dev-plus-aosp by Narayan Kamath · 7 years ago
  96. 1cb78d3 zip_archive: Allow crc_out to be nullptr in Inflate. by Narayan Kamath · 7 years ago
  97. e9f8570 Merge "fastboot should fail if it runs out of space while unzipping." am: b88aa023d4 by Elliott Hughes · 7 years ago
  98. dd7a0fa Merge "fastboot should fail if it runs out of space while unzipping." by Treehugger Robot · 7 years ago
  99. 2d6fed2 fastboot should fail if it runs out of space while unzipping. by Elliott Hughes · 7 years ago
  100. 463690a Merge "zip_archive: Make Inflate a public API." am: d2ea4471bc am: c72f5276fb by Narayan Kamath · 7 years ago