summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix free fragments memories at a backend errorfix-cleanupKota Tsuyuzaki2015-01-131-2/+2
* merge upstreamEric Lambert2014-11-091-2/+3
|\
| * README.md edited online with Bitbucketv0.9.10Tushar Gohad2014-10-281-1/+1
| * README.md edited online with BitbucketTushar Gohad2014-10-281-1/+2
* | add fragment validationEric Lambert2014-11-095-26/+316
* | Make include of config_liberasurecode.h conditonal. Have been expermenting wi...Eric Lambert2014-11-081-0/+2
|/
* fixed mem leaks in unit testsEric Lambert2014-10-101-0/+23
* fixed mem leaks in rs_vand and xor backendEric Lambert2014-10-102-1/+3
* Fixed memory leak: freeing jerasure_rs_cauchy_descriptor was not completely f...Eric Lambert2014-10-101-23/+47
* provide a configure flag to disable -Werror at compile timeEric Lambert2014-10-091-2/+15
* formatting fixEric Lambert2014-10-061-6/+12
* reorder add_fragment_metadata arg list to be consistent with rest of codeEric Lambert2014-10-063-13/+13
* add backend_id and backend_version to fragment metadataEric Lambert2014-10-037-6/+63
* libec version is now stored in fragment headerEric Lambert2014-10-025-10/+41
* backends now support verion checksEric Lambert2014-10-026-38/+138
* Fixed macro definition of version elementsEric Lambert2014-10-011-3/+3
* 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