summaryrefslogtreecommitdiff
path: root/src/erasurecode_preprocessing.c
Commit message (Expand)AuthorAgeFilesLines
* Add Phazr.IO libphazr backend to liberasurecodeJim Cheung2017-02-281-3/+9
* Fix segfault when fragment index is out of rangeTushar Gohad2016-02-141-1/+1
* Split helpers.h include for backward compatibilityTushar Gohad2015-09-221-0/+1
* Eliminate erasurecode_stdinc.h dependency on log.hTushar Gohad2015-09-181-0/+1
* This fixes a bug discovered when passing a new insufficient fragments exceptionKevin Greenan2015-07-121-1/+1
* This is the fix for Issue #13:Kevin Greenan2015-04-271-1/+15
* Fix invalid metadata handlingKota Tsuyuzaki2015-03-301-0/+3
* Sanitize fragments_to_string() errorcodes, add tests for frags w/o fmetadataTushar Gohad2015-03-281-8/+8
* Improve error code returnsTushar Gohad2015-03-081-0/+4
* Apply EINSUFFFRAGS to reconstructKota Tsuyuzaki2015-03-061-1/+1
* Rename metadata_adder on backend_commonKota Tsuyuzaki2015-03-051-1/+1
* Enable to get fragment_len includes metadata_adderKota Tsuyuzaki2015-02-271-17/+13
* Move backend metadata adding to fragment allocationKota Tsuyuzaki2015-02-271-6/+11
* Fix get_fragment_partition return valueKota Tsuyuzaki2015-02-271-2/+3
* Small fix to check the return code when malloc'ing temporary buffers.Mark Storer2014-10-011-0/+8
* Add doxygen config. Update README, copyrights.Tushar Gohad2014-09-011-1/+1
* Split metadata handling into own routine, add crc32 supportTushar Gohad2014-08-071-9/+0
* In the erasurecode_preprocessing.c routines for decode/reconstruct, clearlyEric Lambert2014-07-311-13/+0
* Parity Fragment Headers now contain original data length (without themEric Lambert2014-07-241-0/+1
* Fix simple encode_decode unit test and remove debugging prints.Kevin Greenan2014-07-221-10/+10
* Add encode postprocessing, checksum helpersTushar Gohad2014-07-211-6/+13
* API to get total fragment sizeTushar Gohad2014-07-211-7/+7
* Make int types consistent across APITushar Gohad2014-07-181-1/+3
* Move data/parity return buffer allocs back to mainTushar Gohad2014-07-181-16/+4
* Move encode() helpers to common preprocessing codeTushar Gohad2014-07-171-16/+100
* Fix build breakage...Kevin Greenan2014-07-191-1/+1
* Wire-in the decoding preprocessing...Kevin Greenan2014-07-191-11/+26
* Add preprocessing for decode and reconstruct.Kevin Greenan2014-07-191-0/+270