summaryrefslogtreecommitdiff
path: root/test/liberasurecode_test.c
Commit message (Expand)AuthorAgeFilesLines
* add fragment validationEric Lambert2014-11-091-4/+233
* fixed mem leaks in unit testsEric Lambert2014-10-101-0/+23
* add backend_id and backend_version to fragment metadataEric Lambert2014-10-031-0/+11
* libec version is now stored in fragment headerEric Lambert2014-10-021-0/+7
* Plugging-in the ISA-L backend... Still needs more documentation and a little...Kevin Greenan2014-09-291-1/+50
* Char * backend names are no longer supported. They have been replaced with el...Eric Lambert2014-09-291-123/+43
* liberasurecode_backend_lookup_id now returns EC_BACKENDS_MAX, asnewapiEric Lambert2014-09-261-4/+4
* crc32 checksum now supported (prior to this commit checksum values wereEric Lambert2014-09-251-4/+4
* Add checksum testcases (but most turned off since we dont seem to beEric Lambert2014-09-251-54/+152
* Compile in pedantic mode and fail compilation on warnings. Also cleanup all e...Eric Lambert2014-09-101-4/+1
* added simple test for get_fragment_metadataEric Lambert2014-09-031-0/+59
* added argument validation logic and tests forEric Lambert2014-09-021-0/+49
* Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapiEric Lambert2014-09-021-1/+1
|\
| * Add doxygen config. Update README, copyrights.Tushar Gohad2014-09-011-1/+1
* | Added more tests (most of which test that the "public" functionsEric Lambert2014-09-021-40/+307
|/
* Fix memory corruption (did not alloc enough in the fragments_needed test).Kevin Greenan2014-08-261-7/+7
* skipping fragment_needed test as they have exposed some kind of memoryEric Lambert2014-08-261-4/+3
* Freeing the memory allocated by the fragments_needed tests.Kevin Greenan2014-08-261-0/+5
* Added tests for new get_fragments_needed API.Kevin Greenan2014-08-261-12/+153
* minor clean upEric Lambert2014-08-201-7/+8
* Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapiEric Lambert2014-08-201-53/+47
|\
| * Make style consistent (formatting, variable defs)Tushar Gohad2014-08-201-51/+46
| * - Cleaned up the documentation in erasurecode.h to ensure that itMark Storer2014-08-181-2/+2
* | decode test now inspects fragmentsEric Lambert2014-08-201-0/+21
|/
* Updated liberasurecode_supported_checksum_types to accept a pointerMark Storer2014-08-151-1/+3
* Split metadata handling into own routine, add crc32 supportTushar Gohad2014-08-071-0/+14
* moar testsEric Lambert2014-08-081-17/+55
* 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/+1
|\
| * Add HD parameter to generic params.Kevin Greenan2014-08-051-1/+1
* | 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
* The memset used to clear the skip list buffer in the create_skip_arrayEric Lambert2014-07-311-7/+9
* refactored liberasurecode_test and added a test case which runs decoodeEric Lambert2014-07-311-17/+82
* Add liberasurecode_supported_backends API implementationTushar Gohad2014-07-251-6/+10
* Parity Fragment Headers now contain original data length (without themEric Lambert2014-07-241-3/+50
* Plugged-in Cauchy RS.Kevin Greenan2014-07-231-0/+14
* null_code: First cutTushar Gohad2014-07-221-0/+19
* flat_xor_hd: Fix xor_desc pointer (encode/decodes tests pass now)Tushar Gohad2014-07-221-1/+1
* Add testname to individual testsTushar Gohad2014-07-221-2/+5
* algsig: Move jerasure backend dlopen up a levelTushar Gohad2014-07-221-2/+3
* Ripping out galois.[ch] and dynamically pulling the multiplication functon fr...Kevin Greenan2014-07-221-1/+1
* Fix simple encode_decode unit test and remove debugging prints.Kevin Greenan2014-07-221-1/+1
* Enhanced simple_encode_decode test to validate that size contents ofEric Lambert2014-07-211-1/+3
* Fixed erronous error checks in liberasurecode_testEric Lambert2014-07-211-2/+2
* Add encode postprocessing, checksum helpersTushar Gohad2014-07-211-15/+25
* test: Return value from instance_create() is > 0Tushar Gohad2014-07-181-5/+4
* Add jerasure test code, ignore errors when backend lib not availableTushar Gohad2014-07-181-53/+56