summaryrefslogtreecommitdiff
path: root/src/backends/xor
Commit message (Expand)AuthorAgeFilesLines
* Add build-time option to suffix library names sent to dlopenTim Burke2021-10-261-2/+2
* Add Phazr.IO libphazr backend to liberasurecodeJim Cheung2017-02-281-1/+2
* Ensure ec backends can actually be loaded.James Page2015-11-141-1/+1
* Rename metadata_adder on backend_commonKota Tsuyuzaki2015-03-051-1/+1
* backends now support verion checksEric Lambert2014-10-021-9/+28
* 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-9/+12
* Add doxygen config. Update README, copyrights.Tushar Gohad2014-09-011-1/+1
* Backend changes needed to honor "excluded fragments".Kevin Greenan2014-08-211-3/+4
* Adding reconstruction for XOR codes.Kevin Greenan2014-08-051-1/+4
* Add HD parameter to generic params.Kevin Greenan2014-08-051-1/+1
* Mac OS X support in xor and jerasure backendsTushar Gohad2014-07-221-0/+4
* flat_xor_hd: Fix xor_desc pointer (encode/decodes tests pass now)Tushar Gohad2014-07-221-5/+18
* Added functionality needed to support the get_segment_info() API in PyECLib.Kevin Greenan2014-07-211-1/+13
* flat_xor_hd: Handle backend init errorsTushar Gohad2014-07-181-4/+14
* Make 'w' part of common user args, set 'w' in backend initTushar Gohad2014-07-171-0/+4
* Add sohandle to backend init()Tushar Gohad2014-07-171-2/+5
* Remove fnmap, add backend specific descriptorsTushar Gohad2014-07-171-22/+27
* Add vi modeline to flat_xor_hd.cTushar Gohad2014-07-161-0/+4
* Store args natively in the backend_args (not as a pointer)Tushar Gohad2014-07-161-3/+3
* Fix liberasurecode main routines for new API (take 2)Tushar Gohad2014-07-161-3/+12
* Rename flat_xor_3 -> flat_xor_hdTushar Gohad2014-07-161-28/+26
* Add decode, reconstruct, fragments_neededTushar Gohad2014-07-141-21/+18
* Add liberasurecode_encode routineTushar Gohad2014-07-131-3/+4
* Macro out backend method namesTushar Gohad2014-07-131-12/+12
* Frontend/backend API split, make EC handle int typeTushar Gohad2014-07-131-11/+31
* xor code backend implementation (WIP)Tushar Gohad2014-07-071-23/+15
* Add placeholder xor backend routinesTushar Gohad2014-06-301-12/+39
* chksum: Add gf_complete dep for algsigTushar Gohad2014-06-301-0/+0
* xor: First liberasurecode backendTushar Gohad2014-06-292-0/+68