summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update README with 'shss' backenTushar Gohad2015-02-251-5/+11
* Convert README.md from dos to unix formatTushar Gohad2015-02-251-421/+421
* Fix isa_l backend source filename (botched during 'shss' backend merge)Tushar Gohad2015-02-251-1/+1
* Update references to external projectsTushar Gohad2015-02-251-1/+15
* Update isa-l backend to v2.13Tushar Gohad2015-02-252-46/+49
* Merged ntt_backend into masterTushar Gohad2015-02-255-55/+431
|\
| * Add NTT backend called "shss"ntt_backendKota Tsuyuzaki2015-02-105-55/+431
|/
* This is the fix propsed by Kota to fix the reconstruction errorsKevin Greenan2015-02-071-1/+1
* Fix the extended integrity checks in the liberasurecode decodeKevin Greenan2015-02-071-1/+1
* Revert "Merged fix-cleanup into master"Kevin Greenan2015-02-071-2/+2
* Adjust checksum enum defintions to match pyeclibTushar Gohad2015-02-011-3/+3
* Merged fix-cleanup into masterTushar Gohad2015-01-301-2/+2
|\
| * Fix free fragments memories at a backend errorfix-cleanupKota Tsuyuzaki2015-01-131-2/+2
* | doc: Update decode() param force_metadata_checksTushar Gohad2015-01-301-4/+3
* | Add optional fragment metadata check for decodeTushar Gohad2015-01-304-19/+44
* | Decreasing the verbosity of the tests and renaming one of the stripe verifyKevin Greenan2015-01-194-18/+20
* | The docs were not building/installing for me. This fixed it.Kevin Greenan2015-01-191-1/+1
* | Updating gitignore to ignore more AM/AC stuffKevin Greenan2015-01-191-0/+4
* | Make install failing to find install-sh when installing docsKevin Greenan2015-01-123-1/+8
* | Changing stripe verification to properly work with clients.Kevin Greenan2015-01-112-4/+27
|/
* 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