summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'wip-signed-integer-overflow-cppcheck-v2' into 'v2'v2Loic Dachary2017-04-101-1/+1
|\
| * Resolve cppcheck Signed integer overflow errorBrad Hubbard2017-04-101-1/+1
|/
* Merge branch 'wip-memory-leak' into 'v2'Loic Dachary2017-04-101-1/+2
|\
| * jerasure.c: fix memory leak in error caseDanny Al-Gaaf2017-04-101-1/+2
|/
* Merge branch 'wip-exit-v2' into 'v2'v2.0KMG2014-12-293-25/+28
|\
| * use assert(0) instead of exit(1)Loic Dachary2014-12-253-25/+28
|/
* Merged in dachary/jerasure/wip-galois-init-v2 (pull request #23) Kevin Greenan2014-06-122-19/+30
|\
| * add galois_init_default_field error codeLoic Dachary2014-06-092-19/+30
|/
* Merged in dachary/jerasure/wip-compilation-warning-v2 (pull request #19) Kevin Greenan2014-04-101-1/+1
|\
| * silence warning about bestrow used uninitializedLoic Dachary2014-04-101-1/+1
|/
* Merged in dachary/jerasure/wip-init-v2 (pull request #18) Kevin Greenan2014-04-092-1/+2
|\
| * make galois_init_default_field(int w) externLoic Dachary2014-04-092-1/+2
|/
* Merged in dachary/jerasure/wip-gitignore-v2 (pull request #13) Kevin Greenan2014-03-312-1/+34
|\
| * backport of .gitignore files from masterLoic Dachary2014-03-292-1/+34
|/
* Merged in dachary/jerasure/wip-gitignore (pull request #10) Kevin Greenan2014-03-281-0/+1
|\
| * create a .gitignoreLoic Dachary2014-03-271-0/+1
|/
* Merged in dachary/jerasure/v2 (pull request #3) Kevin Greenan2014-03-063-14/+9
|\
| * add missing return value to functions that require itLoic Dachary2014-03-061-0/+2
| * remove unused variablesLoic Dachary2014-03-062-14/+7
|/
* Created new branch v2Kevin Greenan2014-03-050-0/+0
* Fixed some compiler warnings.Jim Plank2014-02-072-9/+24
* Added compilation instructions for when you don't have GF-CompleteJim Plank2014-02-073-18/+78
* Added the user manual PDF to Manual.pdfJim Plank2014-01-291-0/+0
* More formatting.Jim Plank2014-01-293-0/+9
* Formatting.Jim Plank2014-01-293-423/+6
* Added the user's manual.Jim Plank2014-01-295-6/+9
* Merged in kmgreen2/jerasure-kmg (pull request #1) James Plank2014-01-2577-2932/+45175
|\
| * Revision 2.0 is ready for prime time!Jim Plank2014-01-2530-192/+253
| * Needed .txtJim Plank2014-01-241-19/+21
| * Making sure ht enew readme is there.Jim Plank2014-01-241-0/+1
| * Ran through all of the examples to make them current. I'll have toJim Plank2014-01-2428-1153/+1086
| * Make autoconf put BSD license in COPYING.Kevin Greenan2014-01-072-666/+29
| * Minor typos and stuff. More later.Jim Plank2014-01-014-15/+18
| * 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-204-31/+10
| * Fix README(s)Kevin Greenan2013-12-043-3/+3
| * Setup autoconf to work with JerasureKevin Greenan2013-12-0447-20/+41925
| * Added performance numbers and more text to the READMEKevin Greenan2013-11-243-0/+325
| * Added tests for the GF init helper functions in galois.cKevin Greenan2013-11-248-65/+729
| * Error handling fixed in test scripts...Kevin Greenan2013-11-232-16/+10
| * Added new license header for version 2.0Kevin Greenan2013-11-2337-1481/+1348
| * Re-org and re-named some stuff...Kevin Greenan2013-11-236-126/+60
| * Clean-up and use of aligned buffers in Test/Kevin Greenan2013-11-1839-42/+66
| * Make sure tests always grab aligned buffers (use valloc instead of malloc).Kevin Greenan2013-11-183-3/+3
| * Move 'install' to $(INCDIR) instead of $(INCDIR)/jerasureKevin Greenan2013-10-191-2/+2
| * jerasure: Add -fPIC to CFLAGSTushar Gohad2013-10-151-1/+1
| * Added some performance tests, set the default GF for w=16 to SPLIT 16,4Kevin Greenan2013-10-166-3/+282
| * Incorporated more of GF-Complete and added some tests...Kevin Greenan2013-10-156-71/+585
| * makefile works on Darwin and LinuxKevin Greenan2013-10-111-2/+11
| * First (crude) pass at hooking GF-Complete into Jerasure. Just enough to do s...Kevin Greenan2013-10-073-704/+81
|/