summaryrefslogtreecommitdiff
path: root/src/erasurecode_postprocessing.c
Commit message (Expand)AuthorAgeFilesLines
* Rename metadata_adder on backend_commonKota Tsuyuzaki2015-03-051-1/+1
* Rename frag_adder_sizeKota Tsuyuzaki2015-03-051-1/+1
* Enable to get fragment_len includes metadata_adderKota Tsuyuzaki2015-02-271-1/+2
* reorder add_fragment_metadata arg list to be consistent with rest of codeEric Lambert2014-10-061-6/+6
* add backend_id and backend_version to fragment metadataEric Lambert2014-10-031-3/+6
* libec version is now stored in fragment headerEric Lambert2014-10-021-0/+2
* crc32 checksum now supported (prior to this commit checksum values wereEric Lambert2014-09-251-4/+5
* Compile in pedantic mode and fail compilation on warnings. Also cleanup all e...Eric Lambert2014-09-101-1/+1
* Add doxygen config. Update README, copyrights.Tushar Gohad2014-09-011-1/+1
* Split metadata handling into own routine, add crc32 supportTushar Gohad2014-08-071-14/+18
* Fixed reconstruction.Kevin Greenan2014-08-051-3/+0
* Fix simple encode_decode unit test and remove debugging prints.Kevin Greenan2014-07-221-2/+0
* Add encode postprocessing, checksum helpersTushar Gohad2014-07-211-0/+69