summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fragment metadata checksumming supportfrag_metadata_checksumTushar Gohad2016-03-103-27/+113
* Add NULL instance check to backend_open()Tushar Gohad2016-03-101-0/+2
* Add a method to check if a backend is present.Timur Alperovich2016-03-081-19/+32
* Fix prototype declaration / definition mismatch (issue #25)Dirk Mueller2016-03-041-1/+1
* Check frag idx validity when verifying frag metadataTushar Gohad2016-02-141-0/+5
* Fix segfault when fragment index is out of rangeTushar Gohad2016-02-141-1/+1
* Get version from liberasurecode version headerTushar Gohad2015-12-101-1/+1
* Revert "Log to syslog and stderr by default"v1.1.1Tushar Gohad2015-12-041-1/+1
* Ensure ec backends can actually be loaded.James Page2015-11-147-7/+7
* Release 1.1.0v1.1.0Tushar Gohad2015-10-201-1/+1
* Split helpers.h include for backward compatibilityTushar Gohad2015-09-229-0/+9
* Eliminate erasurecode_stdinc.h dependency on log.hTushar Gohad2015-09-183-0/+5
* Fixing Issue #19 by stubbing out Jerasures uninit function.Kevin Greenan2015-09-121-0/+15
* Release 1.0.9v1.0.9Tushar Gohad2015-09-061-1/+1
* Enforce the (k + m < 32) limit, add unit testsKota Tsuyuzaki2015-08-181-0/+6
* Release 1.0.8v1.0.8Tushar Gohad2015-07-201-1/+2
* Rename remaining INTERNAL_RS_VAND instancesTushar Gohad2015-07-201-14/+14
* This fixes a bug discovered when passing a new insufficient fragments exceptionKevin Greenan2015-07-121-1/+1
* This will prevent the backends from reconstructing a specific index, when it issimilar_to_issue_63Kevin Greenan2015-06-231-0/+29
* Add liberasurecode_rs_vand backend to cleanfiles listTushar Gohad2015-06-221-1/+2
* Rename liberasurecode_rsvand -> liberasurecode_rs_vandliberasurecode_rs_vand-renameTushar Gohad2015-06-223-9/+9
* Rename rs_vand_internal to liberasurecode_rs_vandTushar Gohad2015-06-225-86/+86
* Properly set W in the new internal RS backend. Without this, the fragment le...new_commits_for_1_0_8Kevin Greenan2015-06-181-1/+1
* Remove excessive header install in src/Makefile.amKevin Greenan2015-06-181-6/+0
* Fix 'make test' to properly run null and installed backend tests.Kevin Greenan2015-06-181-0/+1
* Plugging new internal RS backend into liberasurecode.Kevin Greenan2015-06-183-0/+315
* Adding new built-in backend for RS VandermondeKevin Greenan2015-06-184-2/+668
* This fixed the memory leak mentioned in Issue #12:Kevin Greenan2015-04-271-1/+20
* This is the fix for Issue #13:Kevin Greenan2015-04-272-3/+17
* 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