summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix segmentation_fault on shss with no priv_argsmetadata_adder_new_patches2Kota Tsuyuzaki2015-02-271-1/+6
* Fix isa-l backend to use correct word sizeKota Tsuyuzaki2015-02-271-1/+3
* Add contributors into AUTHORS fileKota Tsuyuzaki2015-02-271-0/+6
* Add liberasurecode_get_fragment_size functionKota Tsuyuzaki2015-02-272-0/+22
* Fix small thingsKota Tsuyuzaki2015-02-272-14/+11
* Enable to get fragment_len includes metadata_adderKota Tsuyuzaki2015-02-278-34/+71
* Change metdata_adder type from int into size_tKota Tsuyuzaki2015-02-271-1/+1
* Move backend metadata adding to fragment allocationKota Tsuyuzaki2015-02-275-14/+22
* Ensure fragment pointers passed to cleanupKota Tsuyuzaki2015-02-274-1/+43
* Fix get_fragment_partition return valueKota Tsuyuzaki2015-02-272-2/+63
* Fix shss to instantiate backend discriptorKota Tsuyuzaki2015-02-261-14/+24
* README.md edited online with Bitbucketv1.0-rc1Tushar Gohad2015-02-251-444/+444
* v1.0-rc1Tushar Gohad2015-02-252-2/+2
* 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