about summary refs log tree commit diff
path: root/src/afl-fuzz-queue.c
AgeCommit message (Expand)Author
2021-01-31fix -Z, remove q->nextaflpp
2021-01-26real fix plus code formatvan Hauser
2021-01-23less stack mem reqvan Hauser
2021-01-15merge cmplogvan Hauser
2021-01-10fix weight calc, thanks to Marcelvan Hauser
2021-01-08Merge pull request #679 from AFLplusplus/devvan Hauser
2021-01-08fixvan Hauser
2021-01-04code formatvan Hauser
2021-01-04code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.)hexcoder-
2021-01-01try new weightingvan Hauser
2020-12-30better weightingvan Hauser
2020-12-30fix 32-bit mode, fix weightingvan Hauser
2020-12-29Update afl-fuzz-queue.cMarcel Böhme
2020-12-28added corpus introspectionvan Hauser
2020-12-11code formatvan Hauser
2020-12-11schedule improvements, new default is FASTvan Hauser
2020-12-09fix oversight for accessing nfuzzvan Hauser
2020-12-09weighting for explore and exploitvan Hauser
2020-12-08fix aflfast changesvan Hauser
2020-12-07Sampling next seed by weight (hit_count, bitmap_size, exec_us)Marcel Boehme
2020-11-18typohexcoder
2020-11-18fixed alloc errors, code formatDominik Maier
2020-10-26hopeful the final testcache improvement ... van Hauser
2020-10-24fix testcache bugvan Hauser
2020-10-24initializing testcase_bufDominik Maier
2020-10-23better cache entry algovan Hauser
2020-10-23set max testcache entries automated if not specified by the uservan Hauser
2020-10-22maybe enhancement to cache algovan Hauser
2020-10-22change queue cache algovan Hauser
2020-10-20always close file descriptor when opened, use standard typeshexcoder-
2020-10-19mini improvementsvan Hauser
2020-10-17add eviction statvan Hauser
2020-10-16directly add new queue to cachevan Hauser
2020-10-15retake from mem if possiblevan Hauser
2020-10-15fix reget of testcase after trimvan Hauser
2020-10-15prepare halloween fuzzbench runvan Hauser
2020-10-14configurable testcache with malloc (#581)van Hauser
2020-10-12fix new seed selection algovan Hauser
2020-10-12Revert "Merge branch 'memcache_marc' into dev"vanhauser-thc
2020-10-12Merge branch 'memcache_marc' into devvan Hauser
2020-10-11add new seed selection algo and make it the defaultvan Hauser
2020-10-06hunting ref underflowDominik Maier
2020-10-06fixed ref checkDominik Maier
2020-10-06code formatDominik Maier
2020-10-06testcase cache addedDominik Maier
2020-09-29small improvements to Marcel's patch, fix laf-intel + redqueen crashesvan Hauser
2020-09-29Patching and improving AFLFast schedules.Marcel Boehme
2020-09-25improving on splice candidate check patchvan Hauser
2020-09-24Fix potential endless loop in custom_mutator_stageVitalii Akolzin
2020-09-19fix exploit, mmopt and rare schedulevan Hauser