Age | Commit message (Expand) | Author |
2021-01-31 | fix -Z, remove q->next | aflpp |
2021-01-26 | real fix plus code format | van Hauser |
2021-01-23 | less stack mem req | van Hauser |
2021-01-15 | merge cmplog | van Hauser |
2021-01-10 | fix weight calc, thanks to Marcel | van Hauser |
2021-01-08 | Merge pull request #679 from AFLplusplus/dev | van Hauser |
2021-01-08 | fix | van Hauser |
2021-01-04 | code format | van Hauser |
2021-01-04 | code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.) | hexcoder- |
2021-01-01 | try new weighting | van Hauser |
2020-12-30 | better weighting | van Hauser |
2020-12-30 | fix 32-bit mode, fix weighting | van Hauser |
2020-12-29 | Update afl-fuzz-queue.c | Marcel Böhme |
2020-12-28 | added corpus introspection | van Hauser |
2020-12-11 | code format | van Hauser |
2020-12-11 | schedule improvements, new default is FAST | van Hauser |
2020-12-09 | fix oversight for accessing nfuzz | van Hauser |
2020-12-09 | weighting for explore and exploit | van Hauser |
2020-12-08 | fix aflfast changes | van Hauser |
2020-12-07 | Sampling next seed by weight (hit_count, bitmap_size, exec_us) | Marcel Boehme |
2020-11-18 | typo | hexcoder |
2020-11-18 | fixed alloc errors, code format | Dominik Maier |
2020-10-26 | hopeful the final testcache improvement ... | van Hauser |
2020-10-24 | fix testcache bug | van Hauser |
2020-10-24 | initializing testcase_buf | Dominik Maier |
2020-10-23 | better cache entry algo | van Hauser |
2020-10-23 | set max testcache entries automated if not specified by the user | van Hauser |
2020-10-22 | maybe enhancement to cache algo | van Hauser |
2020-10-22 | change queue cache algo | van Hauser |
2020-10-20 | always close file descriptor when opened, use standard types | hexcoder- |
2020-10-19 | mini improvements | van Hauser |
2020-10-17 | add eviction stat | van Hauser |
2020-10-16 | directly add new queue to cache | van Hauser |
2020-10-15 | retake from mem if possible | van Hauser |
2020-10-15 | fix reget of testcase after trim | van Hauser |
2020-10-15 | prepare halloween fuzzbench run | van Hauser |
2020-10-14 | configurable testcache with malloc (#581) | van Hauser |
2020-10-12 | fix new seed selection algo | van Hauser |
2020-10-12 | Revert "Merge branch 'memcache_marc' into dev" | vanhauser-thc |
2020-10-12 | Merge branch 'memcache_marc' into dev | van Hauser |
2020-10-11 | add new seed selection algo and make it the default | van Hauser |
2020-10-06 | hunting ref underflow | Dominik Maier |
2020-10-06 | fixed ref check | Dominik Maier |
2020-10-06 | code format | Dominik Maier |
2020-10-06 | testcase cache added | Dominik Maier |
2020-09-29 | small improvements to Marcel's patch, fix laf-intel + redqueen crashes | van Hauser |
2020-09-29 | Patching and improving AFLFast schedules. | Marcel Boehme |
2020-09-25 | improving on splice candidate check patch | van Hauser |
2020-09-24 | Fix potential endless loop in custom_mutator_stage | Vitalii Akolzin |
2020-09-19 | fix exploit, mmopt and rare schedule | van Hauser |