| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix threaded invalid curve generation. | J08nY | 2019-03-07 | 1 | -1/+8 |
| | | |||||
| * | Separate curve object functions into obj. | J08nY | 2018-03-28 | 1 | -0/+1 |
| | | |||||
| * | Fix some memory leaks in threaded invalid generation. | J08nY | 2018-02-03 | 1 | -9/+6 |
| | | |||||
| * | Fix Valgrind warnings about timeout struct allocations. | J08nY | 2018-02-03 | 1 | -0/+3 |
| | | | | | | | - Make them dynamically allocated, per thread, not on stack. - Also fix a small invalid read of deallocated generator point. | ||||
| * | Update copyright year. | J08nY | 2018-01-01 | 1 | -1/+1 |
| | | |||||
| * | Add hex check to cli. | J08nY | 2017-10-19 | 1 | -1/+1 |
| | | |||||
| * | Format and update README. | J08nY | 2017-10-14 | 1 | -6/+5 |
| | | |||||
| * | Make config_t *cfg a global variable. | J08nY | 2017-10-14 | 1 | -4/+4 |
| | | | | | | | The config is setup from parsing CLI options and then doesn't change for the whole duration of running ecgen, so it makes sense to make it a global variable. | ||||
| * | Cleanup invalid and exhaustive generation. | J08nY | 2017-10-04 | 1 | -10/+1 |
| | | |||||
| * | Add new/create/free funcs for malloced exhaustive_t. | J08nY | 2017-09-30 | 1 | -1/+1 |
| | | |||||
| * | Introduce check_t func. | J08nY | 2017-09-29 | 1 | -7/+9 |
| | | |||||
| * | Renamed a bunch of generators. | J08nY | 2017-06-01 | 1 | -1/+1 |
| | | |||||
| * | Move stuff related to generators to src/gen. | J08nY | 2017-05-31 | 1 | -2/+2 |
| | | |||||
| * | Fixed unrolls / unique generator curve generaton | J08nY | 2017-05-07 | 1 | -9/+12 |
| | | | | | | | - Also added some tests to catch some regressions like this early - Fixed double free in gens, also some funky stuff with gunclone and obj_free in curve_free | ||||
| * | Change invalid curve generation thread argument passing | J08nY | 2017-04-16 | 1 | -3/+2 |
| | | |||||
| * | Added unroll functions, to generalize going back in exhaustive generation | J08nY | 2017-04-10 | 1 | -5/+6 |
| | | |||||
| * | Fix debug macro | J08nY | 2017-04-10 | 1 | -1/+1 |
| | | |||||
| * | Moved curve output in multi-threaded invalid curve generation to master thread | J08nY | 2017-04-10 | 1 | -22/+8 |
| | | | | | | | - Fixed mutex and cond destroy - Added debug() macro - Renamed debug out stream to verbose | ||||
| * | Added multi-threading support to invalid curve generation | J08nY | 2017-04-09 | 1 | -0/+106 |
| Invalid curve generation now supports multi-threading via pthreads, use the --threads= option. - Changed some function params to const, where possible. - Added *_new_copy, *_clone and *_new_clone functions to curve_t*, point_t* and point_t** - Made cfg->bits unsigned long - Made order_any gcopy the generated order(as it can be a clone and screw up stuff later) | |||||
