1. 942820d Make ziparchive-tests run standalone. by Elliott Hughes · 7 years ago
  2. 904865b Mark libziparchive as double_loadable by Jiyong Park · 7 years ago
  3. 6339926 Remove empty zip warning on host builds by Adam Lesinski · 7 years ago
  4. 1791bcb zip_archive: Fix a few more badly written tests. by Narayan Kamath · 7 years ago
  5. e1bb36d Merge "Get rid of unneeded allocations in Extract...() APIs" by Narayan Kamath · 7 years ago
  6. 155a41f zip_archive: Fix tests broken by 1f93d71022cca7bb6bb9eec49. by Narayan Kamath · 7 years ago
  7. 0807197 Get rid of unneeded allocations in Extract...() APIs by Yurii Zubrytskyi · 7 years ago
  8. 7131d29 BENCHMARK_MAIN now requires a semicolon. by Elliott Hughes · 7 years ago
  9. a0236c5 Merge "Add OWNERS." by Elliott Hughes · 7 years ago
  10. 6a1a51a Add OWNERS. by Elliott Hughes · 7 years ago
  11. 211841c Merge "use std::hash instead of hashing byte by byte" am: aaa0bbce8e by Elliott Hughes · 7 years ago
  12. cb192fe use std::hash instead of hashing byte by byte by Sebastian Pop · 7 years ago
  13. 32e9f4a Merge commit 'a63ccea6abc7ea02e2d98e41c80793ca97237bd3' from by Xin Li · 7 years ago
  14. 1cb78d3 zip_archive: Allow crc_out to be nullptr in Inflate. by Narayan Kamath · 7 years ago
  15. dd7a0fa Merge "fastboot should fail if it runs out of space while unzipping." by Treehugger Robot · 7 years ago
  16. 2d6fed2 fastboot should fail if it runs out of space while unzipping. by Elliott Hughes · 7 years ago
  17. 8aea565 Merge "zip_archive: Make Inflate a public API." by Narayan Kamath · 7 years ago
  18. 5c5b378 Merge "zip_archive: generalize deflate method." by Narayan Kamath · 7 years ago
  19. 5f422ec zip_archive: Make Inflate a public API. by Narayan Kamath · 7 years ago
  20. 94974ba zip_archive: Remove unused ziparchive-host by Narayan Kamath · 7 years ago
  21. 6ca2e8d zip_archive: generalize deflate method. by Narayan Kamath · 7 years ago
  22. 1926864 Merge "Rename libz-host -> libz" am: 612b47630f am: b961c07f50 am: 3256982e9b by Dan Willemsen · 8 years ago
  23. 66173af Rename libz-host -> libz by Dan Willemsen · 8 years ago
  24. 13297d7 Mark libziparchive as VNDK in Android.bp by Justin Yun · 8 years ago
  25. 009de8d Merge "zip_archive: reject files that don't start with an LFH signature." into oc-mr1-dev by Narayan Kamath · 8 years ago
  26. 6ace8b5 zip_archive: reject files that don't start with an LFH signature. by Narayan Kamath · 8 years ago
  27. fb94a33 Mark libziparchive as VNDK in Android.bp am: 077dc8fca4 by Justin Yun · 8 years ago
  28. e33de37 Mark libziparchive as VNDK in Android.bp by Justin Yun · 8 years ago
  29. 70a1dfd libziparchive: Use ReadAtOffset exclusively by Adam Lesinski · 8 years ago
  30. 1c11b11 Libziparchive: Export headers in defaults by Andreas Gampe · 8 years ago
  31. aab75a5 zlib is not exposed to libziparchive headers by Jiyong Park · 8 years ago
  32. 20d398b libziparchive headers are moved to local directory by Jiyong Park · 8 years ago
  33. d76cd1c Ran clang-format on libziparchive sources and headers by Jiyong Park · 8 years ago
  34. 0413830 Fix out of bound read in libziparchive by Tianjie Xu · 8 years ago
  35. 3314965 Check filename memory bound when parsing ziparchive by Tianjie Xu · 9 years ago
  36. 50d79d0 Fix out of bound access in libziparchive by Tianjie Xu · 9 years ago
  37. 997acdd Merge "zip_archive_test: compare error codes directly." by Narayan Kamath · 8 years ago
  38. 3fbe27d zip_archive_test: compare error codes directly. by Narayan Kamath · 8 years ago
  39. 2c8f8b4 Merge "Add libziparchive-based unzip." by Elliott Hughes · 8 years ago
  40. e8fa1ab zip_archive: validate data descriptor contents. by Narayan Kamath · 8 years ago
  41. f0d4bb0 libziparchive: verify that gpb flags match by Adam Lesinski · 8 years ago
  42. 8e1ce1a Add libziparchive-based unzip. by Elliott Hughes · 8 years ago
  43. 7d254ed Merge "add a performance benchmark for libziparchive" by Treehugger Robot · 8 years ago
  44. 0fc6213 add a performance benchmark for libziparchive by Sebastian Pop · 8 years ago
  45. ba14f99 Mark libziparchive vendor_available. by Jayant Chowdhary · 8 years ago
  46. 7b5528a ZipWriter: Keep LFH and CFH in sync by Adam Lesinski · 8 years ago
  47. c945eb9 Merge "ZipWriter: Do not write DataDescriptor for STORED files" by Adam Lesinski · 8 years ago
  48. 1c72f01 ZipWriter: Do not write DataDescriptor for STORED files by Adam Lesinski · 8 years ago
  49. e4f2733 libziparchive: fix mac os breakage by Adam Lesinski · 8 years ago
  50. d78470b libziparchive: Add ability to backup in ZipWriter by Adam Lesinski · 8 years ago
  51. 1d6b610 liblog: use log/log.h when utilizing ALOG macros by Mark Salyzyn · 8 years ago
  52. 9721e7d Merge "Use shared lib of libutils, libz and libbase." by Treehugger Robot · 8 years ago
  53. 8ac48bc Use shared lib of libutils, libz and libbase. by Jaekyun Seok · 8 years ago
  54. ee1e5cc libziparchive: use _FILE_OFFSET_BITS=64 by Christian Poetzsch · 8 years ago
  55. 58c083e Enable libbase/libutils/libziparchive on host bionic am: ab34b47b35 by Dan Willemsen · 8 years ago
  56. 27993bc Enable libbase/libutils/libziparchive on host bionic by Dan Willemsen · 8 years ago
  57. 8cc6870 Merge "ziparchive: Allow ExtractEntryToFile() to work with block device." by Tao Bao · 8 years ago
  58. fd4dde4 ziparchive: Allow ExtractEntryToFile() to work with block device. by Tao Bao · 8 years ago
  59. cbe1955 Merge "system/core: preparation to pull back interfaces from android/log.h" by Mark Salyzyn · 8 years ago
  60. 94abded system/core: preparation to pull back interfaces from android/log.h by Mark Salyzyn · 8 years ago
  61. 0948881 Merge "Add functions in recovery/minzip to libziparchive" am: 4bc51d1ea4 by Tianjie Xu · 8 years ago
  62. d6d230f Add functions in recovery/minzip to libziparchive by Tianjie Xu · 9 years ago
  63. baebfc8 Fix out of bound access in libziparchive am: 1ee4892e66 am: c24dd97654 am: 8788591224 am: 167562aa76 am: 398adf9b55 am: 680c3f1dc4 am: f0ce69815f by Tianjie Xu · 9 years ago
  64. a2a9ff3 Fix out of bound access in libziparchive am: 1ee4892e66 am: c24dd97654 am: 8788591224 am: 167562aa76 am: 398adf9b55 am: 680c3f1dc4 by Tianjie Xu · 9 years ago
  65. 21d8b24 Fix out of bound access in libziparchive am: 1ee4892e66 am: c24dd97654 by Tianjie Xu · 9 years ago
  66. 51b1e55 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 9 years ago
  67. 1ee4892 Fix out of bound access in libziparchive by Tianjie Xu · 9 years ago
  68. c2afad9 Fix warnings in libziparchive by Colin Cross · 9 years ago
  69. 486f67e Merge "zip_archive: Improve error message on fallocate failure." am: 704d818ec1 by Narayan Kamath · 9 years ago
  70. fe9a17a zip_archive: Improve error message on fallocate failure. by Narayan Kamath · 9 years ago
  71. 7c4c2e0 resolve merge conflicts of 41e82a3 to stage-aosp-master by Colin Cross · 9 years ago
  72. ee48bfd Convert libziparchive from Android.mk to Android.bp by Colin Cross · 9 years ago
  73. e09a193 Merge "Fix google-explicit-constructor warnings." am: e1d5c25 am: e641a2f by Chih-hung Hsieh · 9 years ago
  74. 08a5d48 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  75. 703abad libziparchive: ensure ReadAtOffset is atomic by Adam Lesinski · 9 years ago
  76. 3603653 libziparchive: port unit tests to darwin and windows. by Yabin Cui · 9 years ago
  77. 28b6687 libziparchive: port unit tests to darwin and windows. by Yabin Cui · 9 years ago
  78. fca5dce Allow setting an arbitrary alignment for an entry. by Christopher Ferris · 9 years ago
  79. 1bdc310 Add a ZipArchiveStreamEntry class. by Christopher Ferris · 9 years ago
  80. e016f5c Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  81. b7480fb Fix bug in writing zips. by Christopher Ferris · 9 years ago
  82. fca944d Merge "ZipWriter: archive disk numbers are 0 index based" by Adam Lesinski · 9 years ago
  83. d73fbcc Merge "Add deflate compression to ZipWriter" by Adam Lesinski · 9 years ago
  84. 49f7e8b libziparchive: fix calculation of mod_time. by beonit · 10 years ago
  85. dd310f9 ZipWriter: archive disk numbers are 0 index based by Adam Lesinski · 9 years ago
  86. b63b931 Add deflate compression to ZipWriter by Adam Lesinski · 10 years ago
  87. d3679d6 Implement ZipWriter for quickly writing ZipFiles. by Adam Lesinski · 10 years ago
  88. 70c31c8 Remove USE_MINGW/CYGWIN; Whitelist windows modules by Dan Willemsen · 10 years ago
  89. d879ada Fix ODR issues in ART. by Evgenii Stepanov · 10 years ago
  90. 55c6e5c Rename ZipEntryName to ZipString by Yusuke Sato · 10 years ago
  91. 17739cf Add |optional_suffix| to StartIteration() by Yusuke Sato · 10 years ago
  92. ccd63f0 Add |optional_suffix| to StartIteration() by Yusuke Sato · 10 years ago
  93. 6f0deea Fix whitespace in debug logging. by Elliott Hughes · 10 years ago
  94. 5840c1e libziparchive: fix fallocate failures by Badhri Jagan Sridharan · 10 years ago
  95. 66f23e7 Use base::WriteFully in zip_archive. by Narayan Kamath · 10 years ago
  96. f3003da libziparchive: fix clang build by Greg Hackmann · 10 years ago
  97. 7d549b7 Avoid mapping output to memory while writing to a file. by Narayan Kamath · 10 years ago
  98. c099c08 libziparchive: fix fallocate failures by Badhri Jagan Sridharan · 10 years ago
  99. bcf74f9 Revert "Fix ODR issues in ART." by Evgeniy Stepanov · 10 years ago
  100. ff10293 Fix ODR issues in ART. by Evgenii Stepanov · 10 years ago