summaryrefslogtreecommitdiff
path: root/src/erasurecode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove get_chksum to hush warnings"Zuul2019-02-141-3/+3
|\
| * Remove get_chksum to hush warningsPete Zaitcev2019-02-131-3/+3
* | Make our alt crc32 more portablePete Zaitcev2019-02-131-2/+1
|/
* Allow reading of little-endian frags on big-endianTim Burke2018-09-111-15/+45
* Merge "Negative data or parity args are invalid"Jenkins2017-09-131-0/+2
|\
| * Negative data or parity args are invalidTim Burke2017-09-131-0/+2
* | Un-inline get/set_metatdata_chksumTim Burke2017-07-061-7/+10
* | Use zlib for CRC-32Tim Burke2017-07-061-3/+18
|/
* Stop using ceill() to compute padded data sizePete Zaitcev2017-06-061-4/+4
* Merge "Add Phazr.IO libphazr backend to liberasurecode"Jenkins2017-03-011-3/+9
|\
| * Add Phazr.IO libphazr backend to liberasurecodeJim Cheung2017-02-281-3/+9
* | Fix valgrind-check and memory leakKota Tsuyuzaki2017-02-201-0/+7
|/
* Merge "Add get_version functionality to liberasurecode lib"Jenkins2016-12-081-0/+10
|\
| * Add get_version functionality to liberasurecode libKota Tsuyuzaki2016-12-041-0/+10
* | Merge "ISA-L Cauchy support"Jenkins2016-12-071-0/+2
|\ \
| * | ISA-L Cauchy supportKota Tsuyuzaki2016-12-061-0/+2
| |/
* | Merge "Fix reconstruct to return an error when memory allocation failed"Jenkins2016-11-241-0/+3
|\ \ | |/ |/|
| * Fix reconstruct to return an error when memory allocation failedKota Tsuyuzaki2016-10-111-0/+3
* | Merge "Fix liberasurecode skipping a bunch of invalid_args tests"Jenkins2016-11-091-0/+3
|\ \
| * | Fix liberasurecode skipping a bunch of invalid_args testsKota Tsuyuzaki2016-11-041-0/+3
| |/
* | Merge "Fix clang compile time error"Jenkins2016-11-071-1/+1
|\ \
| * | Fix clang compile time errorEric Lambert2016-06-011-1/+1
* | | Merge "Fix a typo in the erasurecode file"Jenkins2016-10-181-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix a typo in the erasurecode filegengchc22016-08-301-1/+1
| |/
* | Add get_by_desc ret val handling to get_fragment_sizeKota Tsuyuzaki2016-09-071-0/+2
|/
* Fragment metadata checksumming supportfrag_metadata_checksumTushar Gohad2016-03-101-27/+70
* 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
* Check frag idx validity when verifying frag metadataTushar Gohad2016-02-141-0/+5
* Revert "Log to syslog and stderr by default"v1.1.1Tushar Gohad2015-12-041-1/+1
* Split helpers.h include for backward compatibilityTushar Gohad2015-09-221-0/+1
* Eliminate erasurecode_stdinc.h dependency on log.hTushar Gohad2015-09-181-0/+2
* Enforce the (k + m < 32) limit, add unit testsKota Tsuyuzaki2015-08-181-0/+6
* This will prevent the backends from reconstructing a specific index, when it issimilar_to_issue_63Kevin Greenan2015-06-231-0/+29
* Rename rs_vand_internal to liberasurecode_rs_vandTushar Gohad2015-06-221-2/+2
* Plugging new internal RS backend into liberasurecode.Kevin Greenan2015-06-181-0/+2
* This is the fix for Issue #13:Kevin Greenan2015-04-271-2/+2
* Fix invalid metadata handlingKota Tsuyuzaki2015-03-301-4/+1
* Sanitize fragments_to_string() errorcodes, add tests for frags w/o fmetadataTushar Gohad2015-03-281-1/+4
* Log to syslog and stderr by defaultTushar Gohad2015-03-131-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
* Improve error code returnsTushar Gohad2015-03-081-17/+17
* Rename metadata_adder on backend_commonKota Tsuyuzaki2015-03-051-1/+1
* Add liberasurecode_get_fragment_size functionKota Tsuyuzaki2015-02-271-0/+10
* Enable to get fragment_len includes metadata_adderKota Tsuyuzaki2015-02-271-2/+2
* Move backend metadata adding to fragment allocationKota Tsuyuzaki2015-02-271-3/+3
* Ensure fragment pointers passed to cleanupKota Tsuyuzaki2015-02-271-1/+8
* Add NTT backend called "shss"ntt_backendKota Tsuyuzaki2015-02-101-31/+35