aboutsummaryrefslogtreecommitdiff
path: root/src/invalid/invalid_thread.c
Commit message (Expand)AuthorAgeFilesLines
* Fix threaded invalid curve generation.J08nY2019-03-071-1/+8
* Separate curve object functions into obj.J08nY2018-03-281-0/+1
* Fix some memory leaks in threaded invalid generation.J08nY2018-02-031-9/+6
* Fix Valgrind warnings about timeout struct allocations.J08nY2018-02-031-0/+3
* Update copyright year.J08nY2018-01-011-1/+1
* Add hex check to cli.J08nY2017-10-191-1/+1
* Format and update README.J08nY2017-10-141-6/+5
* Make config_t *cfg a global variable.J08nY2017-10-141-4/+4
* Cleanup invalid and exhaustive generation.J08nY2017-10-041-10/+1
* Add new/create/free funcs for malloced exhaustive_t.J08nY2017-09-301-1/+1
* Introduce check_t func.J08nY2017-09-291-7/+9
* Renamed a bunch of generators.J08nY2017-06-011-1/+1
* Move stuff related to generators to src/gen.J08nY2017-05-311-2/+2
* Fixed unrolls / unique generator curve generatonJ08nY2017-05-071-9/+12
* Change invalid curve generation thread argument passingJ08nY2017-04-161-3/+2
* Added unroll functions, to generalize going back in exhaustive generationJ08nY2017-04-101-5/+6
* Fix debug macroJ08nY2017-04-101-1/+1
* Moved curve output in multi-threaded invalid curve generation to master threadJ08nY2017-04-101-22/+8
* Added multi-threading support to invalid curve generationJ08nY2017-04-091-0/+106