summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redirect stderr during VALID_EC_TYPES evalstderrTushar Gohad2015-11-223-22/+89
* Make VALID_EC_TYPES a runtime/dynamic propertyTushar Gohad2015-11-203-43/+46
* Make liberasurecode_rs_vand tests optionalTushar Gohad2015-11-191-9/+12
* Include liberasurecode_helpers.h for backward compatibilityTushar Gohad2015-11-191-0/+4
* Fix line endings in README, up minor rev in setup.pyTushar Gohad2015-11-123-273/+273
* Revert default liberasurecode prefix to /usr/localv1.1.1Tushar Gohad2015-10-241-22/+3
* Release 1.1.0v1.1.0Tushar Gohad2015-10-213-6/+16
* Update integrated liberasurecode rev to 1.1.0Tushar Gohad2015-10-212-0/+0
* Add P Zaitcev and A Stinner to AUTHORSTushar Gohad2015-10-211-0/+2
* Use explicit path to erasurecode.hTushar Gohad2015-09-201-3/+3
* Implement alloc/free fns local to pyeclib c_extTushar Gohad2015-09-181-1/+45
* Release 1.0.9v1.0.9Tushar Gohad2015-09-082-1/+19
* Allow 'flat_xor_hd_4' from external APITushar Gohad2015-09-083-17/+28
* Update integrated liberasurecode rev to 1.0.9Tushar Gohad2015-09-083-2/+2
* Add --install-liberasurecode option to setup.pyTushar Gohad2015-09-081-25/+62
* Add shss test spec to test_pyeclib_apiKota Tsuyuzaki2015-09-081-0/+9
* Fix integer truncation issue with PyBuildValue on Big Endian systems by expli...Kevin Greenan2015-08-112-3/+6
* Clean py34 shared libraries created during buildtushar.gohad@intel.com2015-08-051-1/+1
* Eliminate rpath handlingtushar.gohad@intel.com2015-08-051-5/+0
* Add ChangLog. README updates for 1.0.8.v1.0.8proposed-1.0.8Tushar Gohad2015-08-034-15/+45
* Fix spacing for PEP8 complianceKevin Greenan2015-08-021-10/+10
* A few updates to deal with the Mac OS X weirdness with Xcode's linker bug.Kevin Greenan2015-08-021-2/+18
* Fix find_library() param to be just "erasurecode"libec_pathTushar Gohad2015-08-021-4/+4
* Merged libec_path into masterTushar Gohad2015-08-011-43/+72
|\
| * Another minor fix to setup.pyKevin Greenan2015-07-311-1/+1
| * A few fixes to the new setup.py library finder/installer.Kevin Greenan2015-07-311-13/+18
| * Fix liberasurecode install exit code, redo lib searchTushar Gohad2015-07-311-49/+73
|/
* Remove stray print from test codeTushar Gohad2015-07-291-1/+0
* Minor indent fix (tabs -> spaces)Tushar Gohad2015-07-281-3/+3
* Add checksum type support for common testspecTushar Gohad2015-07-291-13/+24
* Unify pyeclib_driver construction code, other tweaksTushar Gohad2015-07-291-97/+31
* Merged in haypo/pyeclib/include (pull request #31)Tushar Gohad2015-07-281-0/+1
|\
| * Issue #71: Add /usr/include/liberasurecodeVictor Stinner2015-07-291-0/+1
|/
* Use /usr for default liberasurecode prefixTushar Gohad2015-07-281-1/+1
* Revert "Add py27,py34 tox testenvs/Custom pep8 env"Tushar Gohad2015-07-281-15/+2
* Add liberasurecode_rs_vand backend ref to READMETushar Gohad2015-07-281-1/+2
* Fix minor typo in README (jesasure -> jerasure)Tushar Gohad2015-07-281-1/+1
* Make tests unavailable EC types conditionalTushar Gohad2015-07-281-3/+3
* liberasurecode install msg cleanupTushar Gohad2015-07-281-10/+11
* Add py27,py34 tox testenvs/Custom pep8 envTushar Gohad2015-07-281-2/+15
* More PEP8 fixesTushar Gohad2015-07-281-2/+2
* Merged liberasurecode_install into masterTushar Gohad2015-07-232-5/+44
|\
| * Adding a new tarball for the integrated installerliberasurecode_installKevin Greenan2015-07-231-0/+0
| * Check for missing liberasurecode and install if necessaryTushar Gohad2015-07-232-5/+44
* | Typo in the READMEKevin Greenan2015-07-231-1/+1
* | More formatting in README...Kevin Greenan2015-07-231-17/+17
* | Fix README formatting...Kevin Greenan2015-07-231-17/+17
* | Update the README to reflect new exceptions and add docs where they wereKevin Greenan2015-07-231-6/+85
|/
* PEP8 fixes for setup.pyTushar Gohad2015-07-221-2/+3
* Merged 64bit_build into masterTushar Gohad2015-07-221-3/+20
|\