about summary refs log tree commit diff
path: root/src/afl-fuzz-queue.c
AgeCommit message (Expand)Author
2020-08-14Revert "Merge branch 'debug' into dev"root
2020-08-11finalize first beta! yay!van Hauser
2020-08-11review done, prayvan Hauser
2020-08-11move taint_mode varvan Hauser
2020-08-11fixesvan Hauser
2020-08-11cleanup minor issuesvan Hauser
2020-08-10put ! in .new mapvan Hauser
2020-08-09fixesvan Hauser
2020-08-09taint integration donevan Hauser
2020-08-05fix short writevan Hauser
2020-07-30fix oob reads, code-formatvan Hauser
2020-07-29minor optvan Hauser
2020-07-21added andrea's splicing, added cycle_schedulesvan Hauser
2020-07-16queue buffer and new splice havoc mutationAndrea Fioraldi
2020-06-29Revert "Merge branch 'text_inputs' into dev"root
2020-06-29Merge branch 'text_inputs' into devvan Hauser
2020-06-25fix for schedulesvan Hauser
2020-06-25add seek power schedule, remove update stats in calibration, fix help outputvan Hauser
2020-06-22further refinementvan Hauser
2020-06-20fix ascii percentage calcvan Hauser
2020-06-20fix ascii percentage calcvan Hauser
2020-06-19first commit, looks goodvan Hauser
2020-06-15improve performance for default power schedulevan Hauser
2020-06-02got rid of questionable phrasingDominik Maier
2020-05-09custom mutator code enhancements and code-formatvan Hauser
2020-05-08Support multiple custom mutators (#282)Rishi Ranjan
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-17little more speed for queue analysisvan Hauser
2020-04-17removed tmp alloc in queueDominik Maier
2020-04-17added AFL_MAP_SIZE (wip)van Hauser
2020-04-14unified forkservered run_target, fixes #308Dominik Maier
2020-04-13fixed uaf and warningsDominik Maier
2020-04-10LTO optimization, variable map size, autodictionary (#307)van Hauser
2020-04-09fix limits.h includevan Hauser
2020-04-09fix compilation in OpenBSDhexcoder-
2020-04-09code format, small improvementsvan Hauser
2020-04-09no random timing for -s fixed_seedvan Hauser
2020-04-01next_p2 replaced by next_pow2Dominik Maier
2020-04-01code formatDominik Maier
2020-04-01not allocating paths anymoreDominik Maier
2020-03-27code formatDominik Maier
2020-03-27fixed call of custom mutatorsDominik Maier
2020-03-20add RARE schedule. also fixes doc_pathvan Hauser
2020-03-19code formatDominik Maier
2020-03-1950% less globalsDominik Maier
2020-03-17added mmopt power schedulevan Hauser
2020-03-10unified pointer placementDominik Maier
2020-03-09code-formatvan Hauser
2020-03-09AFL without globals (#220)Dominik Maier
2020-03-07Add two new hooks for the custom mutatorh1994st