summaryrefslogtreecommitdiff
path: root/include/erasurecode
Commit message (Expand)AuthorAgeFilesLines
* Release 1.6.31.6.3Tim Burke2022-04-081-1/+1
* Add build-time option to suffix library names sent to dlopenTim Burke2021-10-261-0/+4
* Release 1.6.21.6.2Tim Burke2020-10-081-1/+1
* 1.6.1 releaseTim Burke2019-05-231-1/+1
* Release 1.6.01.6.0Thiago da Silva2018-09-211-1/+1
* Allow reading of little-endian frags on big-endianTim Burke2018-09-111-0/+16
* Un-inline get/set_metatdata_chksumTim Burke2017-07-061-2/+0
* Use zlib for CRC-32Tim Burke2017-07-061-2/+1
* Merge "Release 1.5.0"1.5.0Jenkins2017-06-291-1/+1
|\
| * Release 1.5.0Thiago da Silva2017-06-051-1/+1
* | Stop using ceill() to compute padded data sizePete Zaitcev2017-06-061-3/+0
|/
* Add Phazr.IO libphazr backend to liberasurecodeJim Cheung2017-02-282-7/+23
* Merge "1.4.0 release"1.4.0Jenkins2016-12-081-2/+2
|\
| * 1.4.0 releaseThiago da Silva2016-12-081-2/+2
* | Merge "Add get_version functionality to liberasurecode lib"Jenkins2016-12-081-0/+8
|\ \ | |/ |/|
| * Add get_version functionality to liberasurecode libKota Tsuyuzaki2016-12-041-0/+8
* | ISA-L Cauchy supportKota Tsuyuzaki2016-12-061-0/+1
|/
* Version bump to 1.3.11.3.1John Dickinson2016-11-091-2/+2
* Add get_by_desc ret val handling to get_fragment_sizeKota Tsuyuzaki2016-09-071-0/+1
* Fragment metadata checksumming supportfrag_metadata_checksumTushar Gohad2016-03-103-15/+19
* Add a method to check if a backend is present.Timur Alperovich2016-03-082-1/+10
* Don't use PATH_MAX const.Ondřej Nový2016-02-281-2/+3
* Fix minor revTushar Gohad2015-12-101-2/+2
* Split helpers.h include for backward compatibilityTushar Gohad2015-09-222-38/+80
* Eliminate erasurecode_stdinc.h dependency on log.hTushar Gohad2015-09-181-1/+0
* Move fragment_header defn to main erasurecode headerTushar Gohad2015-09-172-26/+25
* Release 1.0.9v1.0.9Tushar Gohad2015-09-061-3/+3
* Enforce the (k + m < 32) limit, add unit testsKota Tsuyuzaki2015-08-181-0/+2
* Rename MAJOR, MINOR version macrosTushar Gohad2015-08-061-4/+4
* Rename remaining INTERNAL_RS_VAND instancesTushar Gohad2015-07-201-1/+1
* Plugging new internal RS backend into liberasurecode.Kevin Greenan2015-06-181-6/+7
* 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
* This fixed the memory leak mentioned in Issue #12:Kevin Greenan2015-04-271-0/+2
* Fix JERASURE_SONAME in alg_sig.hTushar Gohad2015-03-091-0/+4
* Add md5sum implementationTushar Gohad2015-03-081-0/+45
* Rename metadata_adder on backend_commonKota Tsuyuzaki2015-03-051-2/+2
* Rename frag_adder_sizeKota Tsuyuzaki2015-03-052-4/+5
* Update documentation about metadata_adderKota Tsuyuzaki2015-02-271-1/+1
* Add liberasurecode_get_fragment_size functionKota Tsuyuzaki2015-02-271-0/+12
* Enable to get fragment_len includes metadata_adderKota Tsuyuzaki2015-02-273-4/+7
* Change metdata_adder type from int into size_tKota Tsuyuzaki2015-02-271-1/+1
* Move backend metadata adding to fragment allocationKota Tsuyuzaki2015-02-272-1/+2
* Ensure fragment pointers passed to cleanupKota Tsuyuzaki2015-02-271-0/+2
* Add NTT backend called "shss"ntt_backendKota Tsuyuzaki2015-02-101-0/+1
* Adjust checksum enum defintions to match pyeclibTushar Gohad2015-02-011-3/+3
* Add optional fragment metadata check for decodeTushar Gohad2015-01-301-2/+5
* Decreasing the verbosity of the tests and renaming one of the stripe verifyKevin Greenan2015-01-191-0/+1
* Changing stripe verification to properly work with clients.Kevin Greenan2015-01-111-0/+2
* add fragment validationEric Lambert2014-11-092-2/+15