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
/
erasurecode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Plugging-in the ISA-L backend... Still needs more documentation and a little...
Kevin Greenan
2014-09-29
1
-0
/
+2
*
Char * backend names are no longer supported. They have been replaced with el...
Eric Lambert
2014-09-29
1
-74
/
+5
*
liberasurecode_backend_lookup_id now returns EC_BACKENDS_MAX, as
newapi
Eric Lambert
2014-09-26
1
-3
/
+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
1
-12
/
+14
*
added argument validation logic and tests for
Eric Lambert
2014-09-02
1
-4
/
+8
*
Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapi
Eric Lambert
2014-09-02
1
-1
/
+1
|
\
|
*
Add doxygen config. Update README, copyrights.
Tushar Gohad
2014-09-01
1
-1
/
+1
*
|
Added more tests (most of which test that the "public" functions
Eric Lambert
2014-09-02
1
-9
/
+95
|
/
*
Backend changes needed to honor "excluded fragments".
Kevin Greenan
2014-08-21
1
-3
/
+1
*
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
1
-41
/
+108
*
Fixed reconstruction.
Kevin Greenan
2014-08-05
1
-3
/
+12
*
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
1
-36
/
+34
|
/
*
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
1
-2
/
+2
|
/
*
Implemented fragments needed for jerasure backends
Kevin Greenan
2014-07-23
1
-2
/
+2
*
Plugged-in Cauchy RS.
Kevin Greenan
2014-07-23
1
-1
/
+2
*
Minor API doc fixup (backend names)
Tushar Gohad
2014-07-22
1
-0
/
+1
*
null_code: First cut
Tushar Gohad
2014-07-22
1
-1
/
+2
*
Fix data_size type, int -> uint64_t
Tushar Gohad
2014-07-22
1
-8
/
+10
*
Ripping out galois.[ch] and dynamically pulling the multiplication functon fr...
Kevin Greenan
2014-07-22
1
-3
/
+3
*
Fix simple encode_decode unit test and remove debugging prints.
Kevin Greenan
2014-07-22
1
-1
/
+1
*
Add encode postprocessing, checksum helpers
Tushar Gohad
2014-07-21
1
-0
/
+9
*
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
1
-0
/
+41
*
Make int types consistent across API
Tushar Gohad
2014-07-18
1
-6
/
+6
*
Allow varargs in log messages, use log_error in more places
Tushar Gohad
2014-07-18
1
-3
/
+2
*
Add liberasurecode constructor/destructor
Tushar Gohad
2014-07-18
1
-1
/
+14
*
flat_xor_hd: Handle backend init errors
Tushar Gohad
2014-07-18
1
-0
/
+4
*
Move data/parity return buffer allocs back to main
Tushar Gohad
2014-07-18
1
-1
/
+15
*
Oops... Comment termination fail!
Kevin Greenan
2014-07-19
1
-1
/
+1
*
Wiring in the reconstruct preprocessing!
Kevin Greenan
2014-07-19
1
-8
/
+108
*
Move encode() helpers to common preprocessing code
Tushar Gohad
2014-07-17
1
-83
/
+30
*
Wire-in the decoding preprocessing...
Kevin Greenan
2014-07-19
1
-7
/
+133
*
Make NULL conditionals consistent (NULL == x)
Tushar Gohad
2014-07-17
1
-5
/
+5
*
Add preprocessing code for main encode() routine
Tushar Gohad
2014-07-17
1
-9
/
+67
*
Add helper prototypes to erasurecode_helpers.h
Tushar Gohad
2014-07-17
1
-0
/
+1
*
Add get_aligned_data_size() to ec helpers
Tushar Gohad
2014-07-17
1
-2
/
+19
*
jerasure_rs_vand: Add EC args validation
Tushar Gohad
2014-07-17
1
-1
/
+1
[next]