summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix get_fragment_partition return valueKota Tsuyuzaki2015-02-271-0/+60
* Add NTT backend called "shss"ntt_backendKota Tsuyuzaki2015-02-101-21/+93
* Add optional fragment metadata check for decodeTushar Gohad2015-01-302-15/+15
* Decreasing the verbosity of the tests and renaming one of the stripe verifyKevin Greenan2015-01-192-14/+11
* 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
* Check decode error code during missing frags testsTushar Gohad2014-09-301-3/+5
* 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-292-124/+44
* 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
* A little bit of code clean up based on feedback/reviewsEric Lambert2014-09-151-1/+1
* Removed unused timer variables from libec_slapEric Lambert2014-09-111-12/+0
* Compile in pedantic mode and fail compilation on warnings. Also cleanup all e...Eric Lambert2014-09-104-20/+12
* added simple test for get_fragment_metadataEric Lambert2014-09-031-0/+59
* added argument validation logic and tests forEric Lambert2014-09-021-0/+49