1. f1d3d3b Add |optional_suffix| to StartIteration() by Yusuke Sato · 9 years ago
  2. a4a8069 Add |optional_suffix| to StartIteration() by Yusuke Sato · 9 years ago
  3. e49236b Fix whitespace in debug logging. by Elliott Hughes · 9 years ago
  4. 71aebef libziparchive: fix fallocate failures by Badhri Jagan Sridharan · 9 years ago
  5. 67ab5d9 Use base::WriteFully in zip_archive. by Narayan Kamath · 9 years ago
  6. 4ba18cf libziparchive: fix clang build by Greg Hackmann · 9 years ago
  7. 785a128 Avoid mapping output to memory while writing to a file. by Narayan Kamath · 9 years ago
  8. a68d0d1 libziparchive: fix fallocate failures by Badhri Jagan Sridharan · 9 years ago
  9. a8cc208 Revert "Fix ODR issues in ART." by Evgeniy Stepanov · 9 years ago
  10. 2148a12 Fix ODR issues in ART. by Evgenii Stepanov · 9 years ago
  11. e97e66e Use base::WriteFully in zip_archive. by Narayan Kamath · 9 years ago
  12. d6eac24 libziparchive: fix clang build by Greg Hackmann · 9 years ago
  13. f899bd5 Avoid mapping output to memory while writing to a file. by Narayan Kamath · 9 years ago
  14. e1d5a6a Reserve space on disk using fallocate by Łukasz Szymczyk · 9 years ago
  15. 1ae0764 Prevent unaligned read in libziparchive. by Dan Albert · 9 years ago
  16. bcc2b5f Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed. by Elliott Hughes · 9 years ago
  17. 503cd6d libziparchive: fix extraction of >2GiB images by Greg Hackmann · 9 years ago
  18. 50afc15 libziparchive: fix issue with a directory with one file by Mykola Kondratenko · 10 years ago
  19. edbabfe Allocate buffers on the heap by Dmitriy Ivanov · 9 years ago
  20. 1f741e5 Remove some more gotos by Dmitriy Ivanov · 9 years ago
  21. f94e159 Reapply -Wold-style-cast by Dmitriy Ivanov · 9 years ago
  22. 34d1b0f Fix build: Remove -Wold-style-cast by Dmitriy Ivanov · 9 years ago
  23. 3ea93da Remove some gotos by Dmitriy Ivanov · 9 years ago
  24. f4cb8e2 Cleanup old-style-cast warnings by Dmitriy Ivanov · 9 years ago
  25. 4b67f83 Remove unnecessary allocation of FileMaps by Dmitriy Ivanov · 9 years ago
  26. 6832a7a Remove useless refCounting from FileMap. by Narayan Kamath · 9 years ago
  27. 40b52b2 Add close_file flag to OpenArchiveFd() by Dmitriy Ivanov · 10 years ago
  28. 3f5bba5 Merge "Reject zip archives whose entry names are not valid UTF-8." by Narayan Kamath · 9 years ago
  29. 044bc8e Reject zip archives whose entry names are not valid UTF-8. by Narayan Kamath · 9 years ago
  30. f732373 Clean up libziparchive Android.mk by Trevor Drake · 9 years ago
  31. d0e6dc1 Libziparchive: Remove unused variable by Andreas Gampe · 9 years ago
  32. 70160f4 kill HAVE_PREAD by Yabin Cui · 10 years ago
  33. 5fc8f68 am 7a92d20e: Merge "Clean up some test makefiles." by Dan Albert · 10 years ago
  34. 27d166c Clean up some test makefiles. by Dan Albert · 10 years ago
  35. 8dac355 am b968d5c8: Merge "Add shared library version of libziparchive." by Ian Rogers · 10 years ago
  36. 40ac96c Add shared library version of libziparchive. by Ian Rogers · 10 years ago
  37. 0c7ad12 am cd1da4e0: Fix toolchain issue for windows build of libziparchive. by Xavier Ducrohet · 10 years ago
  38. cd1da4e Fix toolchain issue for windows build of libziparchive. by Xavier Ducrohet · 10 years ago
  39. 0c1b894 Reject zip archives with entry names containing \0. by Piotr Jastrzebski · 10 years ago
  40. 8fd1f27 Merge "Reject zip archives with entry names containing \0." by Piotr Jastrzebski · 10 years ago
  41. 78271ba Reject zip archives with entry names containing \0. by Piotr Jastrzebski · 10 years ago
  42. 10aa9a0 Cleanup ziparchive by Piotr Jastrzebski · 10 years ago
  43. 8e08536 Fix win_sdk build by not using vector by Piotr Jastrzebski · 10 years ago
  44. ecccc5a Replace char* with ZipEntryName in ziparchive API. by Piotr Jastrzebski · 10 years ago
  45. bd0a748 Revert "Make sure that names of all entries have the same encoding." by Piotr Jastrzebski · 10 years ago
  46. 6a7f4bb Make sure that names of all entries have the same encoding. by Piotr Jastrzebski · 10 years ago
  47. 34e03bd Make a copy of a prefix param in StartIteration by Piotr Jastrzebski · 10 years ago
  48. 79c8b34 Add EndIteration method to free memory allocated by Piotr Jastrzebski · 10 years ago
  49. 0047368 Prevent the accidental closure of fd[0] for missing zip files. by Neil Fuller · 10 years ago
  50. e91d9d8 Merge "Prevent the accidental closure of fd[0] for missing zip files." by Neil Fuller · 10 years ago
  51. b1a113f Prevent the accidental closure of fd[0] for missing zip files. by Neil Fuller · 10 years ago
  52. 06fce9d Update makefiles for host clang. by Tim Murray · 10 years ago
  53. 5af80aa Enable host multilib for ART testing. by Ian Rogers · 10 years ago
  54. 926973e Replace hand written offsets with structures. by Narayan Kamath · 10 years ago
  55. c00de56 Fix build. by Narayan Kamath · 10 years ago
  56. 4f6b499 Reject zip files that have trailing bytes after their CD. by Narayan Kamath · 10 years ago
  57. cf86e2f Fix host 64-bit build. by Ying Wang · 10 years ago
  58. 96c5c99 libziparchive: off64_t is not int64_t (part deux) by Mark Salyzyn · 10 years ago
  59. 56a90a0 libziparchive: off64_t is not int64_t by Mark Salyzyn · 10 years ago
  60. 088bf90 libziparchive: 64 bit issues by Mark Salyzyn · 10 years ago
  61. 51d562d libziparchive: Turn on -Werror by Mark Salyzyn · 10 years ago
  62. 99ef991 libziparchive: 64 bit compile issues by Mark Salyzyn · 10 years ago
  63. 5f98b12 Add free to CloseArchive. by Mathieu Chartier · 10 years ago
  64. f4b0b79 Fix logging errors inside ALOGV by Colin Cross · 10 years ago
  65. 48953a1 Fix entry handling for 0 length entries. by Narayan Kamath · 10 years ago
  66. f5447b0 Merge "Fix a sporadic build breakage." by Elliott Hughes · 10 years ago
  67. 95986aa Fix a sporadic build breakage. by Narayan Kamath · 10 years ago
  68. a1ff801 Change a debug log to a verbose log. by Narayan Kamath · 10 years ago
  69. 00a258c Fix ExtractEntryToFile. by Narayan Kamath · 10 years ago
  70. 7d92b7c Merge "Get rid of some log spam." by Narayan Kamath · 10 years ago
  71. f6a1965 Get rid of some log spam. by Narayan Kamath · 10 years ago
  72. eaf9885 Use FileMap from libcutil instead of rolling our own. by Narayan Kamath · 10 years ago
  73. 58aaf46 Add unit tests for libziparchive. by Narayan Kamath · 10 years ago
  74. eb41ad2 Fix return code for ended iteration. by Narayan Kamath · 10 years ago
  75. 7462f02 Unify zipfile implementations : Step 1. by Narayan Kamath · 11 years ago