summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make test format strings consistent with test function namesTim Burke2017-07-131-71/+71
* 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
* 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-093-3/+15
* 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 building with --disable-staticPete Zaitcev2015-03-301-1/+1
* | 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
* Apply EINSUFFFRAGS to reconstructKota Tsuyuzaki2015-03-061-0/+21
* Rename metadata_adder on backend_commonKota Tsuyuzaki2015-03-051-1/+1
* Fix small thingsKota Tsuyuzaki2015-02-271-2/+4
* Enable to get fragment_len includes metadata_adderKota Tsuyuzaki2015-02-271-1/+4
* Ensure fragment pointers passed to cleanupKota Tsuyuzaki2015-02-271-0/+17