summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Modified the decode function to return a list of byte arrays when ranges areKevin Greenan2014-10-231-14/+11
* Merged in use_backend_id (pull request #15) Tushar Gohad2014-10-223-13/+9
|\
| * use enumerated backend_id to reference a backenduse_backend_idEric Lambert2014-10-223-13/+9
* | Add range support to the decode API.Kevin Greenan2014-10-221-10/+68
|/
* First commit for needed_fragments interface change in liberasurecode.Kevin Greenan2014-08-203-19/+40
* 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-082-3/+5
* Plugging liberasurecode functions into pyeclibKevin Greenan2014-08-024-1731/+209
* Fix backend names to match liberasurecode ++Tushar Gohad2014-07-271-20/+2
* Add origin/license info for enum.pyTushar Gohad2014-06-291-0/+23
* ec_iface: Add pyeclib version codeTushar Gohad2014-06-281-0/+11
* Issue-52: fixed leak in reconstruct pathEric Lambert2014-06-261-1/+2
* 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
* Merge remote-tracking branch 'origin/issue-51' into split-libecTushar Gohad2014-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-265-526/+0
* | ec_iface: Renm hdrcksum types enum, none new defaultTushar Gohad2014-06-262-11/+18
|/
* pyeclib_c: Split include, core, integrity_utilTushar Gohad2014-06-265-0/+526
* ec_iface: Rename chksum type inline->inline_crc32Tushar Gohad2014-06-232-4/+5
* 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
* 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
* core.py: Minor pep8 fixesTushar Gohad2014-06-201-19/+13
* Addressing pull request changes.Mark Storer2014-06-091-496/+0
* Removed pyeclib_test.py as it has been replaced by test_pyeclib in theMark Storer2014-06-051-356/+0
* Initial implementation of test_pyeclib, which replaces the previous testsMark Storer2014-06-051-0/+7
* Documentation changes to complete description of pyeclib_c_get_segment_info andMark Storer2014-06-041-31/+19
* Changed the method name of free_buffer to check_and_free_buffer and updated theMark Storer2014-06-041-26/+26
* Merged in issue-45 (pull request #2) Kevin Greenan2014-06-031-32/+43
|\
| * Checked the return status from malloc calls before deref to prevent seg faults.Mark Storer2014-06-031-32/+43
* | issue-46: fixed some memory leaks, as well as some minor fixes.Eric Lambert2014-06-031-1/+2
|/
* Fix the the for loop initialization to remove var declartion in the for loop.Mark Storer2014-06-031-31/+36
* - Replaced some tabs with expanded spacesMark Storer2014-06-021-213/+207
* Cleaned up memory allocation and fragment allocation to reuse code instead ofMark Storer2014-05-301-28/+35