summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapiEric Lambert2014-08-261-12/+158
|\
| * 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
* | Added libec_slap testEric Lambert2014-08-263-1/+602
|/
* Backend changes needed to honor "excluded fragments".Kevin Greenan2014-08-211-1/+4
* 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
* Added ability to generate coverage data with configure --enable-gcov.Eric Lambert2014-08-081-6/+10
* 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-223-7/+20
* Commenting out alg_sig_test for now...Kevin Greenan2014-07-221-1/+1
* Ripping out galois.[ch] and dynamically pulling the multiplication functon fr...Kevin Greenan2014-07-222-8/+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
* test: Add jerasure_rs_vand basic testTushar Gohad2014-07-181-15/+60
* Removed un-used variable in liberasurecode test.Eric Lambert2014-07-181-1/+0
* Start fleshing out liberasurecode_test. Still pretty bare-bones, moreEric Lambert2014-07-181-5/+100
* Store args natively in the backend_args (not as a pointer)Tushar Gohad2014-07-161-2/+10
* Rename flat_xor_3 -> flat_xor_hdTushar Gohad2014-07-161-1/+1
* Remove required gf-complete dependency from liberasurecode.Kevin Greenan2014-07-161-3/+9
* Add liberasurecode_encode routineTushar Gohad2014-07-131-0/+3
* Frontend/backend API split, make EC handle int typeTushar Gohad2014-07-132-7/+3
* xor code backend implementation (WIP)Tushar Gohad2014-07-072-5/+22
* autoconf: Simplify Makefile.am by adding SUBDIRSTushar Gohad2014-07-061-0/+16
* xor_codes: Use posix_memalignTushar Gohad2014-07-061-50/+12
* test: Favor '.' over other include pathsTushar Gohad2014-06-302-6/+6