summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* v1.0.7v1.0.7Tushar Gohad2015-04-151-1/+1
* Adding a new HD XOR code for k=3, m=3, hd=3Kevin Greenan2015-04-091-0/+2
* Merged in fix-metadata-check (pull request #13)Tushar Gohad2015-03-302-4/+4
|\
| * Fix invalid metadata handlingKota Tsuyuzaki2015-03-302-4/+4
* | Fix nasty rebuild bug where partiy would be reconstructed incorrectlyKevin Greenan2015-03-302-44/+72
|/
* Sanitize fragments_to_string() errorcodes, add tests for frags w/o fmetadataTushar Gohad2015-03-282-9/+12
* Fixing bug where non-Intel platforms fail to compile due to SSE2-specific hea...Kevin Greenan2015-03-171-0/+2
* v1.0.5v1.0.5Tushar Gohad2015-03-131-1/+1
* Log to syslog and stderr by defaultTushar Gohad2015-03-131-1/+1
* v1.0.4v1.0.4Tushar Gohad2015-03-111-1/+1
* Reallow 0 byte encodesTushar Gohad2015-03-111-6/+0
* Use enum value when handling shssKota Tsuyuzaki2015-03-091-1/+1
* Fix memory leak by alloc internal_payloadKota Tsuyuzaki2015-03-091-12/+14
* Fix so version to be 1.0.1 (was 0.9.10)v1.0.1Tushar Gohad2015-03-081-1/+1
* Improve error code returnsTushar Gohad2015-03-082-17/+21
* Add md5sum implementationTushar Gohad2015-03-081-0/+295
* Apply EINSUFFFRAGS to reconstructKota Tsuyuzaki2015-03-061-1/+1
* Rename metadata_adder on backend_commonKota Tsuyuzaki2015-03-059-9/+9
* Rename frag_adder_sizeKota Tsuyuzaki2015-03-052-8/+8
* 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 liberasurecode_get_fragment_size functionKota Tsuyuzaki2015-02-271-0/+10
* Fix small thingsKota Tsuyuzaki2015-02-271-12/+7
* Enable to get fragment_len includes metadata_adderKota Tsuyuzaki2015-02-274-29/+60
* Move backend metadata adding to fragment allocationKota Tsuyuzaki2015-02-273-13/+20
* Ensure fragment pointers passed to cleanupKota Tsuyuzaki2015-02-272-1/+24
* Fix get_fragment_partition return valueKota Tsuyuzaki2015-02-271-2/+3
* Fix shss to instantiate backend discriptorKota Tsuyuzaki2015-02-261-14/+24
* Fix isa_l backend source filename (botched during 'shss' backend merge)Tushar Gohad2015-02-251-1/+1
* Update isa-l backend to v2.13Tushar Gohad2015-02-251-46/+47
* Add NTT backend called "shss"ntt_backendKota Tsuyuzaki2015-02-103-34/+337
* 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
* Merged fix-cleanup into masterTushar Gohad2015-01-301-2/+2
|\
| * Fix free fragments memories at a backend errorfix-cleanupKota Tsuyuzaki2015-01-131-2/+2
* | Add optional fragment metadata check for decodeTushar Gohad2015-01-301-2/+24
* | Decreasing the verbosity of the tests and renaming one of the stripe verifyKevin Greenan2015-01-191-4/+8
* | Make install failing to find install-sh when installing docsKevin Greenan2015-01-121-0/+6
* | Changing stripe verification to properly work with clients.Kevin Greenan2015-01-111-4/+25
|/
* add fragment validationEric Lambert2014-11-092-20/+68
* 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
* formatting fixEric Lambert2014-10-061-6/+12
* reorder add_fragment_metadata arg list to be consistent with rest of codeEric Lambert2014-10-062-11/+11
* add backend_id and backend_version to fragment metadataEric Lambert2014-10-033-5/+46
* libec version is now stored in fragment headerEric Lambert2014-10-022-8/+27
* backends now support verion checksEric Lambert2014-10-025-38/+130
* Small fix to check the return code when malloc'ing temporary buffers.Mark Storer2014-10-011-0/+8
* Add the ability for backends to specifyTushar Gohad2014-09-306-0/+8