summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update to v0.9.8v0.9.8master.nolibecTushar Gohad2014-08-051-1/+1
* Rename min_parity_needed() -> min_parity_fragments_needed()Tushar Gohad2014-08-054-5/+16
* Update to v0.9.7Tushar Gohad2014-08-051-1/+1
* Add generic min_parity_needed(), update to v0.9.6v0.9.6Tushar Gohad2014-08-054-1/+14
* test_core: Add comment to clarify valgrind invocationTushar Gohad2014-08-051-1/+4
* test_core: Minor fix to valgrind error messageTushar Gohad2014-08-051-1/+1
* test_core: Make valgrind run conditionalTushar Gohad2014-08-052-6/+26
* Make library_import_str arg to ECDriver conditional, rename types to beTushar Gohad2014-08-0511-93/+55
* v0.9.4v0.9.4Tushar Gohad2014-07-091-1/+1
* xor_codes: Use posix_memalign() in testsTushar Gohad2014-07-092-52/+17
* test: Search for C test binaries in system PATHTushar Gohad2014-07-101-3/+23
* test_core: Add skipUnless for python 2.6 supportTushar Gohad2014-07-101-2/+19
* c_eclib: Exit with right error codeTushar Gohad2014-07-091-1/+1
* Add argparse.py from pypi for py26 supportTushar Gohad2014-07-091-0/+2362
* 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
* | 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
|\
| * Checked the return status from malloc calls before deref to prevent seg faults.Mark Storer2014-06-031-32/+43
* | Merged in issue-46 (pull request #3) Kevin Greenan2014-06-034-10/+66
|\ \ | |/ |/|
| * issue-46: fixed some memory leaks, as well as some minor fixes.Eric Lambert2014-06-034-10/+66
|/
* Merged in issue-43 (pull request #1) Kevin Greenan2014-06-031-682/+900
|\
| * 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
| * Completed pass of pyeclib_c_check_metadataMark Storer2014-05-301-51/+76
| * Completed pass over the c_get_metadata method.Mark Storer2014-05-301-86/+124
| * Complete second pass of pyeclib_c_reconstructMark Storer2014-05-301-34/+44
| * First pass of c_reconstruct method.Mark Storer2014-05-291-62/+58
| * - First pass on c_reconstruct. Added some initial allocation checking andMark Storer2014-05-291-68/+66
| * Added memory checking and cleanup to c_get_required_fragmentsMark Storer2014-05-291-35/+59
| * Added a number of allocation and deallocation methods to utilize theMark Storer2014-05-291-159/+212
| * Finished second pass over the fragments_to_string method.Mark Storer2014-05-281-27/+19
| * - First pass over the pyeclib_c_fragments_to_string method.Mark Storer2014-05-281-57/+42
| * - Completed second pass on pyeclib_c_encode. I refactored and cleaned thingsMark Storer2014-05-281-21/+20
| * - Updated pyeclib_c_encode to use the memory allocation helper, and toMark Storer2014-05-271-75/+111