summaryrefslogtreecommitdiff
path: root/pyeclib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-add in support for both HD 3 and 4 flat XOR codes...Kevin Greenan2015-02-281-1/+3
* Revert "Add missing isa_l_rs_vand type to valid EC types"Tushar Gohad2015-02-241-2/+1
* Add missing isa_l_rs_vand type to valid EC typesTushar Gohad2015-02-241-1/+2
* Add tests for decode metadata checks.Kevin Greenan2015-02-072-5/+9
* Adding support for checking fragment metadata during decode and plumbingKevin Greenan2015-02-072-7/+22
* Remove algsig integrity checks, make crc32 the defaultTushar Gohad2015-02-012-5/+2
* 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-192-6/+6
* Add option to return fragment metadata as a dict, instead of an opaque buffer.Kevin Greenan2015-01-191-2/+2
* Adding valid EC algorithms infoYuan Zhou2015-01-141-0/+4
* Refactor pyeclib python src tree for nosetestsTushar Gohad2014-12-105-0/+1548