summaryrefslogtreecommitdiff
path: root/libfec
AgeCommit message (Expand)Author
2024-01-04Remove unused mutex fieldsKelvin Zhang
2023-05-08Cleanup fec_process to use modern C++ primitivesKelvin Zhang
2023-04-28libfec: Fix unaligned multiblock readsSami Tolvanen
2022-12-06Allow libfec to correct bad blocksKelvin Zhang
2022-03-24Tweak linux_glibc properties for musl builds in system/extrasColin Cross
2021-07-29Stop using syscall() to get tidDan Willemsen
2021-07-23Make libfs_mgr dependencies vendor_ramdisk_available.David Anderson
2021-06-14Add ramdisk_available to init_first_stage's depsInseob Kim
2021-04-20Remove unused reference to gtest_prod.Elliott Hughes
2021-02-19[LSC] Add LOCAL_LICENSE_KINDS to system/extrasBob Badour
2021-02-16Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/extras"Bob Badour
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to system/extrasBob Badour
2021-01-27Clean the build rules now that the avbtool can compileJulien Desprez
2021-01-20Switch required to data to be bundled in host-unit-testsJulien Desprez
2020-10-26libfec: consistently use check()ThiƩbaud Weksteen
2020-07-27libfec: use inclusive languageSami Tolvanen
2020-05-29Fix the parsing of images without hashtree descriptorTianjie
2020-03-09Allow building libfec without libavbTianjie Xu
2020-01-21Suport parsing hashtree and ecc data from avbTianjie Xu
2019-12-19Don't padd the digest during hash computationTianjie Xu
2019-12-18Add sha1 support for hashtreeTianjie Xu
2019-12-18Add test to parse verity dataTianjie Xu
2019-11-27Factor out the hashtree info from the verity_infoTianjie Xu
2018-10-18libfec: Drop the extern "C" wrapping.Tao Bao
2018-08-13libfec: Use commonly used shared libraries.Tao Bao
2018-08-03libfec: fix a check for read-only modeSami Tolvanen
2018-07-31libfec: skip over verity tree when reading metadata from filesystem.Sandeep Patil
2018-05-24Mark as recovery_available:trueJiyong Park
2018-05-09Convert more of system/extras to SoongDan Willemsen
2017-12-28Don't TEMP_FAILURE_RETRY on close.Josh Gao
2017-10-02Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]Dan Willemsen
2017-07-25Remove LOCAL_CLANG and clang: trueLennart Wieboldt
2017-06-07Fix macOS buildRomain Guy
2017-01-24Convert several libraries to soong.Alex Deymo
2017-01-11Export libsquashfs_utils include path in the library.Alex Deymo
2017-01-11Remove "_host" suffix from libsquashfs_utils.Alex Deymo
2017-01-11Remove "_static" and "_host" suffix from libext4_utils definitions.Alex Deymo
2017-01-11Remove "_host" suffix from libfec_rs.Alex Deymo
2017-01-05libfec: add large file which larger than 4G operation supportwangjiangshao
2016-11-08Rename libfec_host to libfec.Alex Deymo
2016-10-20libfec: correct verity table only if it's invalidSami Tolvanen
2016-10-09libfec: Update the header path for ext4_utils.Tao Bao
2016-09-01libfec: allow fec_header to be located anywhereSami Tolvanen
2016-08-05Fix references to libcrypto_utils_static.Josh Gao
2016-08-02Fix google-explicit-constructor warnings in libfec.Chih-Hung Hsieh
2016-07-27Fix clang-tidy performance warnings in libfec.Chih-Hung Hsieh
2016-06-17Merge "libfec: pack the fec_header structure"Badhri Jagan Sridharan
2016-06-08libfec: return raw and corrected verity metadata signaturesSami Tolvanen
2016-05-17libfec: pack the fec_header structureJeremy Compostella
2016-04-06Switch to BoringSSL for crypto.Mattias Nissler