summaryrefslogtreecommitdiff
path: root/src/builtin
Commit message (Expand)AuthorAgeFilesLines
* Fix underflow in flat_xor_hd codeTim Burke2021-06-281-5/+7
* flat_xor_hd: better validate argsTim Burke2017-09-131-1/+1
* Fix valgrind-check and memory leakKota Tsuyuzaki2017-02-201-1/+1
* Fix prototype declaration / definition mismatch (issue #25)Dirk Mueller2016-03-041-1/+1
* Rename liberasurecode_rsvand -> liberasurecode_rs_vandliberasurecode_rs_vand-renameTushar Gohad2015-06-221-5/+5
* Rename rs_vand_internal to liberasurecode_rs_vandTushar Gohad2015-06-222-7/+7
* Adding new built-in backend for RS VandermondeKevin Greenan2015-06-183-0/+664
* Adding a new HD XOR code for k=3, m=3, hd=3Kevin Greenan2015-04-091-0/+2
* Fixing bug where non-Intel platforms fail to compile due to SSE2-specific hea...Kevin Greenan2015-03-171-0/+2
* fixed mem leaks in rs_vand and xor backendEric Lambert2014-10-101-0/+2
* Plugging-in the ISA-L backend... Still needs more documentation and a little...Kevin Greenan2014-09-291-1/+1
* Compile in pedantic mode and fail compilation on warnings. Also cleanup all e...Eric Lambert2014-09-102-1/+2
* Backend changes needed to honor "excluded fragments".Kevin Greenan2014-08-211-116/+193
* Added ability to generate coverage data with configure --enable-gcov.Eric Lambert2014-08-082-4/+8
* null_code: First cutTushar Gohad2014-07-222-0/+77
* Frontend/backend API split, make EC handle int typeTushar Gohad2014-07-131-550/+0
* xor code backend implementation (WIP)Tushar Gohad2014-07-071-0/+550
* xor_codes: Fix includes to prefer '.' over sys pathsTushar Gohad2014-07-062-3/+3
* xor_codes: Don't call exit() from shared libraryTushar Gohad2014-07-061-12/+15
* autoconf: Simplify Makefile.am by adding SUBDIRSTushar Gohad2014-07-061-0/+9
* xor_codes: Use posix_memalignTushar Gohad2014-07-062-22/+5
* Add xor scheme to builtins, algsig/crc32 code to utilsTushar Gohad2014-06-292-0/+1015