summaryrefslogtreecommitdiff
path: root/test
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
* Do not discard a technical return value in testsPete Zaitcev2020-02-051-4/+12
* Fix create_fake_frags_no_meta to use memset to fill fragsCorey Bryant2020-01-281-8/+5
* Update test to build on FreeBSD 12donnydavis2019-07-021-0/+1
* 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-062-2/+36
|/
* 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
* | Merge "ISA-L Cauchy support"Jenkins2016-12-071-1/+68
|\ \
| * | ISA-L Cauchy supportKota Tsuyuzaki2016-12-061-1/+68
| |/
* | Merge "Beautify fill_buffer()"Jenkins2016-11-101-3/+2
|\ \ | |/ |/|
| * Beautify fill_buffer()Pete Zaitcev2016-10-141-3/+2
* | 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
* Fix prototype declaration / definition mismatch (issue #25)Dirk Mueller2016-03-041-1/+1
* Check frag idx validity when verifying frag metadataTushar Gohad2016-02-141-2/+48
* Make libtool archive references relative to builddirTushar Gohad2015-12-101-6/+6
* Split helpers.h include for backward compatibilityTushar Gohad2015-09-222-0/+2
* 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 liberasurecode_rsvand -> liberasurecode_rs_vandliberasurecode_rs_vand-renameTushar Gohad2015-06-221-2/+2
* Rename rs_vand_internal to liberasurecode_rs_vandTushar Gohad2015-06-223-41/+43
* Fix open/write() and uninitialize var warnings in rs_vand internalTushar Gohad2015-06-221-3/+6
* Plugging new internal RS backend into liberasurecode.Kevin Greenan2015-06-181-1/+108
* Adding internal tests for the new internal RS codec.Kevin Greenan2015-06-183-1/+409
* Fix a uint < 0 warning reported by ClangTushar Gohad2015-04-301-3/+3