summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Restrict ourselves to Python's Stable ABITim Burke2022-04-061-6/+7
* Clean up compile warningTim Burke2021-10-251-4/+4
* Use Py_ssize_t when calling PyArg_ParseTim Burke2021-05-101-2/+3
* Merge "Change the version reference"Jenkins2017-06-061-1/+26
|\
| * Change the version referenceKota Tsuyuzaki2017-03-011-1/+26
* | Avoid segfault when raising exceptionsTim Burke2017-05-031-81/+83
* | Add Phazr.IO libphazr backend supportJim Cheung2017-03-011-0/+3
* | Merge "Use Py_BuildValue instead of manually building dicts"Jenkins2016-12-151-43/+7
|\ \
| * | Use Py_BuildValue instead of manually building dictsTim Burke2016-11-291-43/+7
| |/
* | Merge "Fix checksum memory leak"Jenkins2016-12-071-0/+1
|\ \
| * | Fix checksum memory leakTim Burke2016-12-051-0/+1
| |/
* | ISA-L Cauchy supportKota Tsuyuzaki2016-12-011-0/+3
|/
* Fix formatted get_metadata memory leakTim Burke2016-11-291-55/+13
* Ref count for dict item should be Py_DECREFKota Tsuyuzaki2016-09-071-8/+54
* Correct fragment size handlingKota Tsuyuzaki2016-09-061-1/+18
* Add tox/requirements settings to pass gate jobKota Tsuyuzaki2016-08-121-0/+9
* Use the check_backend_available function.Timur Alperovich2016-03-151-0/+17
* Remove integrated liberasurecode tarballTushar Gohad2015-12-041-0/+0
* Clarifying comment about ec_desc return during initTushar Gohad2015-11-231-0/+2
* Return liberasurecode error code from pyeclib_c_initTushar Gohad2015-11-231-1/+1
* Disable error reporting during VALID_EC_TYPES evalTushar Gohad2015-11-231-14/+48
* Include liberasurecode_helpers.h for backward compatibilityTushar Gohad2015-11-191-0/+4
* Update integrated liberasurecode rev to 1.1.0Tushar Gohad2015-10-212-0/+0
* Use explicit path to erasurecode.hTushar Gohad2015-09-201-3/+3
* Implement alloc/free fns local to pyeclib c_extTushar Gohad2015-09-181-1/+45
* Update integrated liberasurecode rev to 1.0.9Tushar Gohad2015-09-082-0/+0
* Fix integer truncation issue with PyBuildValue on Big Endian systems by expli...Kevin Greenan2015-08-111-2/+2
* Adding a new tarball for the integrated installerliberasurecode_installKevin Greenan2015-07-231-0/+0
* Check for missing liberasurecode and install if necessaryTushar Gohad2015-07-231-0/+0
* Support Python int in decode() for ranges on py2Victor Stinner2015-07-211-3/+22
* Expose liberasurecode error codes in PyECLibTushar Gohad2015-07-191-79/+90
* Plugging in new internal RS backend into pyeclibplugin_internal_rsKevin Greenan2015-05-191-0/+3
* Guide users to liberasurecode messages in syslog upon errorsTushar Gohad2015-03-131-0/+2
* Wrap calls to pyeclib_c in core.py with try/catch and wrote exampleKevin Greenan2015-03-101-1/+1
* Return liberasurecode errors in fixed length string buffersTushar Gohad2015-03-091-15/+25
* Improve pyeclib error reporting (expose liberasurecode err returns)Tushar Gohad2015-03-081-8/+41
* Use liberasurecode_get_fragment_sizeKota Tsuyuzaki2015-03-051-17/+6
* This is part of Kota's pull request #17.Kevin Greenan2015-02-071-6/+6
* Add tests for decode metadata checks.Kevin Greenan2015-02-071-1/+1
* Adding support for checking fragment metadata during decode and plumbingKevin Greenan2015-02-071-1/+21
* Changed the API for check_metadata to return more structured success and errorKevin Greenan2015-02-031-7/+13
* Removing 'fragment_metadata_len' from the check metaadta API, as it is not ne...Kevin Greenan2015-01-191-2/+1
* Changed the return values for the check metadata API.Kevin Greenan2015-01-191-2/+3
* Fixing a few bugs in the original checksum formatting commit and unitKevin Greenan2015-01-191-9/+36
* Fix the checksum unit tests for crc32.Kevin Greenan2015-01-191-2/+15
* Add option to return fragment metadata as a dict, instead of an opaque buffer.Kevin Greenan2015-01-191-6/+139
* Refactor pyeclib python src tree for nosetestsTushar Gohad2014-12-105-1548/+0
* Add min_parity_fragments_needed() per ECDriverTushar Gohad2014-11-202-0/+14
* Make library_import_str arg to ECDriver conditionalTushar Gohad2014-11-191-10/+5
* Adding get_segment_byterange_info and the appropriate tests...v0.9.10Kevin Greenan2014-10-281-0/+74