summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-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
| * - Updated the pyeclib_c_get_segment_info method. Gave it a signature andMark Storer2014-05-271-28/+48
| * - Initial implementation of a utility method to alloc and initializeMark Storer2014-05-271-88/+124
* | Fix a memory leak found by Eric LambertKevin Greenan2014-06-031-2/+7
|/
* build: Error out if dep download failedTushar Gohad2014-05-011-0/+9
* Bump version to 0.9.2v0.9.2Tushar Gohad2014-04-211-4/+22
* Minor formatting/grammar fixed to READMETushar Gohad2014-04-211-8/+16
* README edited online with BitbucketKevin Greenan2014-04-211-8/+0
* Update version to 0.9.1v0.9.1Tushar Gohad2014-04-2052-7087/+8854
* Add better documentation for the bytes vs str changesTushar Gohad2014-04-201-2/+27
* Update README with version, API, formatting changesTushar Gohad2014-04-201-24/+54
* pyeclib_conf_tool: add key= word to sort() callTushar Gohad2014-04-201-1/+1
* type -> ec_type updates for command line toolsTushar Gohad2014-04-204-22/+20
* Call out bytes input for encode() APITushar Gohad2014-04-204-30/+38
* Minor formatting changes to file_test codeTushar Gohad2014-04-201-23/+24
* Use unicode when returning str objects in Python 3Tushar Gohad2014-04-201-5/+6
* ec_test: Pass bytes to one remaining encode() callTushar Gohad2014-04-201-2/+2
* ec_test: Fix test_rs failures - check against utf-8 inputTushar Gohad2014-04-201-3/+3
* ec_test: Python3 chr() returns an int, remove ord() callTushar Gohad2014-04-201-5/+17
* ec_test: Python3 requires 'key' param to sort()Tushar Gohad2014-04-201-1/+1
* Pass byte strings to encode()Tushar Gohad2014-04-201-7/+7