summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapiEric Lambert2014-09-022-2/+2
|\
| * Add doxygen config. Update README, copyrights.Tushar Gohad2014-09-012-2/+2
* | Added more tests (most of which test that the "public" functionsEric Lambert2014-09-021-40/+307
|/
* Fix memory corruption (did not alloc enough in the fragments_needed test).Kevin Greenan2014-08-261-7/+7
* skipping fragment_needed test as they have exposed some kind of memoryEric Lambert2014-08-261-4/+3
* 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
|/