summaryrefslogtreecommitdiff
path: root/src/erasurecode_helpers.c
Commit message (Expand)AuthorAgeFilesLines
* Be willing to write fragments with legacy crcTim Burke2020-09-301-1/+7
* Remove get_chksum to hush warningsPete Zaitcev2019-02-131-15/+2
* Un-inline get/set_metatdata_chksumTim Burke2017-07-061-43/+0
* Use zlib for CRC-32Tim Burke2017-07-061-2/+3
* Stop using ceill() to compute padded data sizePete Zaitcev2017-06-061-2/+2
* Fix posix_memalign handlingKota Tsuyuzaki2016-07-121-1/+1
* Fragment metadata checksumming supportfrag_metadata_checksumTushar Gohad2016-03-101-0/+42
* Split helpers.h include for backward compatibilityTushar Gohad2015-09-221-0/+1
* Eliminate erasurecode_stdinc.h dependency on log.hTushar Gohad2015-09-181-0/+2
* Rename frag_adder_sizeKota Tsuyuzaki2015-03-051-7/+7
* Enable to get fragment_len includes metadata_adderKota Tsuyuzaki2015-02-271-9/+43
* Move backend metadata adding to fragment allocationKota Tsuyuzaki2015-02-271-4/+6
* Ensure fragment pointers passed to cleanupKota Tsuyuzaki2015-02-271-0/+16
* add fragment validationEric Lambert2014-11-091-8/+8
* formatting fixEric Lambert2014-10-061-6/+12
* add backend_id and backend_version to fragment metadataEric Lambert2014-10-031-0/+36
* libec version is now stored in fragment headerEric Lambert2014-10-021-8/+25
* Add the ability for backends to specifyTushar Gohad2014-09-301-0/+3
* crc32 checksum now supported (prior to this commit checksum values wereEric Lambert2014-09-251-1/+4
* Compile in pedantic mode and fail compilation on warnings. Also cleanup all e...Eric Lambert2014-09-101-2/+2
* Add doxygen config. Update README, copyrights.Tushar Gohad2014-09-011-1/+1
* Split metadata handling into own routine, add crc32 supportTushar Gohad2014-08-071-12/+22
* Created helper function to iterate over a set of data/parity fragmentsEric Lambert2014-07-291-2/+18
* Buffers that hold missing indexes need to be '-1 terminated'Eric Lambert2014-07-291-0/+12
* null_code: First cutTushar Gohad2014-07-221-0/+1
* Add asserts to make sure buffer passed to helpers was not nullTushar Gohad2014-07-221-0/+9
* Add encode postprocessing, checksum helpersTushar Gohad2014-07-211-3/+29
* API to get total fragment sizeTushar Gohad2014-07-211-10/+21
* Allow varargs in log messages, use log_error in more placesTushar Gohad2014-07-181-9/+8
* Rename header magic macroTushar Gohad2014-07-181-10/+10
* Forgot to assign/return allocated buffer!Tushar Gohad2014-07-181-3/+5
* Add preprocessing for decode and reconstruct.Kevin Greenan2014-07-191-1/+2
* Make NULL conditionals consistent (NULL == x)Tushar Gohad2014-07-171-2/+2
* Add preprocessing code for main encode() routineTushar Gohad2014-07-171-1/+49
* Add get_aligned_data_size() to ec helpersTushar Gohad2014-07-171-0/+37
* Add liberasurecode helpers (take 1)Tushar Gohad2014-07-171-0/+211