summaryrefslogtreecommitdiff
path: root/include/erasurecode
Commit message (Expand)AuthorAgeFilesLines
* API to get total fragment sizeTushar Gohad2014-07-211-2/+3
* Update encode API so liberasurecode allocates all memoryTushar Gohad2014-07-211-5/+11
* Added functionality needed to support the get_segment_info() API in PyECLib.Kevin Greenan2014-07-212-0/+17
* Make int types consistent across APITushar Gohad2014-07-182-13/+10
* Allow varargs in log messages, use log_error in more placesTushar Gohad2014-07-181-4/+4
* Add syslog based logging routinesTushar Gohad2014-07-182-3/+14
* Rename header magic macroTushar Gohad2014-07-181-8/+11
* flat_xor_hd: Handle backend init errorsTushar Gohad2014-07-181-0/+1
* Wiring in the reconstruct preprocessing!Kevin Greenan2014-07-191-3/+5
* Move encode() helpers to common preprocessing codeTushar Gohad2014-07-172-22/+35
* Fix build breakage...Kevin Greenan2014-07-191-1/+1
* Wire-in the decoding preprocessing...Kevin Greenan2014-07-192-11/+17
* Add preprocessing for decode and reconstruct.Kevin Greenan2014-07-192-0/+54
* Add preprocessing code for main encode() routineTushar Gohad2014-07-171-0/+2
* Add helper prototypes to erasurecode_helpers.hTushar Gohad2014-07-173-13/+35
* Add get_aligned_data_size() to ec helpersTushar Gohad2014-07-172-8/+4
* Make 'w' part of common user args, set 'w' in backend initTushar Gohad2014-07-172-6/+5
* Add liberasurecode helpers (take 1)Tushar Gohad2014-07-171-0/+115
* 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-162-25/+27
* Fix liberasurecode main routines for new APITushar Gohad2014-07-162-27/+68
* More API documentationTushar Gohad2014-07-161-8/+32
* Remove required gf-complete dependency from liberasurecode.Kevin Greenan2014-07-161-16/+18
* Pass only 'available_fragments' to decode/reconstructTushar Gohad2014-07-151-9/+7
* Move dl* specific defines to _backend.hTushar Gohad2014-07-152-7/+7
* liberasurecode API changes after discussion w/ KevinTushar Gohad2014-07-151-17/+119
* Add decode, reconstruct, fragments_neededTushar Gohad2014-07-142-7/+21
* Add liberasurecode_encode routineTushar Gohad2014-07-131-1/+3
* Macro out backend method namesTushar Gohad2014-07-132-10/+19
* Bump version to 0.9.10Tushar Gohad2014-07-131-1/+1
* Frontend/backend API split, make EC handle int typeTushar Gohad2014-07-134-108/+129
* autoheader: Additional headers in liberasurecode_stdinc.hTushar Gohad2014-07-071-0/+13
* Move alg_sig.h to common headersTushar Gohad2014-07-071-0/+50
* xor code backend implementation (WIP)Tushar Gohad2014-07-071-29/+48
* chksum: Add gf_complete dep for algsigTushar Gohad2014-06-301-0/+99
* api: Make _t types pointer typesTushar Gohad2014-06-293-36/+33
* api: Fix unterminated endif in Mac OS X sectionTushar Gohad2014-06-291-0/+2
* Add list.h, use include/<dir> for erasurecode hdrsTushar Gohad2014-06-295-0/+440