summaryrefslogtreecommitdiff
path: root/pyeclib/core.py
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining ECPyECLibException instances to ECDriverErrorTushar Gohad2015-03-111-6/+6
* Replace ECPyECLibException with ECDriverErrorv1.0.1Kevin Greenan2015-03-111-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