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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure ec backends can actually be loaded.
James Page
2015-11-14
7
-7
/
+7
*
Release 1.1.0
v1.1.0
Tushar Gohad
2015-10-20
1
-1
/
+1
*
Split helpers.h include for backward compatibility
Tushar Gohad
2015-09-22
9
-0
/
+9
*
Eliminate erasurecode_stdinc.h dependency on log.h
Tushar Gohad
2015-09-18
3
-0
/
+5
*
Fixing Issue #19 by stubbing out Jerasures uninit function.
Kevin Greenan
2015-09-12
1
-0
/
+15
*
Release 1.0.9
v1.0.9
Tushar Gohad
2015-09-06
1
-1
/
+1
*
Enforce the (k + m < 32) limit, add unit tests
Kota Tsuyuzaki
2015-08-18
1
-0
/
+6
*
Release 1.0.8
v1.0.8
Tushar Gohad
2015-07-20
1
-1
/
+2
*
Rename remaining INTERNAL_RS_VAND instances
Tushar Gohad
2015-07-20
1
-14
/
+14
*
This fixes a bug discovered when passing a new insufficient fragments exception
Kevin Greenan
2015-07-12
1
-1
/
+1
*
This will prevent the backends from reconstructing a specific index, when it is
similar_to_issue_63
Kevin Greenan
2015-06-23
1
-0
/
+29
*
Add liberasurecode_rs_vand backend to cleanfiles list
Tushar Gohad
2015-06-22
1
-1
/
+2
*
Rename liberasurecode_rsvand -> liberasurecode_rs_vand
liberasurecode_rs_vand-rename
Tushar Gohad
2015-06-22
3
-9
/
+9
*
Rename rs_vand_internal to liberasurecode_rs_vand
Tushar Gohad
2015-06-22
5
-86
/
+86
*
Properly set W in the new internal RS backend. Without this, the fragment le...
new_commits_for_1_0_8
Kevin Greenan
2015-06-18
1
-1
/
+1
*
Remove excessive header install in src/Makefile.am
Kevin Greenan
2015-06-18
1
-6
/
+0
*
Fix 'make test' to properly run null and installed backend tests.
Kevin Greenan
2015-06-18
1
-0
/
+1
*
Plugging new internal RS backend into liberasurecode.
Kevin Greenan
2015-06-18
3
-0
/
+315
*
Adding new built-in backend for RS Vandermonde
Kevin Greenan
2015-06-18
4
-2
/
+668
*
This fixed the memory leak mentioned in Issue #12:
Kevin Greenan
2015-04-27
1
-1
/
+20
*
This is the fix for Issue #13:
Kevin Greenan
2015-04-27
2
-3
/
+17
*
v1.0.7
v1.0.7
Tushar Gohad
2015-04-15
1
-1
/
+1
*
Adding a new HD XOR code for k=3, m=3, hd=3
Kevin Greenan
2015-04-09
1
-0
/
+2
*
Merged in fix-metadata-check (pull request #13)
Tushar Gohad
2015-03-30
2
-4
/
+4
|
\
|
*
Fix invalid metadata handling
Kota Tsuyuzaki
2015-03-30
2
-4
/
+4
*
|
Fix nasty rebuild bug where partiy would be reconstructed incorrectly
Kevin Greenan
2015-03-30
2
-44
/
+72
|
/
*
Sanitize fragments_to_string() errorcodes, add tests for frags w/o fmetadata
Tushar Gohad
2015-03-28
2
-9
/
+12
*
Fixing bug where non-Intel platforms fail to compile due to SSE2-specific hea...
Kevin Greenan
2015-03-17
1
-0
/
+2
*
v1.0.5
v1.0.5
Tushar Gohad
2015-03-13
1
-1
/
+1
*
Log to syslog and stderr by default
Tushar Gohad
2015-03-13
1
-1
/
+1
*
v1.0.4
v1.0.4
Tushar Gohad
2015-03-11
1
-1
/
+1
*
Reallow 0 byte encodes
Tushar Gohad
2015-03-11
1
-6
/
+0
*
Use enum value when handling shss
Kota Tsuyuzaki
2015-03-09
1
-1
/
+1
*
Fix memory leak by alloc internal_payload
Kota Tsuyuzaki
2015-03-09
1
-12
/
+14
*
Fix so version to be 1.0.1 (was 0.9.10)
v1.0.1
Tushar Gohad
2015-03-08
1
-1
/
+1
*
Improve error code returns
Tushar Gohad
2015-03-08
2
-17
/
+21
*
Add md5sum implementation
Tushar Gohad
2015-03-08
1
-0
/
+295
*
Apply EINSUFFFRAGS to reconstruct
Kota Tsuyuzaki
2015-03-06
1
-1
/
+1
*
Rename metadata_adder on backend_common
Kota Tsuyuzaki
2015-03-05
9
-9
/
+9
*
Rename frag_adder_size
Kota Tsuyuzaki
2015-03-05
2
-8
/
+8
*
Fix segmentation_fault on shss with no priv_args
metadata_adder_new_patches2
Kota Tsuyuzaki
2015-02-27
1
-1
/
+6
*
Fix isa-l backend to use correct word size
Kota Tsuyuzaki
2015-02-27
1
-1
/
+3
*
Add liberasurecode_get_fragment_size function
Kota Tsuyuzaki
2015-02-27
1
-0
/
+10
*
Fix small things
Kota Tsuyuzaki
2015-02-27
1
-12
/
+7
*
Enable to get fragment_len includes metadata_adder
Kota Tsuyuzaki
2015-02-27
4
-29
/
+60
*
Move backend metadata adding to fragment allocation
Kota Tsuyuzaki
2015-02-27
3
-13
/
+20
*
Ensure fragment pointers passed to cleanup
Kota Tsuyuzaki
2015-02-27
2
-1
/
+24
*
Fix get_fragment_partition return value
Kota Tsuyuzaki
2015-02-27
1
-2
/
+3
*
Fix shss to instantiate backend discriptor
Kota Tsuyuzaki
2015-02-26
1
-14
/
+24
*
Fix isa_l backend source filename (botched during 'shss' backend merge)
Tushar Gohad
2015-02-25
1
-1
/
+1
[next]