1. 503b63f <stdbool.h> not necessary in C++. by Elliott Hughes · 7 years ago
  2. c39caaf libsparse: fix building on linux host. by Xiaolei Yu · 7 years ago
  3. 5cfa006 Rename libz-host -> libz by Dan Willemsen · 7 years ago
  4. 221af09 Merge "libsparse: Fix odd-sized input files total_blks" am: 652ce94f40 am: ab74c778df by Chris Fries · 7 years ago
  5. 3738968 libsparse: Fix odd-sized input files total_blks by Chris Fries · 7 years ago
  6. 4da21cd Merge "libsparse: Fix verbose_error string usage" am: 0bdf6539d6 am: 006ea1aebc by Chris Fries · 7 years ago
  7. a7eeb22 libsparse: Fix verbose_error string usage by Chris Fries · 7 years ago
  8. 4786e4e Remove "_host" and "_static" suffix from libsparse definition. am: b0c395955d am: 7b8d66e7cc am: 11b65cf3be by Alex Deymo · 7 years ago
  9. b0c3959 Remove "_host" and "_static" suffix from libsparse definition. by Alex Deymo · 7 years ago
  10. ad0cd64 Manually merge commit '61e74d7' into stage-aosp-master am: 9f9a239ca3 am: aec7316546 by Adrien Schildknecht · 7 years ago
  11. a26a6bd libsparse: add a function to retrieve the data blocks by Adrien Schildknecht · 7 years ago
  12. 84f83a5 Merge "libsparse: output_file.c, fix large data chunk issue" am: 62c9101646 am: faaeda8e12 am: 4179f2ec65 by Colin Cross · 8 years ago
  13. fca594c libsparse: output_file.c, fix large data chunk issue by Jeremy Compostella · 8 years ago
  14. c2b3b5f Merge "Test for _WIN32 in instead of USE_MINGW." am: ec99158580 am: 2e7e065db9 am: 04819403d6 by Elliott Hughes · 8 years ago
  15. 34a4f0b Test for _WIN32 in instead of USE_MINGW. by Elliott Hughes · 8 years ago
  16. c38720a libsparse: Add .csv and sha1 options for simg_dump.py by Patrick Tjin · 8 years ago
  17. 45f0524 Convert more Android.mk files to Android.bp by Dan Willemsen · 8 years ago
  18. eabd510 Fix misc-macro-parentheses warnings in libion, libsparse, libmem* by Chih-Hung Hsieh · 8 years ago
  19. 1eb743b Fix static analyzer issues caught by clang by Colin Cross · 8 years ago
  20. b5619d9 Turn off CRC checking for append2simg by Colin Cross · 8 years ago
  21. f21f0f1 Fix parameter to lseek by caozhiyuan · 9 years ago
  22. af090a6 fix misuse of formatting specifiers by Daniel Micay · 9 years ago
  23. 87a419c Remove USE_MINGW/CYGWIN; Whitelist windows modules by Dan Willemsen · 9 years ago
  24. c227a1d libsparse: use strcmp and validate last_used pointer by lei wang wang · 9 years ago
  25. a29c012 libsparse: Wrap sparse_crc32.h to be C++ compatible. by Tao Bao · 9 years ago
  26. 4cc3978 libsparse: fix crc chunk parsing in simg_dump.py by Eric Miao · 9 years ago
  27. cfd3a03 libsparse: move_chunks_up_to_len() does not account skip chunks by Jeremy Compostella · 9 years ago
  28. 80cc1f6 Add verbose param to sparse_file_import_auto by Mohamad Ayyash · 9 years ago
  29. 9f0d6bd fastboot/sparse: propagate error code by Jeremy Compostella · 9 years ago
  30. a840300 Cleanup libsparse Android.mk by Trevor Drake · 9 years ago
  31. 5106791 am d4d09637: am db32e788: am a2b03c4a: Merge "libsparse: turn on -Werror" by Mark Salyzyn · 10 years ago
  32. 8116c8c libsparse: turn on -Werror by Mark Salyzyn · 10 years ago
  33. 0e3f47e append2simg: write to temporary file by Colin Cross · 10 years ago
  34. b0cb721 am 37d39eba: am 0cb82da2: am 958235bd: Merge "libsparse: allow including from C++" by Colin Cross · 10 years ago
  35. 099824c libsparse: allow including from C++ by Colin Cross · 10 years ago
  36. 4701852 am d9f1702a: am 2b6791d0: am 0577a067: Merge "libsparse: deal with build warning messages" by Mark Salyzyn · 10 years ago
  37. 031a748 libsparse: deal with build warning messages by Mark Salyzyn · 10 years ago
  38. b70375a resolved conflicts for merge of ec9e5891 to master by Elliott Hughes · 10 years ago
  39. ccecf14 system/core 64-bit cleanup. by Elliott Hughes · 10 years ago
  40. 288ebfd am 9259663c: am f17f5591: am 36d44740: Merge "Fix a bunch of small system/core bugs." by Elliott Hughes · 11 years ago
  41. 14e28d3 Fix a bunch of small system/core bugs. by Elliott Hughes · 11 years ago
  42. 6054907 am 4d5d633b: am 20eb7ac2: am 3c8bdef0: Merge "libsparse: Use BIONIC implementation of mmap64()" by Elliott Hughes · 11 years ago
  43. fccfa41 libsparse: Use BIONIC implementation of mmap64() by Daniel Leung · 11 years ago
  44. de807f2 Add append2simg. by Geremy Condra · 11 years ago
  45. 83a6d36 libsparse: Fix null pointer issue by Hong-Mei Li · 11 years ago
  46. 5069b01 Support for multiple modules with the same name is going away. by Joe Onorato · 12 years ago
  47. f1ec8ac libsparse: fix 32 bit overflow when calculating last chunk by Colin Cross · 12 years ago
  48. b43828b libsparse: rename symbols that conflict with libext4_utils by Colin Cross · 12 years ago
  49. 317a09e libsparse: add sparse_file_len by Colin Cross · 12 years ago
  50. bdc6d39 libsparse: add function to resparse a file and a utility to use it by Colin Cross · 12 years ago
  51. 1e17b31 libsparse: add callback output file type by Colin Cross · 12 years ago
  52. b4cd267 libsparse: pseudo-subclass output_file for normal and gz files by Colin Cross · 12 years ago
  53. 0c4c47f libsparse: add sparse_file read and convert tools to use it by Colin Cross · 12 years ago
  54. 13a5606 libsparse: fix windows image writing by Colin Cross · 12 years ago
  55. be8ddcb libsparse: merge adjacent blocks of the same type by Colin Cross · 12 years ago
  56. a21930b libsparse: add error reporting functions by Colin Cross · 12 years ago
  57. 9e1f17e libsparse: add support for including fds by Colin Cross · 12 years ago
  58. b55dcee libsparse: cleanups by Colin Cross · 12 years ago
  59. 411619e libsparse: remove static variables by Colin Cross · 12 years ago
  60. 28fa5bc system/core: move libsparse into system/core by Colin Cross · 12 years ago