summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add doxygen config. Update README, copyrights.Tushar Gohad2014-09-011-2/+3
* Backend changes needed to honor "excluded fragments".Kevin Greenan2014-08-212-3/+3
* API change for liberasurecode_fragments_neededKevin Greenan2014-08-201-10/+12
* - Cleaned up the documentation in erasurecode.h to ensure that itMark Storer2014-08-181-15/+38
* Updated liberasurecode_supported_checksum_types to accept a pointerMark Storer2014-08-151-3/+3
* Added cleanup APIKevin Greenan2014-08-131-0/+32
* Split metadata handling into own routine, add crc32 supportTushar Gohad2014-08-073-32/+96
* Add HD parameter to generic params.Kevin Greenan2014-08-051-3/+1
* Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapiEric Lambert2014-07-312-3/+5
|\
| * Distributing the generated config.h (renamed to config_erasurecode.h), since ...Kevin Greenan2014-07-311-1/+1
| * Stubbing the metadata functions and updating their interfaces.Kevin Greenan2014-07-301-2/+4
* | Created helper function to iterate over a set of data/parity fragmentsEric Lambert2014-07-291-0/+1
|/
* Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapiEric Lambert2014-07-291-4/+14
|\
| * Add liberasurecode_supported_backends API implementationTushar Gohad2014-07-251-4/+14
* | Buffers that hold missing indexes need to be '-1 terminated'Eric Lambert2014-07-291-0/+1
|/
* Minor API doc fixup (backend names)Tushar Gohad2014-07-221-1/+5
* null_code: First cutTushar Gohad2014-07-221-0/+3
* Fix data_size type, int -> uint64_tTushar Gohad2014-07-221-1/+1
* algsig: Move jerasure backend dlopen up a levelTushar Gohad2014-07-221-9/+0
* Oops... Build failure! Fixing it!Kevin Greenan2014-07-221-2/+0
* Ripping out galois.[ch] and dynamically pulling the multiplication functon fr...Kevin Greenan2014-07-223-102/+9
* fixed some compile errors in galois.cEric Lambert2014-07-221-2/+2
* Add missing erasurecode_log.hTushar Gohad2014-07-211-0/+55
* gf: Convert exit(1)s to return statementsTushar Gohad2014-07-213-23/+3
* Add encode postprocessing, checksum helpersTushar Gohad2014-07-212-0/+38
* 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-183-15/+20
* 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
* autoconf: Add aclocal.m4 (AM_SILENT_RULES on older ac versions)Tushar Gohad2014-07-161-1/+0
* 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-163-25/+30
* Fix liberasurecode main routines for new APITushar Gohad2014-07-162-27/+68
* More API documentationTushar Gohad2014-07-161-8/+32