summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Resolve cppcheck Signed integer overflow errorBrad Hubbard2017-04-101-1/+1
* use assert(0) instead of exit(1)Loic Dachary2014-12-153-25/+28
* define galois_uninit_fieldLoic Dachary2014-10-031-0/+12
* add galois_init_default_field error codeLoic Dachary2014-06-081-18/+29
* jerasure.c: add more checks for talloc/malloc resultsDanny Al-Gaaf2014-04-271-0/+91
* jerasure.c: add check for result of malloc()Danny Al-Gaaf2014-04-271-0/+1
* jerasure.c: free memory before return in error caseDanny Al-Gaaf2014-04-221-1/+5
* jerasure.c: fix memory leak in error caseDanny Al-Gaaf2014-04-221-1/+2
* make galois_init_default_field(int w) externLoic Dachary2014-04-091-1/+1
* Remove -O3, -fPIC, $(INCLUDES) from AM_CFLAGS.David Glessner2014-03-311-1/+1
* silence warning about bestrow used uninitializedLoic Dachary2014-03-301-1/+1
* This is the squashed pull request from David Glessner, squashedDavid Glessner2014-03-283-544/+76
* add missing return value to functions that require itLoic Dachary2014-03-061-0/+2
* remove unused variablesLoic Dachary2014-03-062-14/+7
* Revision 2.0 is ready for prime time!Jim Plank2014-01-256-99/+70
* Added code to not use gf-complete mult_by_one if region size is small (less t...Kevin Greenan2013-12-271-1/+10
* Do SIMD XOR, where possible!Kevin Greenan2013-12-203-28/+8
* Setup autoconf to work with JerasureKevin Greenan2013-12-048-0/+5289