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
/
backends
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure ec backends can actually be loaded.
James Page
2015-11-14
7
-7
/
+7
*
Split helpers.h include for backward compatibility
Tushar Gohad
2015-09-22
5
-0
/
+5
*
Rename remaining INTERNAL_RS_VAND instances
Tushar Gohad
2015-07-20
1
-14
/
+14
*
Rename liberasurecode_rsvand -> liberasurecode_rs_vand
liberasurecode_rs_vand-rename
Tushar Gohad
2015-06-22
1
-3
/
+3
*
Rename rs_vand_internal to liberasurecode_rs_vand
Tushar Gohad
2015-06-22
1
-75
/
+75
*
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
*
Plugging new internal RS backend into liberasurecode.
Kevin Greenan
2015-06-18
1
-0
/
+312
*
Fix nasty rebuild bug where partiy would be reconstructed incorrectly
Kevin Greenan
2015-03-30
2
-44
/
+72
*
Rename metadata_adder on backend_common
Kota Tsuyuzaki
2015-03-05
6
-6
/
+6
*
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
*
Fix small things
Kota Tsuyuzaki
2015-02-27
1
-12
/
+7
*
Fix shss to instantiate backend discriptor
Kota Tsuyuzaki
2015-02-26
1
-14
/
+24
*
Update isa-l backend to v2.13
Tushar Gohad
2015-02-25
1
-46
/
+47
*
Add NTT backend called "shss"
ntt_backend
Kota Tsuyuzaki
2015-02-10
1
-0
/
+296
*
fixed mem leaks in rs_vand and xor backend
Eric Lambert
2014-10-10
1
-1
/
+1
*
Fixed memory leak: freeing jerasure_rs_cauchy_descriptor was not completely f...
Eric Lambert
2014-10-10
1
-23
/
+47
*
backends now support verion checks
Eric Lambert
2014-10-02
5
-38
/
+130
*
Add the ability for backends to specify
Tushar Gohad
2014-09-30
5
-0
/
+5
*
Plugging-in the ISA-L backend... Still needs more documentation and a little...
Kevin Greenan
2014-09-29
1
-0
/
+591
*
A little bit of code clean up based on feedback/reviews
Eric Lambert
2014-09-15
1
-8
/
+10
*
Compile in pedantic mode and fail compilation on warnings. Also cleanup all e...
Eric Lambert
2014-09-10
4
-82
/
+165
*
Add doxygen config. Update README, copyrights.
Tushar Gohad
2014-09-01
4
-4
/
+4
*
Fixed bug where null_init was not correctly setting w param (was relying on u...
Eric Lambert
2014-08-26
1
-0
/
+2
*
Cleaned up the Cauchy backend. This has a bit more cleaned than the
Mark Storer
2014-08-25
1
-44
/
+67
*
Minor cleanup to null backend. Mostly to the exit cases. Free checks for
Mark W. Storer
2014-08-23
2
-44
/
+32
*
Backend changes needed to honor "excluded fragments".
Kevin Greenan
2014-08-21
4
-9
/
+12
*
Minor bug in getting the required fragments for jerasure
Kevin Greenan
2014-08-08
2
-0
/
+2
*
Adding reconstruction for XOR codes.
Kevin Greenan
2014-08-05
1
-1
/
+4
*
Fixed reconstruction.
Kevin Greenan
2014-08-05
2
-20
/
+25
*
Add HD parameter to generic params.
Kevin Greenan
2014-08-05
1
-1
/
+1
*
Implemented fragments needed for jerasure backends
Kevin Greenan
2014-07-23
2
-4
/
+41
*
Oops... Yet another build fix.
Kevin Greenan
2014-07-23
1
-2
/
+2
*
Plugged-in Cauchy RS.
Kevin Greenan
2014-07-23
1
-0
/
+302
*
null_code: First cut
Tushar Gohad
2014-07-22
1
-0
/
+220
*
Mac OS X support in xor and jerasure backends
Tushar Gohad
2014-07-22
2
-0
/
+8
*
flat_xor_hd: Fix xor_desc pointer (encode/decodes tests pass now)
Tushar Gohad
2014-07-22
1
-5
/
+18
*
Add encode postprocessing, checksum helpers
Tushar Gohad
2014-07-21
1
-17
/
+1
*
API to get total fragment size
Tushar Gohad
2014-07-21
1
-1
/
+1
*
Added functionality needed to support the get_segment_info() API in PyECLib.
Kevin Greenan
2014-07-21
2
-1
/
+31
*
jerasure_rs_vand: encode returns 0, add missing symbol
Tushar Gohad
2014-07-18
1
-28
/
+65
*
jerasure_rs_vand: soname - libjerasure.so -> libJerasure.so
Tushar Gohad
2014-07-18
1
-1
/
+1
*
flat_xor_hd: Handle backend init errors
Tushar Gohad
2014-07-18
1
-4
/
+14
*
Make 'w' part of common user args, set 'w' in backend init
Tushar Gohad
2014-07-17
2
-1
/
+11
*
jerasure_rs_vand: Add EC args validation
Tushar Gohad
2014-07-17
1
-7
/
+20
*
jerasure_rs_vand: Minor cleanup (jerasure_vand -> jerasure_rs_vand)
Tushar Gohad
2014-07-17
1
-18
/
+18
*
Adding Jerasure backend
Kevin Greenan
2014-07-17
1
-0
/
+217
*
Add sohandle to backend init()
Tushar Gohad
2014-07-17
1
-2
/
+5
*
Remove fnmap, add backend specific descriptors
Tushar Gohad
2014-07-17
1
-22
/
+27
*
Add vi modeline to flat_xor_hd.c
Tushar Gohad
2014-07-16
1
-0
/
+4
[next]