summaryrefslogtreecommitdiff
path: root/src/backends
Commit message (Expand)AuthorAgeFilesLines
* Add build-time option to suffix library names sent to dlopenTim Burke2021-10-269-18/+18
* Stop using ceill() to compute padded data sizePete Zaitcev2017-06-061-1/+1
* Merge "Jerasure: Handle initialization errors correctly"Jenkins2017-05-101-3/+7
|\
| * Jerasure: Handle initialization errors correctlyTim Burke2017-03-161-3/+7
* | Merge "ISA-L: Only calculate gf tables on init, not every encode"Jenkins2017-03-291-10/+18
|\ \
| * | ISA-L: Only calculate gf tables on init, not every encodeDaniel Axtens2017-02-131-10/+18
* | | Merge "Add Phazr.IO libphazr backend to liberasurecode"Jenkins2017-03-019-11/+412
|\ \ \ | |_|/ |/| |
| * | Add Phazr.IO libphazr backend to liberasurecodeJim Cheung2017-02-289-11/+412
* | | jerasure: plug memory leaksDaniel Axtens2017-02-212-1/+44
| |/ |/|
* | ISA-L: free matrix on exitDaniel Axtens2017-02-101-0/+1
|/
* ISA-L Cauchy supportKota Tsuyuzaki2016-12-063-545/+638
* Fix error handling on gf_ivnert_matrix in isa-l backendKota Tsuyuzaki2016-11-091-2/+8
* Ensure ec backends can actually be loaded.James Page2015-11-147-7/+7
* Split helpers.h include for backward compatibilityTushar Gohad2015-09-225-0/+5
* Rename remaining INTERNAL_RS_VAND instancesTushar Gohad2015-07-201-14/+14
* Rename liberasurecode_rsvand -> liberasurecode_rs_vandliberasurecode_rs_vand-renameTushar Gohad2015-06-221-3/+3
* Rename rs_vand_internal to liberasurecode_rs_vandTushar Gohad2015-06-221-75/+75
* Properly set W in the new internal RS backend. Without this, the fragment le...new_commits_for_1_0_8Kevin Greenan2015-06-181-1/+1
* Plugging new internal RS backend into liberasurecode.Kevin Greenan2015-06-181-0/+312
* Fix nasty rebuild bug where partiy would be reconstructed incorrectlyKevin Greenan2015-03-302-44/+72
* Rename metadata_adder on backend_commonKota Tsuyuzaki2015-03-056-6/+6
* Fix segmentation_fault on shss with no priv_argsmetadata_adder_new_patches2Kota Tsuyuzaki2015-02-271-1/+6
* Fix isa-l backend to use correct word sizeKota Tsuyuzaki2015-02-271-1/+3
* Fix small thingsKota Tsuyuzaki2015-02-271-12/+7
* Fix shss to instantiate backend discriptorKota Tsuyuzaki2015-02-261-14/+24
* Update isa-l backend to v2.13Tushar Gohad2015-02-251-46/+47
* Add NTT backend called "shss"ntt_backendKota Tsuyuzaki2015-02-101-0/+296
* fixed mem leaks in rs_vand and xor backendEric Lambert2014-10-101-1/+1
* Fixed memory leak: freeing jerasure_rs_cauchy_descriptor was not completely f...Eric Lambert2014-10-101-23/+47
* backends now support verion checksEric Lambert2014-10-025-38/+130
* Add the ability for backends to specifyTushar Gohad2014-09-305-0/+5
* Plugging-in the ISA-L backend... Still needs more documentation and a little...Kevin Greenan2014-09-291-0/+591
* A little bit of code clean up based on feedback/reviewsEric Lambert2014-09-151-8/+10
* Compile in pedantic mode and fail compilation on warnings. Also cleanup all e...Eric Lambert2014-09-104-82/+165
* Add doxygen config. Update README, copyrights.Tushar Gohad2014-09-014-4/+4
* Fixed bug where null_init was not correctly setting w param (was relying on u...Eric Lambert2014-08-261-0/+2
* Cleaned up the Cauchy backend. This has a bit more cleaned than theMark Storer2014-08-251-44/+67
* Minor cleanup to null backend. Mostly to the exit cases. Free checks forMark W. Storer2014-08-232-44/+32
* Backend changes needed to honor "excluded fragments".Kevin Greenan2014-08-214-9/+12
* Minor bug in getting the required fragments for jerasureKevin Greenan2014-08-082-0/+2
* Adding reconstruction for XOR codes.Kevin Greenan2014-08-051-1/+4
* Fixed reconstruction.Kevin Greenan2014-08-052-20/+25
* Add HD parameter to generic params.Kevin Greenan2014-08-051-1/+1
* Implemented fragments needed for jerasure backendsKevin Greenan2014-07-232-4/+41
* Oops... Yet another build fix.Kevin Greenan2014-07-231-2/+2
* Plugged-in Cauchy RS.Kevin Greenan2014-07-231-0/+302
* null_code: First cutTushar Gohad2014-07-221-0/+220
* Mac OS X support in xor and jerasure backendsTushar Gohad2014-07-222-0/+8
* flat_xor_hd: Fix xor_desc pointer (encode/decodes tests pass now)Tushar Gohad2014-07-221-5/+18
* Add encode postprocessing, checksum helpersTushar Gohad2014-07-211-17/+1