summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* c_eclib: Add decode routine for rs_vand_isa_lisa-l_integrationTushar Gohad2014-05-305-37/+262
* Fix return type for convert_list_to_bitmap()Tushar Gohad2014-05-071-2/+2
* c_eclib: Add yasm-1.2 to build for isa_l+x86_AVX2Tushar Gohad2014-05-061-6/+18
* c_eclib: Return non-zero exit code when dep url unreachableTushar Gohad2014-05-061-1/+1
* c_eclib: Update isa-l to 2.10Tushar Gohad2014-05-061-1/+1
* c_eclib: Add encode routine for rs_vand_isa_lTushar Gohad2014-05-051-0/+16
* c_eclib: Add init routine for rs_vand_isa_lTushar Gohad2014-05-052-4/+29
* Minor setup.py cleanupTushar Gohad2014-05-031-2/+2
* c_eclib: Add isa-l to build/install infraTushar Gohad2014-05-033-7/+31
* Fix addr arg to is_addr_aligned(): int -> ulongTushar Gohad2014-05-031-1/+1
* Fix fn prototype warning in alg_sig.hTushar Gohad2014-05-031-1/+1
* Use exact-width integer types in fragment headersTushar Gohad2014-05-031-6/+9
* c_eclib: Add isa_l skeleton for rs_vand/rs_cauchy (WIP)Tushar Gohad2014-05-032-4/+27
* 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
* Fix test_small_encode(): str -> bytesTushar Gohad2014-04-201-1/+1
* Deal with self.library_import_str as str()Tushar Gohad2014-04-191-5/+5
* UTF-8-encode strings when using binary file write modeTushar Gohad2014-04-191-1/+1
* Use str.ascii_letters for Python3 compatibility (take2)Tushar Gohad2014-04-191-5/+6
* We should not explicitly use "y#", it must be conditionally used based on the...Kevin Greenan2014-04-191-2/+6
* The last 1% to bring up to Python 3 compatibility.Kevin Greenan2014-04-191-13/+5
* Rename get_fragment_data() -> get_data_ptr_from_fragment()Tushar Gohad2014-04-191-7/+7
* Drop custom py3compat.h and switch to bytesobject.hTushar Gohad2014-04-182-115/+24
* Py_BuildValue() format args differ on Py2 vs Py3Tushar Gohad2014-04-181-27/+31
* Expect binary data, use 'y#' for PyArg_* conversionsTushar Gohad2014-04-182-2/+3
* Rename 'bytes' variables (a Python intrinsic)Tushar Gohad2014-04-182-15/+15
* Rename 'type', 'sum' variables (meant to be intrinsics)Tushar Gohad2014-04-183-92/+94
* Write testdata as string and read as binary (Python3)Tushar Gohad2014-04-181-3/+3
* Use str.ascii_letters for Python3 compatibilityTushar Gohad2014-04-131-1/+1
* Sanitize PyString_AsStringAndSize defn for Python3Tushar Gohad2014-04-131-1/+25
* Add Python3 cobject compat header and other cobject fixupsTushar Gohad2014-04-132-7/+93
* Convert exceptions to python3 styleTushar Gohad2014-04-122-3/+3
* Fix open() calls to include explicit 'b' hints + cleanupTushar Gohad2014-04-087-75/+52
* Make print()s simpler for 3.x compatibility (take2)Tushar Gohad2014-03-194-169/+72
* Make print()s simpler for 3.x compatibilityTushar Gohad2014-03-196-61/+61