index
:
delta/python-packages/pyeclib.git
1.0_liberasurecode_integrated
64bit_build
extended_error_codes
flat_xor_hd_4
isa-l_integration
issue-44
issue-51
issue-54
libec_install_option
libec_path
liberasurecode_install
master
master.nolibec
merge_python3_stuff
new_commits_for_1_0_8
pep8_fixes
plugin_internal_rs
proposed-1.0.8
release_1.0.9
stderr
unittests-error-with-test_rs
use_backend_id
v1.2.0
opendev.org: openstack/pyeclib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose liberasurecode error codes in PyECLib
Tushar Gohad
2015-07-19
1
-79
/
+90
*
Plugging in new internal RS backend into pyeclib
plugin_internal_rs
Kevin Greenan
2015-05-19
1
-0
/
+3
*
Guide users to liberasurecode messages in syslog upon errors
Tushar Gohad
2015-03-13
1
-0
/
+2
*
Wrap calls to pyeclib_c in core.py with try/catch and wrote example
Kevin Greenan
2015-03-10
1
-1
/
+1
*
Return liberasurecode errors in fixed length string buffers
Tushar Gohad
2015-03-09
1
-15
/
+25
*
Improve pyeclib error reporting (expose liberasurecode err returns)
Tushar Gohad
2015-03-08
1
-8
/
+41
*
Use liberasurecode_get_fragment_size
Kota Tsuyuzaki
2015-03-05
1
-17
/
+6
*
This is part of Kota's pull request #17.
Kevin Greenan
2015-02-07
1
-6
/
+6
*
Add tests for decode metadata checks.
Kevin Greenan
2015-02-07
1
-1
/
+1
*
Adding support for checking fragment metadata during decode and plumbing
Kevin Greenan
2015-02-07
1
-1
/
+21
*
Changed the API for check_metadata to return more structured success and error
Kevin Greenan
2015-02-03
1
-7
/
+13
*
Removing 'fragment_metadata_len' from the check metaadta API, as it is not ne...
Kevin Greenan
2015-01-19
1
-2
/
+1
*
Changed the return values for the check metadata API.
Kevin Greenan
2015-01-19
1
-2
/
+3
*
Fixing a few bugs in the original checksum formatting commit and unit
Kevin Greenan
2015-01-19
1
-9
/
+36
*
Fix the checksum unit tests for crc32.
Kevin Greenan
2015-01-19
1
-2
/
+15
*
Add option to return fragment metadata as a dict, instead of an opaque buffer.
Kevin Greenan
2015-01-19
1
-6
/
+139
*
A few quick fixes:
Kevin Greenan
2014-10-23
1
-0
/
+4
*
Modified the decode function to return a list of byte arrays when ranges are
Kevin Greenan
2014-10-23
1
-14
/
+11
*
Merged in use_backend_id (pull request #15)
Tushar Gohad
2014-10-22
1
-5
/
+5
|
\
|
*
use enumerated backend_id to reference a backend
use_backend_id
Eric Lambert
2014-10-22
1
-5
/
+5
*
|
Add range support to the decode API.
Kevin Greenan
2014-10-22
1
-10
/
+68
|
/
*
First commit for needed_fragments interface change in liberasurecode.
Kevin Greenan
2014-08-20
1
-12
/
+30
*
Added compatibility for the new liberasurecode metadata and cleanup APIs
Kevin Greenan
2014-08-13
1
-11
/
+12
*
The API and C unit tests now pass. Commented out metadata-specific tests, wh...
Kevin Greenan
2014-08-08
1
-2
/
+2
*
Plugging liberasurecode functions into pyeclib
Kevin Greenan
2014-08-02
2
-1700
/
+164
*
Fix backend names to match liberasurecode ++
Tushar Gohad
2014-07-27
1
-20
/
+2
*
Issue-52: fixed leak in reconstruct path
Eric Lambert
2014-06-26
1
-1
/
+2
*
pyeclib_c: Use exact-width int types in frag hdrs
Tushar Gohad
2014-06-26
1
-6
/
+10
*
Fix addr arg to is_addr_aligned(): int -> ulong
Tushar Gohad
2014-06-26
1
-1
/
+1
*
Fix return type for convert_list_to_bitmap()
Tushar Gohad
2014-06-26
1
-2
/
+2
*
Merge remote-tracking branch 'origin/issue-51' into split-libec
Tushar Gohad
2014-06-26
1
-9
/
+63
|
\
|
*
Fixed an error where pyeclib was not freeing the memory allocated to the
issue-51
Mark Storer
2014-06-26
1
-9
/
+63
*
|
Revert "pyeclib_c: Split include, core, integrity_util"
Tushar Gohad
2014-06-26
5
-526
/
+0
|
/
*
pyeclib_c: Split include, core, integrity_util
Tushar Gohad
2014-06-26
5
-0
/
+526
*
Move 'w' handling to pyeclib_c backend
Tushar Gohad
2014-06-23
2
-17
/
+47
*
ec_iface: Expose DATA/PARITY constraints in Python API
Tushar Gohad
2014-06-22
1
-2
/
+2
*
pyeclib_c.h: Minor formatting/reorganization
Tushar Gohad
2014-06-22
1
-23
/
+25
*
Add copyright/license header for capsulethunk.h
Tushar Gohad
2014-06-22
1
-0
/
+26
*
pyeclib_c: Sync enum defns with ec_iface.py
Tushar Gohad
2014-06-22
2
-21
/
+58
*
Documentation changes to complete description of pyeclib_c_get_segment_info and
Mark Storer
2014-06-04
1
-31
/
+19
*
Changed the method name of free_buffer to check_and_free_buffer and updated the
Mark Storer
2014-06-04
1
-26
/
+26
*
Merged in issue-45 (pull request #2)
Kevin Greenan
2014-06-03
1
-32
/
+43
|
\
|
*
Checked the return status from malloc calls before deref to prevent seg faults.
Mark Storer
2014-06-03
1
-32
/
+43
*
|
issue-46: fixed some memory leaks, as well as some minor fixes.
Eric Lambert
2014-06-03
1
-1
/
+2
|
/
*
Fix the the for loop initialization to remove var declartion in the for loop.
Mark Storer
2014-06-03
1
-31
/
+36
*
- Replaced some tabs with expanded spaces
Mark Storer
2014-06-02
1
-213
/
+207
*
Cleaned up memory allocation and fragment allocation to reuse code instead of
Mark Storer
2014-05-30
1
-28
/
+35
*
Completed pass of pyeclib_c_check_metadata
Mark Storer
2014-05-30
1
-51
/
+76
*
Completed pass over the c_get_metadata method.
Mark Storer
2014-05-30
1
-86
/
+124
*
Complete second pass of pyeclib_c_reconstruct
Mark Storer
2014-05-30
1
-34
/
+44
[next]