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
*
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
6
-128
/
+206
*
Make style consistent (formatting, variable defs)
Tushar Gohad
2014-08-20
1
-12
/
+20
*
API change for liberasurecode_fragments_needed
Kevin Greenan
2014-08-20
1
-4
/
+11
*
- Cleaned up the documentation in erasurecode.h to ensure that it
Mark Storer
2014-08-18
1
-8
/
+10
*
Merged in lock_checks (pull request #2)
Kevin Greenan
2014-08-16
1
-12
/
+28
|
\
|
*
Updated the backend instance register/unregister methods with lock
Mark Storer
2014-08-16
1
-12
/
+28
*
|
Updated liberasurecode_supported_checksum_types to accept a pointer
Mark Storer
2014-08-15
1
-2
/
+3
|
/
*
Added cleanup API
Kevin Greenan
2014-08-13
1
-5
/
+72
*
Split metadata handling into own routine, add crc32 support
Tushar Gohad
2014-08-07
4
-76
/
+148
*
Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapi
Eric Lambert
2014-08-08
2
-0
/
+2
|
\
|
*
Minor bug in getting the required fragments for jerasure
Kevin Greenan
2014-08-08
2
-0
/
+2
*
|
Added ability to generate coverage data with configure --enable-gcov.
Eric Lambert
2014-08-08
3
-6
/
+14
|
/
*
Adding reconstruction for XOR codes.
Kevin Greenan
2014-08-05
1
-1
/
+4
*
Fixed reconstruction.
Kevin Greenan
2014-08-05
4
-26
/
+37
*
Add HD parameter to generic params.
Kevin Greenan
2014-08-05
1
-1
/
+1
*
Fixed bug where when decoding with a missing data fragment, fragment header
Eric Lambert
2014-08-01
1
-1
/
+1
*
Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapi
Eric Lambert
2014-07-31
1
-0
/
+23
|
\
|
*
Stubbing the metadata functions and updating their interfaces.
Kevin Greenan
2014-07-30
1
-0
/
+23
*
|
In the erasurecode_preprocessing.c routines for decode/reconstruct, clearly
Eric Lambert
2014-07-31
2
-49
/
+34
*
|
Created helper function to iterate over a set of data/parity fragments
Eric Lambert
2014-07-29
1
-2
/
+18
|
/
*
Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapi
Eric Lambert
2014-07-29
1
-17
/
+45
|
\
|
*
Add liberasurecode_supported_backends API implementation
Tushar Gohad
2014-07-25
1
-17
/
+45
*
|
Buffers that hold missing indexes need to be '-1 terminated'
Eric Lambert
2014-07-29
2
-2
/
+14
|
/
*
Parity Fragment Headers now contain original data length (without them
Eric Lambert
2014-07-24
1
-0
/
+1
*
Implemented fragments needed for jerasure backends
Kevin Greenan
2014-07-23
3
-6
/
+43
*
Oops... Yet another build fix.
Kevin Greenan
2014-07-23
1
-2
/
+2
*
Plugged-in Cauchy RS.
Kevin Greenan
2014-07-23
3
-2
/
+306
*
Minor API doc fixup (backend names)
Tushar Gohad
2014-07-22
1
-0
/
+1
*
null_code: First cut
Tushar Gohad
2014-07-22
6
-2
/
+302
*
Add asserts to make sure buffer passed to helpers was not null
Tushar Gohad
2014-07-22
1
-0
/
+9
*
Fix data_size type, int -> uint64_t
Tushar Gohad
2014-07-22
1
-8
/
+10
*
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
*
algsig: Move jerasure backend dlopen up a level
Tushar Gohad
2014-07-22
1
-15
/
+16
*
Ripping out galois.[ch] and dynamically pulling the multiplication functon fr...
Kevin Greenan
2014-07-22
4
-1153
/
+60
*
Fix simple encode_decode unit test and remove debugging prints.
Kevin Greenan
2014-07-22
3
-13
/
+11
*
fixed some compile errors in galois.c
Eric Lambert
2014-07-22
1
-6
/
+5
*
gf: Convert exit(1)s to return statements
Tushar Gohad
2014-07-21
1
-70
/
+69
*
Add encode postprocessing, checksum helpers
Tushar Gohad
2014-07-21
6
-27
/
+123
*
API to get total fragment size
Tushar Gohad
2014-07-21
3
-18
/
+29
*
Update encode API so liberasurecode allocates all memory
Tushar Gohad
2014-07-21
1
-20
/
+27
*
Added functionality needed to support the get_segment_info() API in PyECLib.
Kevin Greenan
2014-07-21
3
-1
/
+72
*
Make int types consistent across API
Tushar Gohad
2014-07-18
2
-7
/
+9
*
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
*
Allow varargs in log messages, use log_error in more places
Tushar Gohad
2014-07-18
2
-12
/
+10
*
Add liberasurecode constructor/destructor
Tushar Gohad
2014-07-18
1
-1
/
+14
*
Rename header magic macro
Tushar Gohad
2014-07-18
1
-10
/
+10
[next]