summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed an error where pyeclib was not freeing the memory allocated to theissue-51Mark Storer2014-06-261-9/+63
* 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
| | * Initial import of re-factoring the unit tests to exist in a central locationMark Storer2014-06-045-4/+509
* | | c_eclib has been migrated to liberasurecode. Pyeclib now relies onEric Lambert2014-06-1649-44809/+2
|/ /
* | Merged in issue-49 (pull request #6) Kevin Greenan2014-06-081-1/+1
|\ \ | |/ |/|
| * issue-49: fixed test_xor_hd_code/run_aligned_malloc_test so that itEric Lambert2014-06-061-1/+1
|/
* Merged in issue-47 (pull request #4) v0.9.3Kevin Greenan2014-06-041-57/+45
|\
| * 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
|\