summaryrefslogtreecommitdiff
path: root/pyeclib
Commit message (Expand)AuthorAgeFilesLines
* Prep for 1.6.1 release1.6.1Tim Burke2022-04-131-2/+2
* Use hacking checksTim Burke2022-04-083-25/+5
* Deprecate Jerasure supportTim Burke2022-04-051-0/+9
* Merge "Add a __repr__ for ECPyECLibDriver"Zuul2021-06-081-0/+5
|\
| * Add a __repr__ for ECPyECLibDriverTim Burke2021-05-101-0/+5
* | Merge "Stop using a mutable default param in fragments_needed"Zuul2021-05-111-1/+3
|\ \ | |/ |/|
| * Stop using a mutable default param in fragments_neededTim Burke2021-05-071-1/+3
* | Fix reconstruct docstringTim Burke2021-05-071-1/+0
|/
* Fix gateTim Burke2020-09-221-1/+1
* Fix gateTim Burke2019-02-132-3/+3
* Trivial: Update pypi url to new urlTovin Seven2018-04-201-1/+1
* Merge "Switch from pep8 to flake8 for linting"Zuul2018-03-133-3/+25
|\
| * Switch from pep8 to flake8 for lintingTim Burke2017-05-033-3/+25
* | Merge "Clean up ECDriver"Jenkins2017-09-131-2/+21
|\ \
| * | Clean up ECDriverTim Burke2017-05-021-2/+21
| |/
* | Merge "Simplify required-method check"Jenkins2017-06-061-22/+17
|\ \
| * | Simplify required-method checkTim Burke2017-05-021-22/+17
| |/
* | Merge "Fix error message with invalid parity number"Jenkins2017-05-031-1/+1
|\ \ | |/ |/|
| * Fix error message with invalid parity numberKota Tsuyuzaki2017-02-071-1/+1
* | Add Phazr.IO libphazr backend supportJim Cheung2017-03-011-0/+4
|/
* ISA-L Cauchy supportKota Tsuyuzaki2016-12-011-0/+2
* Merge "Assorted combinatoric-test fixes"Jenkins2016-11-292-7/+16
|\
| * Assorted combinatoric-test fixesTim Burke2016-11-172-7/+16
* | Add soft warning log line when using liberasurecode <1.3.1Kota Tsuyuzaki2016-11-281-0/+18
|/
* Merge "Fix arg k, m to be required"Jenkins2016-09-071-0/+6
|\
| * Fix arg k, m to be requiredKota Tsuyuzaki2016-09-061-0/+6
* | Add tox/requirements settings to pass gate jobKota Tsuyuzaki2016-08-121-8/+43
|/
* Use the check_backend_available function.Timur Alperovich2016-03-151-11/+8
* Explicit driver reference check in VALID_EC_TYPES evalTushar Gohad2015-11-231-1/+3
* Disable error reporting during VALID_EC_TYPES evalTushar Gohad2015-11-232-9/+22
* Make VALID_EC_TYPES a runtime/dynamic propertyTushar Gohad2015-11-201-8/+29
* Fix line endings in README, up minor rev in setup.pyTushar Gohad2015-11-121-3/+3
* Allow 'flat_xor_hd_4' from external APITushar Gohad2015-09-082-13/+18
* More PEP8 fixesTushar Gohad2015-07-281-2/+2
* PEP8 fixesTushar Gohad2015-07-224-115/+142
* Fix Python 3 issuesVictor Stinner2015-07-212-10/+10
* Expose liberasurecode error codes in PyECLibTushar Gohad2015-07-192-57/+81
* Example of passing different exception when decode has insifficient fragments.Kevin Greenan2015-07-122-4/+14
* Plugging in new internal RS backend into pyeclibplugin_internal_rsKevin Greenan2015-05-191-1/+3
* Handle non-string arguments in the base PyECLib exception constructor.v1.0.7mKevin Greenan2015-04-061-4/+6
* Revert "Merged in bloodeagle40234/pyeclib/fix-error-handling (pull request #22)"Kevin Greenan2015-04-061-6/+2
* Fix ECDriverError.__str__Kota Tsuyuzaki2015-04-021-2/+6
* Convert remaining ECPyECLibException instances to ECDriverErrorTushar Gohad2015-03-131-6/+6
* Replace ECPyECLibException with ECDriverErrorKevin Greenan2015-03-131-25/+14
* Wrap calls to pyeclib_c in core.py with try/catch and wrote exampleKevin Greenan2015-03-101-8/+30
* Minor whitespace fixesTushar Gohad2015-03-081-10/+7
* Add shss and its unit testsKota Tsuyuzaki2015-03-041-1/+3
* Add isa_l_rs_vand to list of valid EC typesTushar Gohad2015-03-011-1/+2
* Added to the list of supported EC types.Kevin Greenan2015-03-011-1/+2
* Make liberasurecode enum work with flat XOR codes with HD \in 3,4Kevin Greenan2015-02-281-0/+2