summaryrefslogtreecommitdiff
path: root/include/erasurecode/erasurecode_helpers.h
Commit message (Expand)AuthorAgeFilesLines
* Split helpers.h include for backward compatibilityheader_symlinksTushar Gohad2015-09-201-37/+0
* Move fragment_header defn to main erasurecode headerTushar Gohad2015-09-171-22/+1
* Rename frag_adder_sizeKota Tsuyuzaki2015-03-051-2/+2
* Enable to get fragment_len includes metadata_adderKota Tsuyuzaki2015-02-271-3/+6
* Move backend metadata adding to fragment allocationKota Tsuyuzaki2015-02-271-1/+1
* Ensure fragment pointers passed to cleanupKota Tsuyuzaki2015-02-271-0/+2
* add fragment validationEric Lambert2014-11-091-2/+1
* add backend_id and backend_version to fragment metadataEric Lambert2014-10-031-0/+4
* libec version is now stored in fragment headerEric Lambert2014-10-021-2/+5
* crc32 checksum now supported (prior to this commit checksum values wereEric Lambert2014-09-251-1/+1
* Compile in pedantic mode and fail compilation on warnings. Also cleanup all e...Eric Lambert2014-09-101-1/+1
* Split metadata handling into own routine, add crc32 supportTushar Gohad2014-08-071-10/+9
* Created helper function to iterate over a set of data/parity fragmentsEric Lambert2014-07-291-0/+1
* Buffers that hold missing indexes need to be '-1 terminated'Eric Lambert2014-07-291-0/+1
* gf: Convert exit(1)s to return statementsTushar Gohad2014-07-211-21/+0
* Add encode postprocessing, checksum helpersTushar Gohad2014-07-211-0/+2
* API to get total fragment sizeTushar Gohad2014-07-211-2/+3
* Allow varargs in log messages, use log_error in more placesTushar Gohad2014-07-181-4/+4
* Add syslog based logging routinesTushar Gohad2014-07-181-3/+11
* Rename header magic macroTushar Gohad2014-07-181-8/+11
* Move encode() helpers to common preprocessing codeTushar Gohad2014-07-171-11/+12
* Add preprocessing for decode and reconstruct.Kevin Greenan2014-07-191-0/+10
* Add preprocessing code for main encode() routineTushar Gohad2014-07-171-0/+2
* Add helper prototypes to erasurecode_helpers.hTushar Gohad2014-07-171-7/+29
* Add liberasurecode helpers (take 1)Tushar Gohad2014-07-171-0/+115