summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Addressed a potential memory leak when using the Cauchy Reed Solomonissue-54Mark Storer2014-06-271-4/+62
* 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
|\
| * 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
* core.py: Minor pep8 fixesTushar Gohad2014-06-201-19/+13
* Updated rev number and made some documentation changes.Eric Lambert2014-06-162-19/+20
* Removed liberasure tests from test_core.pyEric Lambert2014-06-161-39/+0
* removed c_eclib from manifestEric Lambert2014-06-161-1/+0
* Merge branch 'master' into split-libecEric Lambert2014-06-167-608/+641
|\
| * Merged in issue-50 (pull request #9) Kevin Greenan2014-06-133-98/+98
| |\
| | * Change type or arrays used to hold bitmap precomputed values from int toEric Lambert2014-06-131-90/+90
| | * issue-50: bitmap value should be unsigned intsEric Lambert2014-06-112-8/+8
| * | Merged in issue-44 (pull request #8) Kevin Greenan2014-06-137-620/+641
| |\ \ | | |/ | |/|
| | * Refactored the test_core.py file. For the c tests, it attempts toissue-44Mark Storer2014-06-131-31/+46
| | * Completed updated of the test_core unit test. The configuration has beenMark Storer2014-06-093-40/+29
| | * Addressing pull request changes.Mark Storer2014-06-093-496/+0
| | * Removed run_tests in order to bring everything under a consistent namingMark Storer2014-06-051-82/+0
| | * Updated the test_core to run some of the core liberasurecode tests even thoughMark Storer2014-06-052-7/+2
| | * Removed pyeclib_test.py as it has been replaced by test_pyeclib in theMark Storer2014-06-052-364/+2
| | * Initial implementation of test_pyeclib, which replaces the previous testsMark Storer2014-06-054-21/+478