summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update the test output now that we properly use HD 3 or 4 (again!)Kevin Greenan2015-02-281-1/+1
* Make liberasurecode enum work with flat XOR codes with HD \in 3,4Kevin Greenan2015-02-281-0/+2
* Fix conf tool to be consistent with new APIKevin Greenan2015-02-281-16/+10
* Re-add in support for both HD 3 and 4 flat XOR codes...Kevin Greenan2015-02-281-1/+3
* test: Run core tests only onceTushar Gohad2015-02-253-15/+12
* Add .unittests script to standardize nosetests invocationTushar Gohad2015-02-241-0/+10
* Revert "Add missing isa_l_rs_vand type to valid EC types"Tushar Gohad2015-02-241-2/+1
* Fix xor backend names in file testsTushar Gohad2015-02-241-6/+3
* Add missing isa_l_rs_vand type to valid EC typesTushar Gohad2015-02-241-1/+2
* PyECLib v1.0-rc1v1.0-rc1Tushar Gohad2015-02-241-1/+1
* Sync README with recently API changes (flat_xor_hd, get_metadata)Tushar Gohad2015-02-241-1/+2
* This is part of Kota's pull request #17.Kevin Greenan2015-02-071-6/+6
* Add tests for decode metadata checks.Kevin Greenan2015-02-074-10/+42
* Adding support for checking fragment metadata during decode and plumbingKevin Greenan2015-02-073-8/+43
* Changed the API for check_metadata to return more structured success and errorKevin Greenan2015-02-032-12/+24
* 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-192-7/+2
* 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-192-9/+87
* Fix the checksum unit tests for crc32.Kevin Greenan2015-01-194-73/+86
* Add option to return fragment metadata as a dict, instead of an opaque buffer.Kevin Greenan2015-01-192-8/+141
* Merged in zhouyuan/pyeclib/list_valid_ec_types (pull request #16) Kevin Greenan2015-01-192-1/+13
|\
| * Adding valid EC algorithms infoYuan Zhou2015-01-142-1/+13
|/
* Disable fragment metadata tests (the tests are a WIP)Tushar Gohad2014-12-101-126/+126
* Add top-level Makefile to wrap build/install/test targetsTushar Gohad2014-12-101-0/+41
* Refactor pyeclib python src tree for nosetestsTushar Gohad2014-12-106-2/+2
* Add min_parity_fragments_needed() per ECDriverTushar Gohad2014-11-204-0/+24
* Make library_import_str arg to ECDriver conditionalTushar Gohad2014-11-198-101/+48
* Fixed url of liberasurecode in READMEEric Lambert2014-11-121-1/+1
* Adding get_segment_byterange_info and the appropriate tests...v0.9.10Kevin Greenan2014-10-282-0/+110
* A few quick fixes:Kevin Greenan2014-10-232-1/+5
* Modified the decode function to return a list of byte arrays when ranges areKevin Greenan2014-10-232-21/+18
* Merged in use_backend_id (pull request #15) Tushar Gohad2014-10-226-47/+33
|\
| * use enumerated backend_id to reference a backenduse_backend_idEric Lambert2014-10-226-47/+33
* | Add range support to the decode API.Kevin Greenan2014-10-222-10/+125
|/
* Updated my email address in the Authors fileEric Lambert2014-10-071-1/+1
* First commit for needed_fragments interface change in liberasurecode.Kevin Greenan2014-08-204-20/+41
* Added compatibility for the new liberasurecode metadata and cleanup APIsKevin Greenan2014-08-131-11/+12
* The API and C unit tests now pass. Commented out metadata-specific tests, wh...Kevin Greenan2014-08-084-138/+53
* Plugging liberasurecode functions into pyeclibKevin Greenan2014-08-029-1786/+264
* Fix backend names to match liberasurecode ++Tushar Gohad2014-07-273-23/+5
* Update .gitignore for python outputTushar Gohad2014-07-051-25/+53
* Add origin/license info for enum.pyTushar Gohad2014-06-291-0/+23
* Add credits (AUTHORS)Tushar Gohad2014-06-291-0/+6
* ec_iface: Add pyeclib version codeTushar Gohad2014-06-281-0/+11
* Merged in check-liberasurcode (pull request #13) Tushar Gohad2014-06-271-0/+28
|\
| * Per Tushar, added a check to the setup script which checks thatEric Lambert2014-06-271-0/+28
|/
* Merged in issue-52 (pull request #12) Tushar Gohad2014-06-271-1/+2
|\