summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This should fix Issue #17, which will place the liberasurecode headers intoissue_17Kevin Greenan2015-06-071-1/+2
* Add missing #ifdef __cplusplus closure, Fixes #14 (take 2)Tushar Gohad2015-05-011-1/+1
* Merged in zaitcev/liberasurecode/missing_cflags (pull request #16)Tushar Gohad2015-04-301-1/+1
|\
| * Make ./configure to obey CFLAGSPete Zaitcev2015-04-301-1/+1
|/
* Add missing #ifdef __cplusplus closure, Fixes #14Tushar Gohad2015-04-301-0/+4
* Fix a uint < 0 warning reported by ClangTushar Gohad2015-04-302-4/+4
* This fixed the memory leak mentioned in Issue #12:Kevin Greenan2015-04-272-1/+22
* This is the fix for Issue #13:Kevin Greenan2015-04-273-37/+187
* v1.0.7v1.0.7Tushar Gohad2015-04-152-2/+2
* Adding a new HD XOR code for k=3, m=3, hd=3Kevin Greenan2015-04-095-5/+25
* Merged in fix-metadata-check (pull request #13)Tushar Gohad2015-03-303-4/+10
|\
| * Add a decode error test w/o metadata checkKota Tsuyuzaki2015-03-301-0/+5
| * Fix invalid metadata handlingKota Tsuyuzaki2015-03-303-5/+6
* | Merged in zaitcev/liberasurecode/missing_ldl (pull request #12)Tushar Gohad2015-03-301-1/+1
|\ \
| * | Fix building with --disable-staticPete Zaitcev2015-03-301-1/+1
|/ /
* | Fix nasty rebuild bug where partiy would be reconstructed incorrectlyKevin Greenan2015-03-303-48/+96
|/
* README.md edited online with BitbucketTushar Gohad2015-03-291-2/+2
* Sanitize fragments_to_string() errorcodes, add tests for frags w/o fmetadataTushar Gohad2015-03-284-13/+64
* 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-132-2/+2
* Log to syslog and stderr by defaultTushar Gohad2015-03-131-1/+1
* v1.0.4v1.0.4Tushar Gohad2015-03-112-2/+2
* Reallow 0 byte encodesTushar Gohad2015-03-112-10/+0
* test: Add missing EBACKENDNOTAVAIL checksv1.0.3Tushar Gohad2015-03-101-4/+55
* Set runtime ld path to point to local so's when running testsTushar Gohad2015-03-101-6/+15
* WIP: fix doubtful codeKota Tsuyuzaki2015-03-091-3/+2
* Fix JERASURE_SONAME in alg_sig.hTushar Gohad2015-03-091-0/+4
* Use enum value when handling shssKota Tsuyuzaki2015-03-092-2/+2
* Merged in small-fix (pull request #11) Tushar Gohad2015-03-081-12/+14
|\
| * 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-082-2/+2
* v1.0v1.0Tushar Gohad2015-03-083-3/+3
* Improve error code returnsTushar Gohad2015-03-082-17/+21
* Add md5sum implementationTushar Gohad2015-03-082-0/+340
* Apply EINSUFFFRAGS to reconstructKota Tsuyuzaki2015-03-062-1/+22
* v1.0-rc3v1.0-rc3Tushar Gohad2015-03-051-1/+1
* README.md edited online with BitbucketTushar Gohad2015-03-051-458/+406
* v1.0-rc2v1.0-rc2Tushar Gohad2015-03-041-441/+441
* Merged in documentation (pull request #9) Tushar Gohad2015-03-0415-26/+42
|\
| * Rename metadata_adder on backend_commonKota Tsuyuzaki2015-03-0511-12/+12
| * Rename frag_adder_sizeKota Tsuyuzaki2015-03-055-14/+16
| * Update documentation about metadata_adderKota Tsuyuzaki2015-02-272-2/+15
| * Add shss id to README.mdKota Tsuyuzaki2015-02-271-2/+3
* | Remove md5 from the supported checksum typesTushar Gohad2015-03-041-2/+1
|/
* Merged in metadata_adder_new_patches2 (pull request #8) Tushar Gohad2015-03-0111-52/+242
|\
| * 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