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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make libtool archive references relative to builddir
Tushar Gohad
2015-12-10
1
-6
/
+6
*
Split helpers.h include for backward compatibility
Tushar Gohad
2015-09-22
2
-0
/
+2
*
Enforce the (k + m < 32) limit, add unit tests
Kota Tsuyuzaki
2015-08-18
1
-2
/
+33
*
Rename remaining INTERNAL_RS_VAND instances
Tushar Gohad
2015-07-20
1
-17
/
+17
*
Rename liberasurecode_rsvand -> liberasurecode_rs_vand
liberasurecode_rs_vand-rename
Tushar Gohad
2015-06-22
1
-2
/
+2
*
Rename rs_vand_internal to liberasurecode_rs_vand
Tushar Gohad
2015-06-22
3
-41
/
+43
*
Fix open/write() and uninitialize var warnings in rs_vand internal
Tushar Gohad
2015-06-22
1
-3
/
+6
*
Plugging new internal RS backend into liberasurecode.
Kevin Greenan
2015-06-18
1
-1
/
+108
*
Adding internal tests for the new internal RS codec.
Kevin Greenan
2015-06-18
3
-1
/
+409
*
Fix a uint < 0 warning reported by Clang
Tushar Gohad
2015-04-30
1
-3
/
+3
*
This is the fix for Issue #13:
Kevin Greenan
2015-04-27
1
-34
/
+170
*
Adding a new HD XOR code for k=3, m=3, hd=3
Kevin Greenan
2015-04-09
3
-3
/
+15
*
Merged in fix-metadata-check (pull request #13)
Tushar Gohad
2015-03-30
1
-0
/
+6
|
\
|
*
Add a decode error test w/o metadata check
Kota Tsuyuzaki
2015-03-30
1
-0
/
+5
|
*
Fix invalid metadata handling
Kota Tsuyuzaki
2015-03-30
1
-1
/
+2
*
|
Fix building with --disable-static
Pete Zaitcev
2015-03-30
1
-1
/
+1
*
|
Fix nasty rebuild bug where partiy would be reconstructed incorrectly
Kevin Greenan
2015-03-30
1
-4
/
+24
|
/
*
Sanitize fragments_to_string() errorcodes, add tests for frags w/o fmetadata
Tushar Gohad
2015-03-28
1
-2
/
+50
*
Reallow 0 byte encodes
Tushar Gohad
2015-03-11
1
-4
/
+0
*
test: Add missing EBACKENDNOTAVAIL checks
v1.0.3
Tushar Gohad
2015-03-10
1
-4
/
+55
*
WIP: fix doubtful code
Kota Tsuyuzaki
2015-03-09
1
-3
/
+2
*
Use enum value when handling shss
Kota Tsuyuzaki
2015-03-09
1
-1
/
+1
*
Apply EINSUFFFRAGS to reconstruct
Kota Tsuyuzaki
2015-03-06
1
-0
/
+21
*
Rename metadata_adder on backend_common
Kota Tsuyuzaki
2015-03-05
1
-1
/
+1
*
Fix small things
Kota Tsuyuzaki
2015-02-27
1
-2
/
+4
*
Enable to get fragment_len includes metadata_adder
Kota Tsuyuzaki
2015-02-27
1
-1
/
+4
*
Ensure fragment pointers passed to cleanup
Kota Tsuyuzaki
2015-02-27
1
-0
/
+17
*
Fix get_fragment_partition return value
Kota Tsuyuzaki
2015-02-27
1
-0
/
+60
*
Add NTT backend called "shss"
ntt_backend
Kota Tsuyuzaki
2015-02-10
1
-21
/
+93
*
Add optional fragment metadata check for decode
Tushar Gohad
2015-01-30
2
-15
/
+15
*
Decreasing the verbosity of the tests and renaming one of the stripe verify
Kevin Greenan
2015-01-19
2
-14
/
+11
*
add fragment validation
Eric Lambert
2014-11-09
1
-4
/
+233
*
fixed mem leaks in unit tests
Eric Lambert
2014-10-10
1
-0
/
+23
*
add backend_id and backend_version to fragment metadata
Eric Lambert
2014-10-03
1
-0
/
+11
*
libec version is now stored in fragment header
Eric Lambert
2014-10-02
1
-0
/
+7
*
Check decode error code during missing frags tests
Tushar Gohad
2014-09-30
1
-3
/
+5
*
Plugging-in the ISA-L backend... Still needs more documentation and a little...
Kevin Greenan
2014-09-29
1
-1
/
+50
*
Char * backend names are no longer supported. They have been replaced with el...
Eric Lambert
2014-09-29
2
-124
/
+44
*
liberasurecode_backend_lookup_id now returns EC_BACKENDS_MAX, as
newapi
Eric Lambert
2014-09-26
1
-4
/
+4
*
crc32 checksum now supported (prior to this commit checksum values were
Eric Lambert
2014-09-25
1
-4
/
+4
*
Add checksum testcases (but most turned off since we dont seem to be
Eric Lambert
2014-09-25
1
-54
/
+152
*
A little bit of code clean up based on feedback/reviews
Eric Lambert
2014-09-15
1
-1
/
+1
*
Removed unused timer variables from libec_slap
Eric Lambert
2014-09-11
1
-12
/
+0
*
Compile in pedantic mode and fail compilation on warnings. Also cleanup all e...
Eric Lambert
2014-09-10
4
-20
/
+12
*
added simple test for get_fragment_metadata
Eric Lambert
2014-09-03
1
-0
/
+59
*
added argument validation logic and tests for
Eric Lambert
2014-09-02
1
-0
/
+49
*
Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapi
Eric Lambert
2014-09-02
2
-2
/
+2
|
\
|
*
Add doxygen config. Update README, copyrights.
Tushar Gohad
2014-09-01
2
-2
/
+2
*
|
Added more tests (most of which test that the "public" functions
Eric Lambert
2014-09-02
1
-40
/
+307
|
/
*
Fix memory corruption (did not alloc enough in the fragments_needed test).
Kevin Greenan
2014-08-26
1
-7
/
+7
[next]