summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename rs_vand_internal to liberasurecode_rs_vandTushar Gohad2015-06-221-5/+5
* Plugging new internal RS backend into liberasurecode.Kevin Greenan2015-06-181-6/+7
* Adding new built-in backend for RS VandermondeKevin Greenan2015-06-182-0/+89
* 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
* Adding a new HD XOR code for k=3, m=3, hd=3Kevin Greenan2015-04-091-2/+8
* 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
* Make include of config_liberasurecode.h conditonal. Have been expermenting wi...Eric Lambert2014-11-081-0/+2
* reorder add_fragment_metadata arg list to be consistent with rest of codeEric Lambert2014-10-061-2/+2
* add backend_id and backend_version to fragment metadataEric Lambert2014-10-033-1/+6
* libec version is now stored in fragment headerEric Lambert2014-10-022-2/+7
* backends now support verion checksEric Lambert2014-10-021-0/+8
* Fixed macro definition of version elementsEric Lambert2014-10-011-3/+3
* Add the ability for backends to specifyTushar Gohad2014-09-301-0/+4
* Plugging-in the ISA-L backend... Still needs more documentation and a little...Kevin Greenan2014-09-291-0/+1
* Char * backend names are no longer supported. They have been replaced with el...Eric Lambert2014-09-291-25/+3
* 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-105-26/+11
* added argument validation logic and tests forEric Lambert2014-09-021-4/+2
* 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