summaryrefslogtreecommitdiff
path: root/pyeclib/core.py
Commit message (Expand)AuthorAgeFilesLines
* Use hacking checksTim Burke2022-04-081-1/+1
* Add a __repr__ for ECPyECLibDriverTim Burke2021-05-101-0/+5
* Switch from pep8 to flake8 for lintingTim Burke2017-05-031-2/+0
* Assorted combinatoric-test fixesTim Burke2016-11-171-7/+8
* Disable error reporting during VALID_EC_TYPES evalTushar Gohad2015-11-231-4/+8
* Allow 'flat_xor_hd_4' from external APITushar Gohad2015-09-081-10/+7
* PEP8 fixesTushar Gohad2015-07-221-35/+43
* Fix Python 3 issuesVictor Stinner2015-07-211-3/+3
* Expose liberasurecode error codes in PyECLibTushar Gohad2015-07-191-36/+12
* Example of passing different exception when decode has insifficient fragments.Kevin Greenan2015-07-121-3/+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
* Re-add in support for both HD 3 and 4 flat XOR codes...Kevin Greenan2015-02-281-1/+3
* Add tests for decode metadata checks.Kevin Greenan2015-02-071-3/+7
* Adding support for checking fragment metadata during decode and plumbingKevin Greenan2015-02-071-5/+15
* Remove algsig integrity checks, make crc32 the defaultTushar Gohad2015-02-011-3/+1
* Removing 'fragment_metadata_len' from the check metaadta API, as it is not ne...Kevin Greenan2015-01-191-5/+1
* Fix the checksum unit tests for crc32.Kevin Greenan2015-01-191-4/+4
* Add option to return fragment metadata as a dict, instead of an opaque buffer.Kevin Greenan2015-01-191-2/+2
* Refactor pyeclib python src tree for nosetestsTushar Gohad2014-12-101-0/+279