Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
system_extras
/
refs/heads/16.0
/
libfec
52fa306
Remove unused mutex fields
by Kelvin Zhang
· 2 years, 3 months ago
f2e4572
Cleanup fec_process to use modern C++ primitives
by Kelvin Zhang
· 2 years, 11 months ago
2f6bcd0
libfec: Fix unaligned multiblock reads
by Sami Tolvanen
· 3 years ago
66ca49d
Allow libfec to correct bad blocks
by Kelvin Zhang
· 3 years, 4 months ago
a2b046a
Tweak linux_glibc properties for musl builds in system/extras
by Colin Cross
· 4 years ago
acb1c17
Stop using syscall() to get tid
by Dan Willemsen
· 4 years, 8 months ago
cd9bd90
Make libfs_mgr dependencies vendor_ramdisk_available.
by David Anderson
· 4 years, 8 months ago
4861cb1
Add ramdisk_available to init_first_stage's deps
by Inseob Kim
· 4 years, 10 months ago
a871d4d
Remove unused reference to gtest_prod.
by Elliott Hughes
· 5 years ago
4e06008
[LSC] Add LOCAL_LICENSE_KINDS to system/extras
by Bob Badour
· 5 years ago
1e069ec
Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/extras"
by Bob Badour
· 5 years ago
044d055
[LSC] Add LOCAL_LICENSE_KINDS to system/extras
by Bob Badour
· 5 years ago
5be78d1
Clean the build rules now that the avbtool can compile
by Julien Desprez
· 5 years ago
48e4ce6
Switch required to data to be bundled in host-unit-tests
by Julien Desprez
· 5 years ago
8d0cbc6
libfec: consistently use check()
by Thiébaud Weksteen
· 5 years ago
b8bbbcf
libfec: use inclusive language
by Sami Tolvanen
· 6 years ago
90e7155
Fix the parsing of images without hashtree descriptor
by Tianjie
· 6 years ago
87d230b
Allow building libfec without libavb
by Tianjie Xu
· 6 years ago
398e8c3
Suport parsing hashtree and ecc data from avb
by Tianjie Xu
· 6 years ago
23f45d2
Don't padd the digest during hash computation
by Tianjie Xu
· 6 years ago
622e628
Add sha1 support for hashtree
by Tianjie Xu
· 6 years ago
fb4066a
Add test to parse verity data
by Tianjie Xu
· 6 years ago
ef9dc36
Factor out the hashtree info from the verity_info
by Tianjie Xu
· 6 years ago
e613d15
libfec: Drop the extern "C" wrapping.
by Tao Bao
· 7 years ago
3882cf7
libfec: Use commonly used shared libraries.
by Tao Bao
· 8 years ago
9798825
libfec: fix a check for read-only mode
by Sami Tolvanen
· 8 years ago
e5417b9
libfec: skip over verity tree when reading metadata from filesystem.
by Sandeep Patil
· 8 years ago
02fd558
Mark as recovery_available:true
by Jiyong Park
· 8 years ago
9f022b4
Convert more of system/extras to Soong
by Dan Willemsen
· 8 years ago
f734741
Don't TEMP_FAILURE_RETRY on close.
by Josh Gao
· 8 years ago
2bfbe94
Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]
by Dan Willemsen
· 9 years ago
f4375be
Remove LOCAL_CLANG and clang: true
by Lennart Wieboldt
· 9 years ago
c1386d3
Fix macOS build
by Romain Guy
· 9 years ago
e8ed694
Convert several libraries to soong.
by Alex Deymo
· 9 years ago
f0b1f9f
Export libsquashfs_utils include path in the library.
by Alex Deymo
· 9 years ago
992dab2
Remove "_host" suffix from libsquashfs_utils.
by Alex Deymo
· 9 years ago
b611070
Remove "_static" and "_host" suffix from libext4_utils definitions.
by Alex Deymo
· 9 years ago
ae12268
Remove "_host" suffix from libfec_rs.
by Alex Deymo
· 9 years ago
1cb0087
libfec: add large file which larger than 4G operation support
by wangjiangshao
· 9 years ago
fa8c62e
Rename libfec_host to libfec.
by Alex Deymo
· 9 years ago
b5afa97
libfec: correct verity table only if it's invalid
by Sami Tolvanen
· 9 years ago
7f46e03
libfec: Update the header path for ext4_utils.
by Tao Bao
· 9 years ago
d9fd5b0
libfec: allow fec_header to be located anywhere
by Sami Tolvanen
· 10 years ago
de4dc4a
Fix references to libcrypto_utils_static.
by Josh Gao
· 10 years ago
6dbbf3d
Fix google-explicit-constructor warnings in libfec.
by Chih-Hung Hsieh
· 10 years ago
a3b37f4
Fix clang-tidy performance warnings in libfec.
by Chih-Hung Hsieh
· 10 years ago
c2174a1
Merge "libfec: pack the fec_header structure"
by Badhri Jagan Sridharan
· 10 years ago
6df850b
libfec: return raw and corrected verity metadata signatures
by Sami Tolvanen
· 10 years ago
d2da04c
libfec: pack the fec_header structure
by Jeremy Compostella
· 10 years ago
c494733
Switch to BoringSSL for crypto.
by Mattias Nissler
· 10 years ago
ac4f7e7
Cleanup uses of sprintf so we can deprecate it.
by George Burgess IV
· 10 years ago
9642b32
libfec: fix thread count calculation
by Sami Tolvanen
· 10 years ago
3c52529
libfec: fix back-up header validation
by Sami Tolvanen
· 10 years ago
e9677cc
libfec: handle IO errors
by Sami Tolvanen
· 10 years ago
66dd09e
Track rename from base/ to android-base/.
by Elliott Hughes
· 10 years ago
dadd5e3
libfec: remove verity validation cache
by Sami Tolvanen
· 10 years ago
83cda15
libfec: add a function to disable verity
by Sami Tolvanen
· 10 years ago
8dd6f01
Add NOTICE files
by Sami Tolvanen
· 11 years ago
0403024
fec: enable building on Mac
by Sami Tolvanen
· 11 years ago
48d7450
libfec: fix Mac build
by Sami Tolvanen
· 11 years ago
c54a33d
Error correction: Add libfec to read encoded data
by Sami Tolvanen
· 11 years ago