summaryrefslogtreecommitdiff
path: root/libsparse
AgeCommit message (Expand)Author
2023-08-28Make simg2img host-onlyCole Faust
2023-06-22Build libsparse and simg2img for Mac OS X as part of Cuttlefish launcher toolsA. Cody Schuffelen
2023-03-23libsparse: fix double free after block splittingEric Biggers
2023-03-20libsparse: Fix allocation failures on 32-bit systems.David Anderson
2023-03-16libsparse: Propagate failures when resparsing files.David Anderson
2022-11-11Remove a file we haven't built since 2013.Elliott Hughes
2022-11-10Replace exit codes with EXIT_SUCCESS and EXIT_FAILURE.rapperskull
2022-11-10Fix clang error about incompatible assignment in simg2simg.cpprapperskull
2022-10-03simg_dump.py: fix error for CHUNK_TYPE_FILLBowgo Tsai
2022-09-20Fix module-file name collisionsCole Faust
2022-09-18Remove Python enables identical to global defaults.Krzysztof KosiƄski
2022-06-01libsparse: Don't spam errors in sparse_file_import_auto.David Anderson
2022-05-13Merge "img2simg: Add support for converting holes to "don't care" chunks"Treehugger Robot
2022-04-04sparse_fuzzer: Bug fixDevendra Singhi
2022-01-28Merge changes from topic "sparse-file-read-enum"Treehugger Robot
2022-01-27img2simg: Add support for converting holes to "don't care" chunksSean Anderson
2022-01-27libsparse: Add "hole" mode to sparse_file_readSean Anderson
2022-01-21Merge "libsparse: no xrange() in python3."Treehugger Robot
2022-01-18libsparse: no xrange() in python3.Elliott Hughes
2022-01-14Add checking for sparse file formatKeith Mok
2021-12-30libsparse: Split off most of sparse_file_read_normal into a helper functionSean Anderson
2021-08-17libsparse: python3.Elliott Hughes
2021-02-19[LSC] Add LOCAL_LICENSE_KINDS to system/coreBob Badour
2021-02-16Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/core"Elliott Hughes
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to system/coreBob Badour
2021-01-05Add assemble_cvd to com.android.virtJiyong Park
2020-11-19libsparse: make vendor_ramdisk_available.Yifan Hong
2020-09-03Make libsparse vendor_availableAlistair Delva
2020-08-11libsparse: Fix overflow of merged sparse chunk lengthHyeongseok Kim
2020-06-03libsparse: Limit block size to 64 MBWoody Lin
2020-05-14libsparse: use memory-mapping on Windows too.Elliott Hughes
2020-01-22Make ramdisk_available.Yifan Hong
2019-11-12libsparse: fix memory leak in output_file_close()Robin Hsu
2019-09-25Add fuzzer for libsparsehamzeh
2019-08-15libsparse: replace legacy min() with std::min()cfig
2019-05-02Fix an unintialized return value.Stephen Hines
2019-01-24Convert Android.mk file to Android.bpSasha Smundak
2018-12-11Fix cert-dcl16-c clang-tidy warnings.Chih-Hung Hsieh
2018-07-26Revert "libsparse: Add sparse typed callback"Tobias Thierer
2018-07-25libsparse: Add sparse typed callbackJerry Zhang
2018-07-23[libsparse] Modernize codebase by replacing NULL with nullptrYi Kong
2018-06-13Merge "libsparse: add OWNERS."Treehugger Robot
2018-06-13libsparse: Add .clang-format and reformat to google3 styleJerry Zhang
2018-06-13libsparse: add OWNERS.Elliott Hughes
2018-06-13libsparse: Change source files to cppJerry Zhang
2018-06-07libsparse: Add method to create sparse file from bufferJerry Zhang
2018-05-24Build adbd for recoveryJiyong Park
2018-04-25libsparse: Use 'size_t' for the 'len' parameter in callbacks.Tao Bao
2017-10-17Merge "<stdbool.h> not necessary in C++."Treehugger Robot
2017-10-17<stdbool.h> not necessary in C++.Elliott Hughes