1. a260692 Set apex_available property by Jiyong Park · 4 years, 1 month ago
  2. abf60c8 Handle the invalid timestamp in zipfile by Tianjie · 4 years, 2 months ago
  3. 8ee7b11 [zip] Stop calculating crc if it's not checked by Yurii Zubrytskyi · 4 years, 2 months ago
  4. c733576 Allow loading zip at an offset in fd by Ryan Mitchell · 4 years, 3 months ago
  5. 264a37d Merge "Fix SEGV in libziparchive with malformed zip file." by Elliott Hughes · 4 years, 6 months ago
  6. fba2a1a Fix SEGV in libziparchive with malformed zip file. by Elliott Hughes · 4 years, 6 months ago
  7. 8748bcc Rename unzip.cpp to ziptool.cpp. by Elliott Hughes · 4 years, 6 months ago
  8. f276140 cli-test: a tool for testing command-line programs. by Elliott Hughes · 4 years, 7 months ago
  9. 2ab5a70 ziptool: fix unknown long options. by Elliott Hughes · 4 years, 7 months ago
  10. 4e7507f libziparchive: fix -Wimplicit-int-float-conversion by Nick Desaulniers · 4 years, 7 months ago
  11. 0087597 unzip/zipinfo: use float percentages like the RI. by Elliott Hughes · 4 years, 7 months ago
  12. 16366e3 Merge "ziparchive: add a corpus for the fuzzer." by Treehugger Robot · 4 years, 7 months ago
  13. 9e63ba7 ziparchive: add a corpus for the fuzzer. by Elliott Hughes · 4 years, 7 months ago
  14. f1b255a Darwin: include <libgen.h> for basename(3). by Elliott Hughes · 4 years, 7 months ago
  15. bcd8106 unzip: fix Mac build. by Elliott Hughes · 4 years, 7 months ago
  16. d3aee66 unzip: add -Z for "zipinfo mode". by Elliott Hughes · 4 years, 7 months ago
  17. d509525 zipinfo: support DOS attributes. by Elliott Hughes · 4 years, 7 months ago
  18. 2672413 libziparchive: add zipinfo(1). by Elliott Hughes · 4 years, 7 months ago
  19. f66460b libziparchive: add trivial fuzzer. by Elliott Hughes · 4 years, 7 months ago
  20. e170d7f Avoid using data descriptors in ZIP files when possible. by Donald Chai · 5 years ago
  21. 2226fe6 Merge "Finally remove ZipString." by Elliott Hughes · 5 years ago
  22. 50ef29a Finally remove ZipString. by Elliott Hughes · 5 years ago
  23. a6633d7 [zip] Save 1 malloc and memset for each added file in ZipWriter by Yurii Zubrytskyi · 5 years ago
  24. 2b28311 [zip] Change const char* to string_view in ZipWriter by Yurii Zubrytskyi · 5 years ago
  25. 1e40c30 ziparchive: add a std::string_view overload to Next. by Elliott Hughes · 5 years ago
  26. e06a808 Add a std::string overload to Next. by Elliott Hughes · 5 years ago
  27. 13a45c0 libziparchive: remove now-unused StartIteration overload. by Elliott Hughes · 5 years ago
  28. a22ac0f libziparchive: start moving to a non-ZipString StartIteration API. by Elliott Hughes · 5 years ago
  29. 1d5745f Merge "libziparchive: remove now-unused FindEntry overload." by Elliott Hughes · 5 years ago
  30. 9a45f8f Merge "Enable native_bridge_support" by Dimitry Ivanov · 5 years ago
  31. a5ff19e libziparchive: remove now-unused FindEntry overload. by Elliott Hughes · 5 years ago
  32. a808b11 Enable native_bridge_support by dimitry · 5 years ago
  33. b17bf52 libziparchive: report errors on over-long names. by Elliott Hughes · 5 years ago
  34. 5664489 Merge "Ziparchive: Enable -Wconversion" by Treehugger Robot · 5 years ago
  35. 5f8b309 unzip: support shell globs in include/exclude lists. by Elliott Hughes · 5 years ago
  36. ba80ab1 Merge "zip_archive.cc: Use static cast instead of masking" by Nick Kralevich · 5 years ago
  37. 964b95c Ziparchive: Enable -Wconversion by Andreas Gampe · 5 years ago
  38. 2871411 zip_writer_test.cc: fix implicit integer truncation by Nick Kralevich · 5 years ago
  39. c0bf366 zip_archive.cc: Use static cast instead of masking by Nick Kralevich · 5 years ago
  40. a4e5433 zip_archive.cc: fix ubsan false positive by Nick Kralevich · 5 years ago
  41. 6d3c80b zip_writer.cc: update powerof2 and use it unconditionally by Nick Kralevich · 5 years ago
  42. 80e7244 Merge "libziparchive: add integer checks" by Treehugger Robot · 5 years ago
  43. 832bd17 Merge "zip_archive.cc: delete android_errorWriteLog" by Nick Kralevich · 5 years ago
  44. 104771e zip_archive.cc: delete android_errorWriteLog by Nick Kralevich · 5 years ago
  45. c5da03f entry_name_utils-inl.h: clear top bit before shifting by Nick Kralevich · 5 years ago
  46. 30dec07 libziparchive: add integer checks by Nick Kralevich · 5 years ago
  47. f4f54b1 Revert the explicit config, see topic by Julien Desprez · 5 years ago
  48. 881e2e1 Ziparchive: Give tests a test config by Andreas Gampe · 5 years ago
  49. 3bdf744 zip_archive.cc: add O_CLOEXEC by Nick Kralevich · 5 years ago
  50. f2228e0 Merge "TEST_MAPPING: add the rest of our actively maintained tests." by Elliott Hughes · 6 years ago
  51. 5db8422 Fix double closes in ziparchive tests. by Josh Gao · 6 years ago
  52. 9f1cf25 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 6 years ago
  53. e038f49 TEST_MAPPING: add the rest of our actively maintained tests. by Elliott Hughes · 6 years ago
  54. b70d19e libziparchive: use lseek directly. by Elliott Hughes · 6 years ago
  55. 1e6f4d8 Merge "Yet another Mac fix." by Yuchao Zhou · 6 years ago
  56. 9c8bd66 Yet another Mac fix. by Elliott Hughes · 6 years ago
  57. a56a729 More Mac build fixes. by Elliott Hughes · 6 years ago
  58. e8f4b14 Add a simple MappedFile to libbase and switch fastboot and libziparchive over. by Elliott Hughes · 6 years ago
  59. c394f7f Merge "Change ZipArchiveHandle from void* to ZipArchive*" by Ryan Prichard · 6 years ago
  60. 3673f99 Change ZipArchiveHandle from void* to ZipArchive* by Ryan Prichard · 6 years ago
  61. a2ccce8 Merge changes from topic "windows-libcxx" by Pirama Arumuga Nainar · 6 years ago
  62. 747eb14 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 6 years ago
  63. 53f5945 Do not enable -Wold-style-cast for Windows by Pirama Arumuga Nainar · 6 years ago
  64. 3da42a6 Merge "libziparchive: encode type in fdsan owner tag." by Josh Gao · 6 years ago
  65. 5a503ef Reduce libziparchive internal hashtable memory size by Zimuzo · 6 years ago
  66. abdfc24 libziparchive: encode type in fdsan owner tag. by Josh Gao · 6 years ago
  67. ab08933 Make unzip available. by Elliott Hughes · 6 years ago
  68. c77f9d3 Open zips using _wopen on windows. by Ryan Mitchell · 6 years ago
  69. 9404f2d Merge changes from topic "looper_unique_fd" am: 7e7cefa2c7 by Josh Gao · 6 years ago
  70. 1b49634 libziparchive: use fdsan in ZipArchive. by Josh Gao · 6 years ago
  71. 4ebda90 Shared libs are supported in recovery mode am: 011ee12b1d by Jiyong Park · 6 years ago
  72. 011ee12 Shared libs are supported in recovery mode by Jiyong Park · 6 years ago
  73. 499b035 Merge "Make ziparchive-tests run standalone." am: c8a8771b6b am: e9f842142c by Elliott Hughes · 6 years ago
  74. bde0ec9 Make ziparchive-tests run standalone. by Elliott Hughes · 6 years ago
  75. 337bc05 Merge "Mark libziparchive as double_loadable" am: a7112f4c9b am: b36004c96d by Jiyong Park · 6 years ago
  76. 9168787 Mark libziparchive as double_loadable by Jiyong Park · 6 years ago
  77. fbd68ec Merge "Remove empty zip warning on host builds" am: fd42c09813 am: c9c0460e99 by Adam Lesinski · 6 years ago
  78. b354dce Remove empty zip warning on host builds by Adam Lesinski · 6 years ago
  79. 5c39aa5 Merge "zip_archive: Fix a few more badly written tests." am: 93d344d98c by Narayan Kamath · 6 years ago
  80. c36b809 zip_archive: Fix a few more badly written tests. by Narayan Kamath · 6 years ago
  81. 780105e Merge "Get rid of unneeded allocations in Extract...() APIs" am: 18f25d399e by Narayan Kamath · 6 years ago
  82. 47ede54 Merge "zip_archive: Fix tests broken by 1f93d71022cca7bb6bb9eec49." am: 492de535c4 by Narayan Kamath · 6 years ago
  83. 18f25d3 Merge "Get rid of unneeded allocations in Extract...() APIs" by Narayan Kamath · 6 years ago
  84. f37bb8e zip_archive: Fix tests broken by 1f93d71022cca7bb6bb9eec49. by Narayan Kamath · 6 years ago
  85. 834326c Get rid of unneeded allocations in Extract...() APIs by Yurii Zubrytskyi · 6 years ago
  86. 1aee775 Merge "BENCHMARK_MAIN now requires a semicolon." am: 981379b70f am: 64c59c23f3 by Elliott Hughes · 6 years ago
  87. 62322aa BENCHMARK_MAIN now requires a semicolon. by Elliott Hughes · 6 years ago
  88. aede837 Merge "Add OWNERS." am: 3289b9c928 am: 515c8fe572 by Elliott Hughes · 6 years ago
  89. 3289b9c Merge "Add OWNERS." by Elliott Hughes · 6 years ago
  90. 693d63f Add OWNERS. by Elliott Hughes · 6 years ago
  91. 957dc09 Merge "use std::hash instead of hashing byte by byte" am: aaa0bbce8e by Elliott Hughes · 7 years ago
  92. bfb9679 Merge "use std::hash instead of hashing byte by byte" am: aaa0bbce8e by Elliott Hughes · 7 years ago
  93. 1f93d71 use std::hash instead of hashing byte by byte by Sebastian Pop · 7 years ago
  94. 23e27db Merge commit 'a63ccea6abc7ea02e2d98e41c80793ca97237bd3' from by Xin Li · 7 years ago
  95. 70f5571 resolve merge conflicts of 5ab03cb41 to oc-mr1-dev-plus-aosp by Narayan Kamath · 7 years ago
  96. 2d1e23f zip_archive: Allow crc_out to be nullptr in Inflate. by Narayan Kamath · 7 years ago
  97. cf439ba Merge "fastboot should fail if it runs out of space while unzipping." am: b88aa023d4 by Elliott Hughes · 7 years ago
  98. b88aa02 Merge "fastboot should fail if it runs out of space while unzipping." by Treehugger Robot · 7 years ago
  99. 4089d34 fastboot should fail if it runs out of space while unzipping. by Elliott Hughes · 7 years ago
  100. d93eaf6 Merge "zip_archive: Make Inflate a public API." am: d2ea4471bc am: c72f5276fb by Narayan Kamath · 7 years ago