1. 1aee775 Merge "BENCHMARK_MAIN now requires a semicolon." am: 981379b70f am: 64c59c23f3 by Elliott Hughes · 7 years ago
  2. 62322aa BENCHMARK_MAIN now requires a semicolon. by Elliott Hughes · 7 years ago
  3. aede837 Merge "Add OWNERS." am: 3289b9c928 am: 515c8fe572 by Elliott Hughes · 7 years ago
  4. 3289b9c Merge "Add OWNERS." by Elliott Hughes · 7 years ago
  5. 693d63f Add OWNERS. by Elliott Hughes · 7 years ago
  6. 957dc09 Merge "use std::hash instead of hashing byte by byte" am: aaa0bbce8e by Elliott Hughes · 7 years ago
  7. bfb9679 Merge "use std::hash instead of hashing byte by byte" am: aaa0bbce8e by Elliott Hughes · 7 years ago
  8. 1f93d71 use std::hash instead of hashing byte by byte by Sebastian Pop · 7 years ago
  9. 23e27db Merge commit 'a63ccea6abc7ea02e2d98e41c80793ca97237bd3' from by Xin Li · 7 years ago
  10. 70f5571 resolve merge conflicts of 5ab03cb41 to oc-mr1-dev-plus-aosp by Narayan Kamath · 7 years ago
  11. 2d1e23f zip_archive: Allow crc_out to be nullptr in Inflate. by Narayan Kamath · 7 years ago
  12. cf439ba Merge "fastboot should fail if it runs out of space while unzipping." am: b88aa023d4 by Elliott Hughes · 7 years ago
  13. b88aa02 Merge "fastboot should fail if it runs out of space while unzipping." by Treehugger Robot · 7 years ago
  14. 4089d34 fastboot should fail if it runs out of space while unzipping. by Elliott Hughes · 7 years ago
  15. d93eaf6 Merge "zip_archive: Make Inflate a public API." am: d2ea4471bc am: c72f5276fb by Narayan Kamath · 7 years ago
  16. a7ce0bc Merge "zip_archive: generalize deflate method." am: 661b3827a6 am: de0153c20b by Narayan Kamath · 7 years ago
  17. 2440323 Merge "zip_archive: Remove unused ziparchive-host" am: 4adb4ce223 am: 5cc1bd65ed by Narayan Kamath · 7 years ago
  18. d2ea447 Merge "zip_archive: Make Inflate a public API." by Narayan Kamath · 7 years ago
  19. 661b382 Merge "zip_archive: generalize deflate method." by Narayan Kamath · 7 years ago
  20. 485b364 zip_archive: Make Inflate a public API. by Narayan Kamath · 7 years ago
  21. 4b97a71 zip_archive: Remove unused ziparchive-host by Narayan Kamath · 7 years ago
  22. 8b8faed zip_archive: generalize deflate method. by Narayan Kamath · 7 years ago
  23. 2910872 Merge "Rename libz-host -> libz" am: 612b47630f am: b961c07f50 am: 3256982e9b by Dan Willemsen · 7 years ago
  24. 5cfa006 Rename libz-host -> libz by Dan Willemsen · 7 years ago
  25. 096114d Mark libziparchive as VNDK in Android.bp by Justin Yun · 7 years ago
  26. 8310613 Merge "zip_archive: reject files that don't start with an LFH signature." into oc-mr1-dev by Narayan Kamath · 7 years ago
  27. c1a56dc zip_archive: reject files that don't start with an LFH signature. by Narayan Kamath · 7 years ago
  28. 0429287 Mark libziparchive as VNDK in Android.bp am: 077dc8fca4 by Justin Yun · 7 years ago
  29. 077dc8f Mark libziparchive as VNDK in Android.bp by Justin Yun · 7 years ago
  30. de117e4 libziparchive: Use ReadAtOffset exclusively by Adam Lesinski · 7 years ago
  31. a10a7e7 Libziparchive: Export headers in defaults by Andreas Gampe · 7 years ago
  32. e7cf680 zlib is not exposed to libziparchive headers by Jiyong Park · 7 years ago
  33. cdf7ff8 libziparchive headers are moved to local directory by Jiyong Park · 7 years ago
  34. cd997e6 Ran clang-format on libziparchive sources and headers by Jiyong Park · 7 years ago
  35. 0fda1cf Fix out of bound read in libziparchive by Tianjie Xu · 7 years ago
  36. 9e020e2 Check filename memory bound when parsing ziparchive by Tianjie Xu · 8 years ago
  37. fba1a36 Fix out of bound access in libziparchive by Tianjie Xu · 8 years ago
  38. d1e9e7b Merge "zip_archive_test: compare error codes directly." by Narayan Kamath · 7 years ago
  39. 1ef9d2d zip_archive_test: compare error codes directly. by Narayan Kamath · 7 years ago
  40. 3e67944 Merge "Add libziparchive-based unzip." by Elliott Hughes · 7 years ago
  41. 162b705 zip_archive: validate data descriptor contents. by Narayan Kamath · 7 years ago
  42. 1d105aa libziparchive: verify that gpb flags match by Adam Lesinski · 7 years ago
  43. 55fd293 Add libziparchive-based unzip. by Elliott Hughes · 7 years ago
  44. f8e96ea Merge "add a performance benchmark for libziparchive" by Treehugger Robot · 7 years ago
  45. 0a94c56 add a performance benchmark for libziparchive by Sebastian Pop · 7 years ago
  46. 2c87bcc Mark libziparchive vendor_available. by Jayant Chowdhary · 7 years ago
  47. d987c9d ZipWriter: Keep LFH and CFH in sync by Adam Lesinski · 7 years ago
  48. 47f5581 Merge "ZipWriter: Do not write DataDescriptor for STORED files" by Adam Lesinski · 7 years ago
  49. e2fa70b ZipWriter: Do not write DataDescriptor for STORED files by Adam Lesinski · 7 years ago
  50. b02d690 libziparchive: fix mac os breakage by Adam Lesinski · 7 years ago
  51. 537713b libziparchive: Add ability to backup in ZipWriter by Adam Lesinski · 7 years ago
  52. 30f991f liblog: use log/log.h when utilizing ALOG macros by Mark Salyzyn · 8 years ago
  53. 4bf9c82 Merge "Use shared lib of libutils, libz and libbase." by Treehugger Robot · 8 years ago
  54. 86e80b9 Use shared lib of libutils, libz and libbase. by Jaekyun Seok · 8 years ago
  55. 3081c5e libziparchive: use _FILE_OFFSET_BITS=64 by Christian Poetzsch · 8 years ago
  56. 69b0123 Enable libbase/libutils/libziparchive on host bionic am: ab34b47b35 by Dan Willemsen · 8 years ago
  57. ab34b47 Enable libbase/libutils/libziparchive on host bionic by Dan Willemsen · 8 years ago
  58. af2a885 Merge "ziparchive: Allow ExtractEntryToFile() to work with block device." by Tao Bao · 8 years ago
  59. a456c21 ziparchive: Allow ExtractEntryToFile() to work with block device. by Tao Bao · 8 years ago
  60. 8a7297a Merge "system/core: preparation to pull back interfaces from android/log.h" by Mark Salyzyn · 8 years ago
  61. cfd5b08 system/core: preparation to pull back interfaces from android/log.h by Mark Salyzyn · 8 years ago
  62. b2ca851 Merge "Add functions in recovery/minzip to libziparchive" am: 4bc51d1ea4 by Tianjie Xu · 8 years ago
  63. 18c2592 Add functions in recovery/minzip to libziparchive by Tianjie Xu · 8 years ago
  64. 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
  65. 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
  66. 167562a Fix out of bound access in libziparchive am: 1ee4892e66 am: c24dd97654 by Tianjie Xu · 8 years ago
  67. ff2dcd9 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 8 years ago
  68. 1ee4892 Fix out of bound access in libziparchive by Tianjie Xu · 8 years ago
  69. 7c6c7f0 Fix warnings in libziparchive by Colin Cross · 8 years ago
  70. 388a65d Merge "zip_archive: Improve error message on fallocate failure." am: 704d818ec1 by Narayan Kamath · 8 years ago
  71. d5d7abe zip_archive: Improve error message on fallocate failure. by Narayan Kamath · 8 years ago
  72. 2fedbf7 resolve merge conflicts of 41e82a3 to stage-aosp-master by Colin Cross · 8 years ago
  73. 45566ba Convert libziparchive from Android.mk to Android.bp by Colin Cross · 8 years ago
  74. 63eca85 Merge "Fix google-explicit-constructor warnings." am: e1d5c25 am: e641a2f by Chih-hung Hsieh · 8 years ago
  75. 3a114e0 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  76. b191140 libziparchive: ensure ReadAtOffset is atomic by Adam Lesinski · 8 years ago
  77. b2a7700 libziparchive: port unit tests to darwin and windows. by Yabin Cui · 8 years ago
  78. 8e6f722 libziparchive: port unit tests to darwin and windows. by Yabin Cui · 8 years ago
  79. 5e9f3d4 Allow setting an arbitrary alignment for an entry. by Christopher Ferris · 8 years ago
  80. e6884ce Add a ZipArchiveStreamEntry class. by Christopher Ferris · 9 years ago
  81. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  82. a2a32b0 Fix bug in writing zips. by Christopher Ferris · 9 years ago
  83. 25322ee Merge "ZipWriter: archive disk numbers are 0 index based" by Adam Lesinski · 9 years ago
  84. ac60abd Merge "Add deflate compression to ZipWriter" by Adam Lesinski · 9 years ago
  85. 0e99a2f libziparchive: fix calculation of mod_time. by beonit · 9 years ago
  86. 044c790 ZipWriter: archive disk numbers are 0 index based by Adam Lesinski · 9 years ago
  87. 591fd39 Add deflate compression to ZipWriter by Adam Lesinski · 9 years ago
  88. ad4ad8c Implement ZipWriter for quickly writing ZipFiles. by Adam Lesinski · 9 years ago
  89. 87a419c Remove USE_MINGW/CYGWIN; Whitelist windows modules by Dan Willemsen · 9 years ago
  90. 953314f Fix ODR issues in ART. by Evgenii Stepanov · 9 years ago
  91. 0744754 Rename ZipEntryName to ZipString by Yusuke Sato · 9 years ago
  92. f1d3d3b Add |optional_suffix| to StartIteration() by Yusuke Sato · 9 years ago
  93. a4a8069 Add |optional_suffix| to StartIteration() by Yusuke Sato · 9 years ago
  94. e49236b Fix whitespace in debug logging. by Elliott Hughes · 9 years ago
  95. 71aebef libziparchive: fix fallocate failures by Badhri Jagan Sridharan · 9 years ago
  96. 67ab5d9 Use base::WriteFully in zip_archive. by Narayan Kamath · 9 years ago
  97. 4ba18cf libziparchive: fix clang build by Greg Hackmann · 9 years ago
  98. 785a128 Avoid mapping output to memory while writing to a file. by Narayan Kamath · 9 years ago
  99. a68d0d1 libziparchive: fix fallocate failures by Badhri Jagan Sridharan · 9 years ago
  100. a8cc208 Revert "Fix ODR issues in ART." by Evgeniy Stepanov · 9 years ago