1. f401dcd Merge changes from topic "sparse-file-read-enum" by Treehugger Robot · 2 years, 6 months ago
  2. f96466b libsparse: Add "hole" mode to sparse_file_read by Sean Anderson · 2 years, 7 months ago
  3. 5917196 Merge "libsparse: no xrange() in python3." by Treehugger Robot · 2 years, 6 months ago
  4. f75518e libsparse: no xrange() in python3. by Elliott Hughes · 2 years, 6 months ago
  5. a3b7206 Add checking for sparse file format by Keith Mok · 2 years, 7 months ago
  6. 95657f3 libsparse: Split off most of sparse_file_read_normal into a helper function by Sean Anderson · 2 years, 7 months ago
  7. 726a6a9 libsparse: python3. by Elliott Hughes · 2 years, 11 months ago
  8. d69ad69 [LSC] Add LOCAL_LICENSE_KINDS to system/core by Bob Badour · 3 years, 5 months ago
  9. c3a206c Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/core" by Elliott Hughes · 3 years, 5 months ago
  10. 187b7d1 [LSC] Add LOCAL_LICENSE_KINDS to system/core by Bob Badour · 3 years, 5 months ago
  11. 3ed3d4c Add assemble_cvd to com.android.virt by Jiyong Park · 3 years, 6 months ago
  12. e85233c libsparse: make vendor_ramdisk_available. by Yifan Hong · 3 years, 8 months ago
  13. 9e28cd3 Make libsparse vendor_available by Alistair Delva · 3 years, 11 months ago
  14. e8d02c5 libsparse: Fix overflow of merged sparse chunk length by Hyeongseok Kim · 4 years ago
  15. a386482 libsparse: Limit block size to 64 MB by Woody Lin · 4 years, 2 months ago
  16. c44f50c libsparse: use memory-mapping on Windows too. by Elliott Hughes · 4 years, 2 months ago
  17. 7dd4553 Make ramdisk_available. by Yifan Hong · 4 years, 6 months ago
  18. 48c9f61 libsparse: fix memory leak in output_file_close() by Robin Hsu · 4 years, 8 months ago
  19. d17dc6a Add fuzzer for libsparse by hamzeh · 4 years, 10 months ago
  20. 946da7c libsparse: replace legacy min() with std::min() by cfig · 5 years ago
  21. 45b11d9 Fix an unintialized return value. by Stephen Hines · 5 years ago
  22. 3a62fc4 Convert Android.mk file to Android.bp by Sasha Smundak · 5 years ago
  23. 5d08f63 Fix cert-dcl16-c clang-tidy warnings. by Chih-Hung Hsieh · 6 years ago
  24. fca4a9c Revert "libsparse: Add sparse typed callback" by Tobias Thierer · 6 years ago
  25. db69f0d libsparse: Add sparse typed callback by Jerry Zhang · 6 years ago
  26. 17ba95e [libsparse] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  27. 06651fb Merge "libsparse: add OWNERS." by Treehugger Robot · 6 years ago
  28. 7b444f0 libsparse: Add .clang-format and reformat to google3 style by Jerry Zhang · 6 years ago
  29. 91e66ab libsparse: add OWNERS. by Elliott Hughes · 6 years ago
  30. 5a75507 libsparse: Change source files to cpp by Jerry Zhang · 6 years ago
  31. 50e6029 libsparse: Add method to create sparse file from buffer by Jerry Zhang · 6 years ago
  32. a0e7504 Build adbd for recovery by Jiyong Park · 6 years ago
  33. e18c031 libsparse: Use 'size_t' for the 'len' parameter in callbacks. by Tao Bao · 6 years ago
  34. 7969874 Merge "<stdbool.h> not necessary in C++." by Treehugger Robot · 7 years ago
  35. a0f73f9 <stdbool.h> not necessary in C++. by Elliott Hughes · 7 years ago
  36. c39caaf libsparse: fix building on linux host. by Xiaolei Yu · 7 years ago
  37. 5cfa006 Rename libz-host -> libz by Dan Willemsen · 7 years ago
  38. 221af09 Merge "libsparse: Fix odd-sized input files total_blks" am: 652ce94f40 am: ab74c778df by Chris Fries · 7 years ago
  39. 3738968 libsparse: Fix odd-sized input files total_blks by Chris Fries · 7 years ago
  40. 4da21cd Merge "libsparse: Fix verbose_error string usage" am: 0bdf6539d6 am: 006ea1aebc by Chris Fries · 7 years ago
  41. a7eeb22 libsparse: Fix verbose_error string usage by Chris Fries · 7 years ago
  42. 4786e4e Remove "_host" and "_static" suffix from libsparse definition. am: b0c395955d am: 7b8d66e7cc am: 11b65cf3be by Alex Deymo · 8 years ago
  43. b0c3959 Remove "_host" and "_static" suffix from libsparse definition. by Alex Deymo · 8 years ago
  44. ad0cd64 Manually merge commit '61e74d7' into stage-aosp-master am: 9f9a239ca3 am: aec7316546 by Adrien Schildknecht · 8 years ago
  45. a26a6bd libsparse: add a function to retrieve the data blocks by Adrien Schildknecht · 8 years ago
  46. 84f83a5 Merge "libsparse: output_file.c, fix large data chunk issue" am: 62c9101646 am: faaeda8e12 am: 4179f2ec65 by Colin Cross · 8 years ago
  47. fca594c libsparse: output_file.c, fix large data chunk issue by Jeremy Compostella · 8 years ago
  48. c2b3b5f Merge "Test for _WIN32 in instead of USE_MINGW." am: ec99158580 am: 2e7e065db9 am: 04819403d6 by Elliott Hughes · 8 years ago
  49. 34a4f0b Test for _WIN32 in instead of USE_MINGW. by Elliott Hughes · 8 years ago
  50. c38720a libsparse: Add .csv and sha1 options for simg_dump.py by Patrick Tjin · 8 years ago
  51. 45f0524 Convert more Android.mk files to Android.bp by Dan Willemsen · 8 years ago
  52. eabd510 Fix misc-macro-parentheses warnings in libion, libsparse, libmem* by Chih-Hung Hsieh · 8 years ago
  53. 1eb743b Fix static analyzer issues caught by clang by Colin Cross · 8 years ago
  54. b5619d9 Turn off CRC checking for append2simg by Colin Cross · 9 years ago
  55. f21f0f1 Fix parameter to lseek by caozhiyuan · 9 years ago
  56. af090a6 fix misuse of formatting specifiers by Daniel Micay · 9 years ago
  57. 87a419c Remove USE_MINGW/CYGWIN; Whitelist windows modules by Dan Willemsen · 9 years ago
  58. c227a1d libsparse: use strcmp and validate last_used pointer by lei wang wang · 9 years ago
  59. a29c012 libsparse: Wrap sparse_crc32.h to be C++ compatible. by Tao Bao · 9 years ago
  60. 4cc3978 libsparse: fix crc chunk parsing in simg_dump.py by Eric Miao · 9 years ago
  61. cfd3a03 libsparse: move_chunks_up_to_len() does not account skip chunks by Jeremy Compostella · 9 years ago
  62. 80cc1f6 Add verbose param to sparse_file_import_auto by Mohamad Ayyash · 9 years ago
  63. 9f0d6bd fastboot/sparse: propagate error code by Jeremy Compostella · 9 years ago
  64. a840300 Cleanup libsparse Android.mk by Trevor Drake · 10 years ago
  65. 5106791 am d4d09637: am db32e788: am a2b03c4a: Merge "libsparse: turn on -Werror" by Mark Salyzyn · 10 years ago
  66. 8116c8c libsparse: turn on -Werror by Mark Salyzyn · 10 years ago
  67. 0e3f47e append2simg: write to temporary file by Colin Cross · 10 years ago
  68. b0cb721 am 37d39eba: am 0cb82da2: am 958235bd: Merge "libsparse: allow including from C++" by Colin Cross · 10 years ago
  69. 099824c libsparse: allow including from C++ by Colin Cross · 10 years ago
  70. 4701852 am d9f1702a: am 2b6791d0: am 0577a067: Merge "libsparse: deal with build warning messages" by Mark Salyzyn · 10 years ago
  71. 031a748 libsparse: deal with build warning messages by Mark Salyzyn · 10 years ago
  72. b70375a resolved conflicts for merge of ec9e5891 to master by Elliott Hughes · 11 years ago
  73. ccecf14 system/core 64-bit cleanup. by Elliott Hughes · 11 years ago
  74. 288ebfd am 9259663c: am f17f5591: am 36d44740: Merge "Fix a bunch of small system/core bugs." by Elliott Hughes · 11 years ago
  75. 14e28d3 Fix a bunch of small system/core bugs. by Elliott Hughes · 11 years ago
  76. 6054907 am 4d5d633b: am 20eb7ac2: am 3c8bdef0: Merge "libsparse: Use BIONIC implementation of mmap64()" by Elliott Hughes · 11 years ago
  77. fccfa41 libsparse: Use BIONIC implementation of mmap64() by Daniel Leung · 12 years ago
  78. de807f2 Add append2simg. by Geremy Condra · 11 years ago
  79. 83a6d36 libsparse: Fix null pointer issue by Hong-Mei Li · 11 years ago
  80. 5069b01 Support for multiple modules with the same name is going away. by Joe Onorato · 12 years ago
  81. f1ec8ac libsparse: fix 32 bit overflow when calculating last chunk by Colin Cross · 12 years ago
  82. b43828b libsparse: rename symbols that conflict with libext4_utils by Colin Cross · 12 years ago
  83. 317a09e libsparse: add sparse_file_len by Colin Cross · 12 years ago
  84. bdc6d39 libsparse: add function to resparse a file and a utility to use it by Colin Cross · 12 years ago
  85. 1e17b31 libsparse: add callback output file type by Colin Cross · 12 years ago
  86. b4cd267 libsparse: pseudo-subclass output_file for normal and gz files by Colin Cross · 12 years ago
  87. 0c4c47f libsparse: add sparse_file read and convert tools to use it by Colin Cross · 12 years ago
  88. 13a5606 libsparse: fix windows image writing by Colin Cross · 12 years ago
  89. be8ddcb libsparse: merge adjacent blocks of the same type by Colin Cross · 12 years ago
  90. a21930b libsparse: add error reporting functions by Colin Cross · 12 years ago
  91. 9e1f17e libsparse: add support for including fds by Colin Cross · 12 years ago
  92. b55dcee libsparse: cleanups by Colin Cross · 12 years ago
  93. 411619e libsparse: remove static variables by Colin Cross · 12 years ago
  94. 28fa5bc system/core: move libsparse into system/core by Colin Cross · 12 years ago