summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use enumerated backend_id to reference a backenduse_backend_idEric Lambert2014-10-226-47/+33
* 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
|\
| * Issue-52: fixed leak in reconstruct pathEric Lambert2014-06-261-1/+2
|/
* Merge branch 'split-libec' of bitbucket.org:kmgreen2/pyeclib into split-libecEric Lambert2014-06-263-11/+15
|\
| * pyeclib_c: Use exact-width int types in frag hdrsTushar Gohad2014-06-261-6/+10
| * Fix addr arg to is_addr_aligned(): int -> ulongTushar Gohad2014-06-261-1/+1
| * Fix return type for convert_list_to_bitmap()Tushar Gohad2014-06-261-2/+2
| * Minor setup.py cleanupTushar Gohad2014-06-261-2/+2
| * Merge remote-tracking branch 'origin/issue-51' into split-libecTushar Gohad2014-06-261-9/+63
| |\
* | \ Merge remote branch 'origin/issue-51' into split-libecEric Lambert2014-06-261-9/+63
|\ \ \ | |/ / |/| / | |/
| * Fixed an error where pyeclib was not freeing the memory allocated to theissue-51Mark Storer2014-06-261-9/+63
* | Revert "pyeclib_c: Split include, core, integrity_util"Tushar Gohad2014-06-266-530/+2
* | ec_iface: Renm hdrcksum types enum, none new defaultTushar Gohad2014-06-262-11/+18
|/
* Revert "Postpone adding -lerasurecode .."Tushar Gohad2014-06-261-1/+1
* pyeclib_c: Split include, core, integrity_utilTushar Gohad2014-06-266-2/+530
* test_core: Add comment to clarify valgrind invocationTushar Gohad2014-06-251-0/+3
* test_core: Minor fix to valgrind error messageTushar Gohad2014-06-241-1/+1
* ec_iface: Rename chksum type inline->inline_crc32Tushar Gohad2014-06-233-12/+13
* test_core: Make valgrind run conditionalTushar Gohad2014-06-232-7/+26
* ec_iface: Store PyECLibEnum objects in ECDriverTushar Gohad2014-06-232-31/+29
* ec_iface: Additional PyECLibEnum helpersTushar Gohad2014-06-231-1/+17
* ec_iface: Minor formatting clean-upTushar Gohad2014-06-231-4/+1
* Change ec_type, chksum_type checks to use new Enum defnsTushar Gohad2014-06-232-2/+11
* ec_iface: Use positive_int_value for k/m validationTushar Gohad2014-06-231-12/+11
* Add missing ec_type arg to init() error printTushar Gohad2014-06-231-1/+2
* core.py: Use PyECLib_HDRCHKSUM_Types/EC_TypesTushar Gohad2014-06-231-5/+6
* pyeclib_c: Remove references to 'w' in unit testsTushar Gohad2014-06-231-29/+28
* Postpone adding -lerasurecode ..Tushar Gohad2014-06-231-1/+1
* Move 'w' handling to pyeclib_c backendTushar Gohad2014-06-234-81/+52
* ec_iface: Expose DATA/PARITY constraints in Python APITushar Gohad2014-06-222-2/+5
* ec_iface.py: Remove 'w' from argsTushar Gohad2014-06-221-2/+0
* pyeclib_c.h: Minor formatting/reorganizationTushar Gohad2014-06-221-23/+25
* Add copyright/license header for capsulethunk.hTushar Gohad2014-06-221-0/+26
* pyeclib_c: Sync enum defns with ec_iface.pyTushar Gohad2014-06-222-21/+58
* Add enum.py for Enum support in 2.6/2.7/3.xTushar Gohad2014-06-221-0/+767
* Move create_instance and other helpers to utilsTushar Gohad2014-06-222-39/+41
* ec_iface: Add enums for EC type, Hdr chksum typesTushar Gohad2014-06-221-4/+41
* pyeclib: Add helper util for int > 0 checkTushar Gohad2014-06-221-0/+35