index
:
delta/liberasurecode.git
1.1.0-test
backend_metadata_adder
basic_rs
corrupted-header
doxygen_fixes
error_codes
fix-cleanup
fix-decode
fix-realloc-bm
fixCompileError
fix_m4_macros
frag_metadata_checksum
header_symlinks
internal_rs
issue_17
liberasurecode_rs_vand-rename
master
metadata_adder_new_patches
metadata_adder_new_patches2
new_commits_for_1_0_8
newapi
ntt_backend
revert_checksum
similar_to_issue_63
github.com: openstack/liberasurecode.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split helpers.h include for backward compatibility
Tushar Gohad
2015-09-22
2
-38
/
+80
*
Eliminate erasurecode_stdinc.h dependency on log.h
Tushar Gohad
2015-09-18
1
-1
/
+0
*
Move fragment_header defn to main erasurecode header
Tushar Gohad
2015-09-17
2
-26
/
+25
*
Release 1.0.9
v1.0.9
Tushar Gohad
2015-09-06
1
-3
/
+3
*
Enforce the (k + m < 32) limit, add unit tests
Kota Tsuyuzaki
2015-08-18
1
-0
/
+2
*
Rename MAJOR, MINOR version macros
Tushar Gohad
2015-08-06
1
-4
/
+4
*
Rename remaining INTERNAL_RS_VAND instances
Tushar Gohad
2015-07-20
1
-1
/
+1
*
Rename rs_vand_internal to liberasurecode_rs_vand
Tushar Gohad
2015-06-22
1
-5
/
+5
*
Plugging new internal RS backend into liberasurecode.
Kevin Greenan
2015-06-18
1
-6
/
+7
*
Adding new built-in backend for RS Vandermonde
Kevin Greenan
2015-06-18
2
-0
/
+89
*
Add missing #ifdef __cplusplus closure, Fixes #14 (take 2)
Tushar Gohad
2015-05-01
1
-1
/
+1
*
Add missing #ifdef __cplusplus closure, Fixes #14
Tushar Gohad
2015-04-30
1
-0
/
+4
*
This fixed the memory leak mentioned in Issue #12:
Kevin Greenan
2015-04-27
1
-0
/
+2
*
Adding a new HD XOR code for k=3, m=3, hd=3
Kevin Greenan
2015-04-09
1
-2
/
+8
*
Fix JERASURE_SONAME in alg_sig.h
Tushar Gohad
2015-03-09
1
-0
/
+4
*
Add md5sum implementation
Tushar Gohad
2015-03-08
1
-0
/
+45
*
Rename metadata_adder on backend_common
Kota Tsuyuzaki
2015-03-05
1
-2
/
+2
*
Rename frag_adder_size
Kota Tsuyuzaki
2015-03-05
2
-4
/
+5
*
Update documentation about metadata_adder
Kota Tsuyuzaki
2015-02-27
1
-1
/
+1
*
Add liberasurecode_get_fragment_size function
Kota Tsuyuzaki
2015-02-27
1
-0
/
+12
*
Enable to get fragment_len includes metadata_adder
Kota Tsuyuzaki
2015-02-27
3
-4
/
+7
*
Change metdata_adder type from int into size_t
Kota Tsuyuzaki
2015-02-27
1
-1
/
+1
*
Move backend metadata adding to fragment allocation
Kota Tsuyuzaki
2015-02-27
2
-1
/
+2
*
Ensure fragment pointers passed to cleanup
Kota Tsuyuzaki
2015-02-27
1
-0
/
+2
*
Add NTT backend called "shss"
ntt_backend
Kota Tsuyuzaki
2015-02-10
1
-0
/
+1
*
Adjust checksum enum defintions to match pyeclib
Tushar Gohad
2015-02-01
1
-3
/
+3
*
Add optional fragment metadata check for decode
Tushar Gohad
2015-01-30
1
-2
/
+5
*
Decreasing the verbosity of the tests and renaming one of the stripe verify
Kevin Greenan
2015-01-19
1
-0
/
+1
*
Changing stripe verification to properly work with clients.
Kevin Greenan
2015-01-11
1
-0
/
+2
*
add fragment validation
Eric Lambert
2014-11-09
2
-2
/
+15
*
Make include of config_liberasurecode.h conditonal. Have been expermenting wi...
Eric Lambert
2014-11-08
1
-0
/
+2
*
reorder add_fragment_metadata arg list to be consistent with rest of code
Eric Lambert
2014-10-06
1
-2
/
+2
*
add backend_id and backend_version to fragment metadata
Eric Lambert
2014-10-03
3
-1
/
+6
*
libec version is now stored in fragment header
Eric Lambert
2014-10-02
2
-2
/
+7
*
backends now support verion checks
Eric Lambert
2014-10-02
1
-0
/
+8
*
Fixed macro definition of version elements
Eric Lambert
2014-10-01
1
-3
/
+3
*
Add the ability for backends to specify
Tushar Gohad
2014-09-30
1
-0
/
+4
*
Plugging-in the ISA-L backend... Still needs more documentation and a little...
Kevin Greenan
2014-09-29
1
-0
/
+1
*
Char * backend names are no longer supported. They have been replaced with el...
Eric Lambert
2014-09-29
1
-25
/
+3
*
crc32 checksum now supported (prior to this commit checksum values were
Eric Lambert
2014-09-25
1
-1
/
+1
*
Compile in pedantic mode and fail compilation on warnings. Also cleanup all e...
Eric Lambert
2014-09-10
5
-26
/
+11
*
added argument validation logic and tests for
Eric Lambert
2014-09-02
1
-4
/
+2
*
Add doxygen config. Update README, copyrights.
Tushar Gohad
2014-09-01
1
-2
/
+3
*
Backend changes needed to honor "excluded fragments".
Kevin Greenan
2014-08-21
2
-3
/
+3
*
API change for liberasurecode_fragments_needed
Kevin Greenan
2014-08-20
1
-10
/
+12
*
- Cleaned up the documentation in erasurecode.h to ensure that it
Mark Storer
2014-08-18
1
-15
/
+38
*
Updated liberasurecode_supported_checksum_types to accept a pointer
Mark Storer
2014-08-15
1
-3
/
+3
*
Added cleanup API
Kevin Greenan
2014-08-13
1
-0
/
+32
*
Split metadata handling into own routine, add crc32 support
Tushar Gohad
2014-08-07
3
-32
/
+96
*
Add HD parameter to generic params.
Kevin Greenan
2014-08-05
1
-3
/
+1
[next]