summaryrefslogtreecommitdiff
path: root/include/erasurecode/erasurecode_backend.h
Commit message (Expand)AuthorAgeFilesLines
* Add Phazr.IO libphazr backend to liberasurecodeJim Cheung2017-02-281-7/+22
* Add a method to check if a backend is present.Timur Alperovich2016-03-081-1/+1
* Don't use PATH_MAX const.Ondřej Nový2016-02-281-2/+3
* Add missing #ifdef __cplusplus closure, Fixes #14 (take 2)Tushar Gohad2015-05-011-1/+1
* Add missing #ifdef __cplusplus closure, Fixes #14Tushar Gohad2015-04-301-0/+4
* Rename metadata_adder on backend_commonKota Tsuyuzaki2015-03-051-2/+2
* Change metdata_adder type from int into size_tKota Tsuyuzaki2015-02-271-1/+1
* backends now support verion checksEric Lambert2014-10-021-0/+8
* Add the ability for backends to specifyTushar Gohad2014-09-301-0/+4
* Backend changes needed to honor "excluded fragments".Kevin Greenan2014-08-211-1/+1
* Split metadata handling into own routine, add crc32 supportTushar Gohad2014-08-071-0/+4
* Added functionality needed to support the get_segment_info() API in PyECLib.Kevin Greenan2014-07-211-0/+2
* Add helper prototypes to erasurecode_helpers.hTushar Gohad2014-07-171-3/+3
* Add get_aligned_data_size() to ec helpersTushar Gohad2014-07-171-8/+1
* Make 'w' part of common user args, set 'w' in backend initTushar Gohad2014-07-171-0/+1
* Add sohandle to backend init()Tushar Gohad2014-07-171-1/+1
* Remove fnmap, add backend specific descriptorsTushar Gohad2014-07-171-22/+11
* Store args natively in the backend_args (not as a pointer)Tushar Gohad2014-07-161-2/+2
* Fix liberasurecode main routines for new API (take 2)Tushar Gohad2014-07-161-20/+17
* Fix liberasurecode main routines for new APITushar Gohad2014-07-161-22/+58
* Move dl* specific defines to _backend.hTushar Gohad2014-07-151-1/+7
* Add decode, reconstruct, fragments_neededTushar Gohad2014-07-141-4/+9
* Add liberasurecode_encode routineTushar Gohad2014-07-131-1/+3
* Macro out backend method namesTushar Gohad2014-07-131-6/+15
* Frontend/backend API split, make EC handle int typeTushar Gohad2014-07-131-0/+111