summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated error codes to reflect discussion:error_codesMark Storer2014-10-061-16/+22
* Initial commit of an exanded error status struct. This commit isMark Storer2014-10-021-0/+17
* Merged in malloc_check (pull request #6) Eric Lambert2014-10-011-0/+8
|\
| * Small fix to check the return code when malloc'ing temporary buffers.Mark Storer2014-10-011-0/+8
* | Reenable silent builds, for verbose builds use "make V=1"Tushar Gohad2014-10-011-3/+3
|/
* README.md edited online with BitbucketTushar Gohad2014-09-301-3/+2
* Check decode error code during missing frags testsTushar Gohad2014-09-301-3/+5
* Add the ability for backends to specifyTushar Gohad2014-09-307-0/+12
* Add autoconf output to .gitignoreTushar Gohad2014-09-301-1/+7
* cleanup: remove auto-generated file from repoKota Tsuyuzaki2014-09-302-1152/+1
* Plugging-in the ISA-L backend... Still needs more documentation and a little...Kevin Greenan2014-09-297-6/+650
* Char * backend names are no longer supported. They have been replaced with el...Eric Lambert2014-09-295-248/+55
* liberasurecode_backend_lookup_id now returns EC_BACKENDS_MAX, asnewapiEric Lambert2014-09-262-7/+7
* crc32 checksum now supported (prior to this commit checksum values wereEric Lambert2014-09-255-11/+15
* 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-152-9/+11
* Removed unused timer variables from libec_slapEric Lambert2014-09-111-12/+0
* Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapiEric Lambert2014-09-107-113/+217
|\
| * Integrate doxygen with autoconf infrastructureTushar Gohad2014-09-076-8/+132
| * Turn on Javadoc style brief for commentsTushar Gohad2014-09-071-1/+1
| * Use printable ascii chars in README + other cleanupTushar Gohad2014-09-071-100/+79
| * Constrain Doxygen to just the frontend/backend API headersTushar Gohad2014-09-031-6/+7
* | Compile in pedantic mode and fail compilation on warnings. Also cleanup all e...Eric Lambert2014-09-1020-151/+225
|/
* added simple test for get_fragment_metadataEric Lambert2014-09-031-0/+59
* added argument validation logic and tests forEric Lambert2014-09-023-8/+59
* Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapiEric Lambert2014-09-0217-79/+2821
|\
| * README -> README.mdTushar Gohad2014-09-012-460/+467
| * README edited online with BitbucketTushar Gohad2014-09-021-37/+68
| * README edited online with BitbucketTushar Gohad2014-09-021-426/+429
| * Add PyECLib/Swift references to READMETushar Gohad2014-09-011-0/+5
| * Add doxygen config. Update README, copyrights.Tushar Gohad2014-09-0116-46/+2742
* | Added more tests (most of which test that the "public" functionsEric Lambert2014-09-022-49/+402
|/
* 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-264-1/+604
* | Fixed bug where null_init was not correctly setting w param (was relying on u...Eric Lambert2014-08-261-0/+2
|/
* Merged in more_backend (pull request #5) Tushar Gohad2014-08-251-44/+67
|\
| * Cleaned up the Cauchy backend. This has a bit more cleaned than theMark Storer2014-08-251-44/+67
|/
* Merged in backend (pull request #4) Tushar Gohad2014-08-222-44/+32
|\
| * Minor cleanup to null backend. Mostly to the exit cases. Free checks forMark W. Storer2014-08-232-44/+32
|/
* Backend changes needed to honor "excluded fragments".Kevin Greenan2014-08-219-132/+213
* minor clean upEric Lambert2014-08-201-7/+8
* Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapiEric Lambert2014-08-203-93/+129
|\
| * Make style consistent (formatting, variable defs)Tushar Gohad2014-08-202-63/+66
| * API change for liberasurecode_fragments_neededKevin Greenan2014-08-202-14/+23
| * Merged in doc_polish (pull request #3) Kevin Greenan2014-08-203-25/+50
| |\
| | * - Cleaned up the documentation in erasurecode.h to ensure that itMark Storer2014-08-183-25/+50