summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update liberasurecode to v1.0.7v1.0.71.0_liberasurecode_integratedTushar Gohad2015-04-153-4/+4
* Fix a python3 print incompatibility in setup.pyTushar Gohad2015-04-151-1/+1
* Handle non-string arguments in the base PyECLib exception constructor.Kevin Greenan2015-04-151-4/+6
* Fix a few print statements for py3Pete Zaitcev2015-04-153-3/+3
* Merge branch '1.0_liberasurecode_integrated' of https://bitbucket.org/kmgreen...Kevin Greenan2015-03-307-83/+69
|\
| * Update liberasurecode to v1.0.6v1.0.6Tushar Gohad2015-03-293-4/+4
| * Update liberasurecode to v1.0.5v1.0.4Tushar Gohad2015-03-133-4/+4
| * Emphasize the 'ldconfig' step in READMETushar Gohad2015-03-132-3/+3
| * Fix PyECLib version in README, add depsTushar Gohad2015-03-131-9/+6
| * Minor ld-related message cleanup in setup.pyTushar Gohad2015-03-131-30/+19
| * Make the integrated liberasurecode version venv friendlyv1.0.3Tushar Gohad2015-03-111-3/+7
| * Redo a PyPi/PEP440-friendly version/tag (v1.0.2)v1.0.2Tushar Gohad2015-03-111-2/+2
| * Update to liberasurecode-1.0.4Tushar Gohad2015-03-113-3/+3
| * Guide users to liberasurecode messages in syslog upon errorsTushar Gohad2015-03-112-0/+4
| * Convert remaining ECPyECLibException instances to ECDriverErrorTushar Gohad2015-03-112-8/+8
| * Replace ECPyECLibException with ECDriverErrorv1.0.1Kevin Greenan2015-03-111-25/+14
| * Don't look for installed libraries under local paths (duh!)Tushar Gohad2015-03-111-2/+5
| * Update liberasurecode to 1.0.3Tushar Gohad2015-03-113-3/+3
| * test: Improve LD_LIBRARY_PATH determination for local testsTushar Gohad2015-03-111-5/+11
| * Hack to get the intergrated liberasurecode branch to build/test withoutKevin Greenan2015-03-111-1/+10
| * Append local paths to default_include_paths during "build"Tushar Gohad2015-03-111-1/+2
* | test: Improve LD_LIBRARY_PATH determination for local testsTushar Gohad2015-03-111-5/+11
* | Hack to get the intergrated liberasurecode branch to build/test withoutKevin Greenan2015-03-111-1/+10
* | Append local paths to default_include_paths during "build"Tushar Gohad2015-03-101-1/+2
* | v1.0Tushar Gohad2015-03-102-2/+2
|/
* Wrap calls to pyeclib_c in core.py with try/catch and wrote exampleKevin Greenan2015-03-103-18/+54
* Example test case thst tests plumbing liberasurecode errors up into pyeclibKevin Greenan2015-03-092-2/+9
* Remove redundant paths to local libraries in setup.py.Kevin Greenan2015-03-091-2/+2
* Return liberasurecode errors in fixed length string buffersTushar Gohad2015-03-091-15/+25
* Ensure the unit tests pass without running 'install'Kevin Greenan2015-03-093-34/+65
* Remove references to skipIf (breaks on py2.6)Tushar Gohad2015-03-091-5/+7
* Remove test_core.py from test unitsTushar Gohad2015-03-081-1/+1
* Replace liberasurecode, jerasure, gf-complete w/ "make dist" versTushar Gohad2015-03-08241-183607/+35
* Build liberasurecode if not present on the systemv1.0-rc2iTushar Gohad2015-03-081-56/+108
* temp: Integrate jerasure 2.0 and gf-complete 1.03Tushar Gohad2015-03-08160-0/+120107
* temp: Integrate liberasurecode 1.0Tushar Gohad2015-03-0877-0/+63478
* Add 'clean' target to MakefileTushar Gohad2015-03-081-0/+5
* Remove Jerasure build-time dependency for pyeclibTushar Gohad2015-03-081-1/+1
* Improve pyeclib error reporting (expose liberasurecode err returns)Tushar Gohad2015-03-081-8/+41
* Minor whitespace fixesTushar Gohad2015-03-081-10/+7
* v1.0-rc2v1.0-rc2Tushar Gohad2015-03-083-3/+4
* test: Use real backend names in _available_backendsTushar Gohad2015-03-082-7/+16
* Minor README updates for unit test instructionsTushar Gohad2015-03-071-3/+3
* Merged in bloodeagle40234/pyeclib/fixes (pull request #19) Tushar Gohad2015-03-061-17/+6
|\
| * Use liberasurecode_get_fragment_sizeKota Tsuyuzaki2015-03-051-17/+6
|/
* README edited online with BitbucketTushar Gohad2015-03-051-170/+193
* Fix version in READMETushar Gohad2015-03-041-1/+1
* Minor formatting fixes to the READMETushar Gohad2015-03-041-1/+7
* Update README with flat_xor_hd_X types, referencesTushar Gohad2015-03-041-4/+17
* Merged in bloodeagle40234/pyeclib/ntt_backend (pull request #18) Tushar Gohad2015-03-045-5/+68
|\