summaryrefslogtreecommitdiff
path: root/src/builtin
Commit message (Expand)AuthorAgeFilesLines
* 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