aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2022-08-18Fix issue for separate directory buildinglamprey_12.1.6lamprey_12.1.5lamprey/12.1.6lamprey/12.1.512.1.612.1.5Naoto Yamaguchi1-1/+1
The librefop has issue for separate directory building. Current recipe use autotools-brokensep to avoid that issue. This patch fix that issue. Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: I65c026dccf54a6cbfe86dc633890019e9c08f2bf
2022-08-05Fix installation README spdx typo issueneedlefish_13.93.0needlefish/13.93.013.93.0Naoto Yamaguchi1-2/+2
Fix to external header is not installing. Fix to algorithm description. Fix to SPDX-License-Identifier in mock header. Fix to some typo. Bug-AGL: SPEC-4500 Change-Id: Ica9d32601d26243a8c4361c290e0bc853fa43ec4 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
2022-08-05Fix function interface descriptionsNaoto Yamaguchi2-5/+19
The librefop use doxygen to create interface document. Existing code has some description error in interface description. This patch fix these error. Bug-AGL: SPEC-4500 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: I83a68fb708a6c850f01559ab3780d1e9c3fdd7d9
2022-08-05Reformat codeNaoto Yamaguchi5-149/+149
The librefop define the coding style using clang-format. This patch reformat code using clang-format. Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: I6f6647317f2916c583ca68e1259da2e08a989657
2022-08-05Fix undefined fail caseNaoto Yamaguchi1-9/+10
The some error case are not detect in err detection method. This patch fix fail path to avoid undefined fail case. Bug-AGL: SPEC-4500 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: Ic641fd121ef8c48891109207eec51afbc8a5ada1
2022-08-02Rename library and header filename to librefopNaoto Yamaguchi3-7/+7
Previously this library name is libredundancyfileop, but it's too long for use. This patch rename library for libredundancyfileop to librefop. Bug-AGL: SPEC-4500 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: I450c31cfe36f246489f9198e4cf2cfd6e85cb0ab
2022-07-28Initial commit for libredundancyfileop sourceNaoto Yamaguchi9-0/+824
This patch add initial source code registration to repository. Bug-AGL: SPEC-4500 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: I2b7331030f69e1d4cc396db9821f88e87e5b49a2
2022-07-28Add crc16.h is imported from NetBSDNaoto Yamaguchi1-0/+82
The librefop use crc16 for data validation. This patch import crc16 algorithm from Net-BSD source tree. Bug-AGL: SPEC-4500 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: I4f9ccad1d5d9c871e833e25ddda730088b76ce2b