summaryrefslogtreecommitdiff
path: root/src/backends/jerasure/jerasure_rs_vand.c
Commit message (Expand)AuthorAgeFilesLines
* Split helpers.h include for backward compatibilityheader_symlinksTushar Gohad2015-09-201-0/+1
* Fix nasty rebuild bug where partiy would be reconstructed incorrectlyKevin Greenan2015-03-301-26/+37
* Rename metadata_adder on backend_commonKota Tsuyuzaki2015-03-051-1/+1
* fixed mem leaks in rs_vand and xor backendEric Lambert2014-10-101-1/+1
* backends now support verion checksEric Lambert2014-10-021-7/+27
* Add the ability for backends to specifyTushar Gohad2014-09-301-0/+1
* Compile in pedantic mode and fail compilation on warnings. Also cleanup all e...Eric Lambert2014-09-101-19/+49
* Add doxygen config. Update README, copyrights.Tushar Gohad2014-09-011-1/+1
* Minor cleanup to null backend. Mostly to the exit cases. Free checks forMark W. Storer2014-08-231-29/+26
* Backend changes needed to honor "excluded fragments".Kevin Greenan2014-08-211-2/+3
* Minor bug in getting the required fragments for jerasureKevin Greenan2014-08-081-0/+1
* Fixed reconstruction.Kevin Greenan2014-08-051-10/+13
* Implemented fragments needed for jerasure backendsKevin Greenan2014-07-231-2/+19
* Mac OS X support in xor and jerasure backendsTushar Gohad2014-07-221-0/+4
* Add encode postprocessing, checksum helpersTushar Gohad2014-07-211-17/+1
* API to get total fragment sizeTushar Gohad2014-07-211-1/+1
* Added functionality needed to support the get_segment_info() API in PyECLib.Kevin Greenan2014-07-211-0/+18
* jerasure_rs_vand: encode returns 0, add missing symbolTushar Gohad2014-07-181-28/+65
* jerasure_rs_vand: soname - libjerasure.so -> libJerasure.soTushar Gohad2014-07-181-1/+1
* Make 'w' part of common user args, set 'w' in backend initTushar Gohad2014-07-171-1/+7
* jerasure_rs_vand: Add EC args validationTushar Gohad2014-07-171-7/+20
* jerasure_rs_vand: Minor cleanup (jerasure_vand -> jerasure_rs_vand)Tushar Gohad2014-07-171-0/+217