about summary refs log tree commit diff
path: root/src/afl-forkserver.c
AgeCommit message (Expand)Author
2020-05-14if target crashes add LTO fixed map as a possible reasonvan Hauser
2020-05-01code formatDominik Maier
2020-04-30afl-untracer completedvan Hauser
2020-04-26minor fixesDominik Maier
2020-04-24variable map size fix, error reporting through forkserver, code formatvan Hauser
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-17added AFL_MAP_SIZE (wip)van Hauser
2020-04-16Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into devAndrea Fioraldi
2020-04-16fix missing out_fd for cmplog forkserverAndrea Fioraldi
2020-04-16decoupled run and classifyDominik Maier
2020-04-16code-formatDominik Maier
2020-04-16fixed timeout flag to u32Dominik Maier
2020-04-15somewhat unified write_to_testcaseDominik Maier
2020-04-15changed run_targetDominik Maier
2020-04-14code formatDominik Maier
2020-04-14unified forkservered run_target, fixes #308Dominik Maier
2020-04-13no more waitpid warningDominik Maier
2020-04-13fixed uaf and warningsDominik Maier
2020-04-13allow -L -1 to enable mopt in parallel to classic mutationvan Hauser
2020-04-13fix bug forksever fail not detected when using read_timedAndrea Fioraldi
2020-04-13cmplog forkserver tidyingDominik Maier
2020-04-12Better solution for ARM64 build fix (#315)David CARLIER
2020-04-12build on arm64 fix. tested on Android. (#313)David CARLIER
2020-04-11more refactoring and update changelogvan Hauser
2020-04-11Autodictionary (#309)van Hauser
2020-04-11refactored cmplogDominik Maier
2020-04-10fixed fauxserver msgDominik Maier
2020-04-10LTO optimization, variable map size, autodictionary (#307)van Hauser
2020-04-10resize fix + code formatDominik Maier
2020-04-10files opened with fdopen should be closed with fclosehexcoder-
2020-04-01code formatDominik Maier
2020-04-01try to fix forkserverDominik Maier
2020-04-01make travis happyDominik Maier
2020-04-01added read_timedDominik Maier
2020-03-21moved string formatting to headerDominik Maier
2020-03-19no more (?) staticsDominik Maier
2020-03-19fixed resize; removed more staticsDominik Maier
2020-03-19code formatDominik Maier
2020-03-1950% less globalsDominik Maier
2020-03-15fauxserverDominik Maier
2020-03-14fix some compiler warnings from Open/FreeBSDhexcoder-
2020-03-10forkserver defaultsDominik Maier
2020-03-10unified pointer placementDominik Maier
2020-03-10Replace alarms with select and threads (#243)Rishi Ranjan
2020-03-10code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tminvan Hauser
2020-03-10afl-tmin is fixed via default initialization in forkservervan Hauser
2020-03-09quickfix for first big bug that use_stdin was not correctly initialized and c...van Hauser
2020-03-09code-formatvan Hauser
2020-03-09AFL without globals (#220)Dominik Maier
2020-02-29print OKF if an environment variable is successfully loaded - feebdack to thi...van Hauser