summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Changing stripe verification to properly work with clients.Kevin Greenan2015-01-111-4/+25
|/
* add fragment validationEric Lambert2014-11-092-20/+68
* fixed mem leaks in rs_vand and xor backendEric Lambert2014-10-102-1/+3
* Fixed memory leak: freeing jerasure_rs_cauchy_descriptor was not completely f...Eric Lambert2014-10-101-23/+47
* formatting fixEric Lambert2014-10-061-6/+12
* reorder add_fragment_metadata arg list to be consistent with rest of codeEric Lambert2014-10-062-11/+11
* add backend_id and backend_version to fragment metadataEric Lambert2014-10-033-5/+46
* libec version is now stored in fragment headerEric Lambert2014-10-022-8/+27
* backends now support verion checksEric Lambert2014-10-025-38/+130
* Small fix to check the return code when malloc'ing temporary buffers.Mark Storer2014-10-011-0/+8
* Add the ability for backends to specifyTushar Gohad2014-09-306-0/+8
* Plugging-in the ISA-L backend... Still needs more documentation and a little...Kevin Greenan2014-09-294-2/+596
* Char * backend names are no longer supported. They have been replaced with el...Eric Lambert2014-09-291-74/+5
* liberasurecode_backend_lookup_id now returns EC_BACKENDS_MAX, asnewapiEric Lambert2014-09-261-3/+3
* crc32 checksum now supported (prior to this commit checksum values wereEric Lambert2014-09-253-6/+10
* A little bit of code clean up based on feedback/reviewsEric Lambert2014-09-151-8/+10
* Compile in pedantic mode and fail compilation on warnings. Also cleanup all e...Eric Lambert2014-09-1010-103/+200
* added argument validation logic and tests forEric Lambert2014-09-021-4/+8
* Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapiEric Lambert2014-09-028-8/+8
|\
| * Add doxygen config. Update README, copyrights.Tushar Gohad2014-09-018-8/+8
* | Added more tests (most of which test that the "public" functionsEric Lambert2014-09-021-9/+95
|/
* Fixed bug where null_init was not correctly setting w param (was relying on u...Eric Lambert2014-08-261-0/+2
* Cleaned up the Cauchy backend. This has a bit more cleaned than theMark Storer2014-08-251-44/+67
* Minor cleanup to null backend. Mostly to the exit cases. Free checks forMark W. Storer2014-08-232-44/+32
* Backend changes needed to honor "excluded fragments".Kevin Greenan2014-08-216-128/+206
* Make style consistent (formatting, variable defs)Tushar Gohad2014-08-201-12/+20
* API change for liberasurecode_fragments_neededKevin Greenan2014-08-201-4/+11
* - Cleaned up the documentation in erasurecode.h to ensure that itMark Storer2014-08-181-8/+10
* Merged in lock_checks (pull request #2) Kevin Greenan2014-08-161-12/+28
|\
| * Updated the backend instance register/unregister methods with lockMark Storer2014-08-161-12/+28
* | Updated liberasurecode_supported_checksum_types to accept a pointerMark Storer2014-08-151-2/+3
|/
* Added cleanup APIKevin Greenan2014-08-131-5/+72
* Split metadata handling into own routine, add crc32 supportTushar Gohad2014-08-074-76/+148
* Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapiEric Lambert2014-08-082-0/+2
|\
| * Minor bug in getting the required fragments for jerasureKevin Greenan2014-08-082-0/+2
* | Added ability to generate coverage data with configure --enable-gcov.Eric Lambert2014-08-083-6/+14
|/
* Adding reconstruction for XOR codes.Kevin Greenan2014-08-051-1/+4
* Fixed reconstruction.Kevin Greenan2014-08-054-26/+37
* Add HD parameter to generic params.Kevin Greenan2014-08-051-1/+1
* Fixed bug where when decoding with a missing data fragment, fragment headerEric Lambert2014-08-011-1/+1
* Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapiEric Lambert2014-07-311-0/+23
|\
| * Stubbing the metadata functions and updating their interfaces.Kevin Greenan2014-07-301-0/+23
* | In the erasurecode_preprocessing.c routines for decode/reconstruct, clearlyEric Lambert2014-07-312-49/+34
* | Created helper function to iterate over a set of data/parity fragmentsEric Lambert2014-07-291-2/+18
|/
* Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapiEric Lambert2014-07-291-17/+45
|\
| * Add liberasurecode_supported_backends API implementationTushar Gohad2014-07-251-17/+45
* | Buffers that hold missing indexes need to be '-1 terminated'Eric Lambert2014-07-292-2/+14
|/
* Parity Fragment Headers now contain original data length (without themEric Lambert2014-07-241-0/+1
* Implemented fragments needed for jerasure backendsKevin Greenan2014-07-233-6/+43
* Oops... Yet another build fix.Kevin Greenan2014-07-231-2/+2