summaryrefslogtreecommitdiff
path: root/test/liberasurecode_test.c
Commit message (Expand)AuthorAgeFilesLines
* Add a few coverage for legacy crc codeKota Tsuyuzaki2020-10-021-11/+24
* Be willing to write fragments with legacy crcTim Burke2020-09-301-1/+13
* Fix create_fake_frags_no_meta to use memset to fill fragsCorey Bryant2020-01-281-8/+5
* Allow reading of little-endian frags on big-endianTim Burke2018-09-111-7/+56
* Print test that's going to run *before* running testTim Burke2017-09-131-30/+30
* Merge "flat_xor_hd: better validate args"Jenkins2017-09-131-0/+23
|\
| * flat_xor_hd: better validate argsTim Burke2017-09-131-0/+23
* | Merge "Negative data or parity args are invalid"Jenkins2017-09-131-19/+17
|\ \ | |/ |/|
| * Negative data or parity args are invalidTim Burke2017-09-131-19/+17
* | Merge "Use preprocessor to build test suites"Jenkins2017-09-131-637/+55
|\ \
| * | Use preprocessor to build test suitesTim Burke2017-07-131-637/+55
* | | Merge "Use more backends in existing tests"Jenkins2017-09-131-0/+44
|\ \ \ | |/ /
| * | Use more backends in existing testsTim Burke2017-07-131-0/+44
* | | Merge "Make test format strings consistent with test function names"Jenkins2017-09-131-71/+71
|\ \ \ | |/ /
| * | Make test format strings consistent with test function namesTim Burke2017-07-131-71/+71
* | | Un-inline get/set_metatdata_chksumTim Burke2017-07-061-4/+0
|/ /
* | Use zlib for CRC-32Tim Burke2017-07-061-1/+35
|/
* Merge "Stop running targeted tests repeatedly"Jenkins2017-05-101-0/+3
|\
| * Stop running targeted tests repeatedlyTim Burke2017-02-251-0/+3
* | Merge "Stop running test_simple_encode_decode_over32 repeatedly"Jenkins2017-05-101-5/+5
|\ \ | |/
| * Stop running test_simple_encode_decode_over32 repeatedlyTim Burke2017-02-251-5/+5
* | Merge "Jerasure: Handle initialization errors correctly"Jenkins2017-05-101-5/+27
|\ \
| * | Jerasure: Handle initialization errors correctlyTim Burke2017-03-161-5/+27
| |/
* | Merge "Add Phazr.IO libphazr backend to liberasurecode"Jenkins2017-03-011-5/+86
|\ \ | |/ |/|
| * Add Phazr.IO libphazr backend to liberasurecodeJim Cheung2017-02-281-5/+86
* | Fix valgrind-check and memory leakKota Tsuyuzaki2017-02-201-22/+88
|/
* Merge "Add get_version functionality to liberasurecode lib"Jenkins2016-12-081-0/+9
|\
| * Add get_version functionality to liberasurecode libKota Tsuyuzaki2016-12-041-0/+9
* | ISA-L Cauchy supportKota Tsuyuzaki2016-12-061-1/+68
|/
* Fix error handling on gf_ivnert_matrix in isa-l backendKota Tsuyuzaki2016-11-091-0/+100
* Fix liberasurecode skipping a bunch of invalid_args testsKota Tsuyuzaki2016-11-041-23/+36
* Fragment metadata checksumming supportfrag_metadata_checksumTushar Gohad2016-03-101-4/+16
* Add a method to check if a backend is present.Timur Alperovich2016-03-081-0/+18
* Check frag idx validity when verifying frag metadataTushar Gohad2016-02-141-2/+48
* Split helpers.h include for backward compatibilityTushar Gohad2015-09-221-0/+1
* Enforce the (k + m < 32) limit, add unit testsKota Tsuyuzaki2015-08-181-2/+33
* Rename remaining INTERNAL_RS_VAND instancesTushar Gohad2015-07-201-17/+17
* Rename rs_vand_internal to liberasurecode_rs_vandTushar Gohad2015-06-221-29/+31
* Plugging new internal RS backend into liberasurecode.Kevin Greenan2015-06-181-1/+108
* This is the fix for Issue #13:Kevin Greenan2015-04-271-34/+170
* Adding a new HD XOR code for k=3, m=3, hd=3Kevin Greenan2015-04-091-3/+3
* Merged in fix-metadata-check (pull request #13)Tushar Gohad2015-03-301-0/+6
|\
| * Add a decode error test w/o metadata checkKota Tsuyuzaki2015-03-301-0/+5
| * Fix invalid metadata handlingKota Tsuyuzaki2015-03-301-1/+2
* | Fix nasty rebuild bug where partiy would be reconstructed incorrectlyKevin Greenan2015-03-301-4/+24
|/
* Sanitize fragments_to_string() errorcodes, add tests for frags w/o fmetadataTushar Gohad2015-03-281-2/+50
* Reallow 0 byte encodesTushar Gohad2015-03-111-4/+0
* test: Add missing EBACKENDNOTAVAIL checksv1.0.3Tushar Gohad2015-03-101-4/+55
* WIP: fix doubtful codeKota Tsuyuzaki2015-03-091-3/+2
* Use enum value when handling shssKota Tsuyuzaki2015-03-091-1/+1