summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Added tests for new get_fragments_needed API.Kevin Greenan2014-08-261-12/+153
* | Added libec_slap testEric Lambert2014-08-264-1/+604
* | Fixed bug where null_init was not correctly setting w param (was relying on u...Eric Lambert2014-08-261-0/+2
|/
* Merged in more_backend (pull request #5) Tushar Gohad2014-08-251-44/+67
|\
| * Cleaned up the Cauchy backend. This has a bit more cleaned than theMark Storer2014-08-251-44/+67
|/
* Merged in backend (pull request #4) Tushar Gohad2014-08-222-44/+32
|\
| * 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-219-132/+213
* minor clean upEric Lambert2014-08-201-7/+8
* Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapiEric Lambert2014-08-203-93/+129
|\
| * Make style consistent (formatting, variable defs)Tushar Gohad2014-08-202-63/+66
| * API change for liberasurecode_fragments_neededKevin Greenan2014-08-202-14/+23
| * Merged in doc_polish (pull request #3) Kevin Greenan2014-08-203-25/+50
| |\
| | * - Cleaned up the documentation in erasurecode.h to ensure that itMark Storer2014-08-183-25/+50
* | | decode test now inspects fragmentsEric Lambert2014-08-201-0/+21
|/ /
* | disable compile time optimization when gcov is enabledEric Lambert2014-08-181-0/+2
|/
* 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
* | Merged in supported_checksums (pull request #1) Kevin Greenan2014-08-163-6/+9
|\ \ | |/ |/|
| * Updated liberasurecode_supported_checksum_types to accept a pointerMark Storer2014-08-153-6/+9
|/
* Added cleanup APIKevin Greenan2014-08-132-5/+104
* Split metadata handling into own routine, add crc32 supportTushar Gohad2014-08-078-108/+258
* moar testsEric Lambert2014-08-081-17/+55
* 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-086-13/+45
|/
* Dont fail test if backend not available (this behavior was inadvertentlyEric Lambert2014-08-061-5/+16
* Added reconstruct test casesEric Lambert2014-08-061-4/+26
* Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapiEric Lambert2014-08-051-1/+4
|\
| * Adding reconstruction for XOR codes.Kevin Greenan2014-08-051-1/+4
* | Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapiEric Lambert2014-08-057-31/+40
|\ \ | |/
| * Fixed reconstruction.Kevin Greenan2014-08-054-26/+37
| * Add HD parameter to generic params.Kevin Greenan2014-08-053-5/+3
* | Modified liberasurecode_test to be more "assertive" (use asserts where ever p...Eric Lambert2014-08-051-80/+80
|/
* Added decode test for missing mutiple data and parity fragments as wellEric Lambert2014-08-041-3/+92
* Updated test_decode_with_missing_data testcase so that it verifiesEric Lambert2014-08-011-2/+14
* Fixed bug where when decoding with a missing data fragment, fragment headerEric Lambert2014-08-011-1/+1
* The memset used to clear the skip list buffer in the create_skip_arrayEric Lambert2014-07-311-7/+9
* Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapiEric Lambert2014-07-316-6/+33
|\
| * Distributing the generated config.h (renamed to config_erasurecode.h), since ...Kevin Greenan2014-07-314-4/+6
| * Stubbing the metadata functions and updating their interfaces.Kevin Greenan2014-07-302-2/+27
* | refactored liberasurecode_test and added a test case which runs decoodeEric Lambert2014-07-311-17/+82
* | 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-292-2/+19
|/
* Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapiEric Lambert2014-07-293-27/+69
|\
| * Add liberasurecode_supported_backends API implementationTushar Gohad2014-07-253-27/+69
* | Buffers that hold missing indexes need to be '-1 terminated'Eric Lambert2014-07-293-2/+15
|/
* Parity Fragment Headers now contain original data length (without themEric Lambert2014-07-242-3/+51
* Implemented fragments needed for jerasure backendsKevin Greenan2014-07-233-6/+43
* Oops... Yet another build fix.Kevin Greenan2014-07-231-2/+2