about summary refs log tree commit diff
path: root/include
AgeCommit message (Collapse)Author
2020-04-09push new version 2.63cvan Hauser
2020-04-09snapshot() in llvm modeAndrea Fioraldi
2020-04-09small enhancements and code-formatvan Hauser
2020-04-09el no longer has to be used in loopDominik Maier
2020-04-09list testcase addedDominik Maier
2020-04-01fixed docuDominik Maier
2020-04-01make travis happyDominik Maier
2020-04-01fixed bug in cmplogDominik Maier
2020-04-01src doku is now markdownDominik Maier
2020-04-01dropped make switchesDominik Maier
2020-04-01enabled fortify sourceDominik Maier
2020-04-01python mutator: fix nullptr for python mutator datah1994st
2020-04-01code formatDominik Maier
2020-04-01added unittest for unit_maybe_allocDominik Maier
2020-04-01added read_timedDominik Maier
2020-04-01code formatDominik Maier
2020-04-01error handling for custom mutatorsDominik Maier
2020-04-01types.h: silence some compiler warnings regarding redeclaration ofhexcoder-
likely/unlikely
2020-04-01tiny changes in custom mut apiDominik Maier
2020-04-01alloc-inl.h/ck_maybe_grow(): restore original exponential allocshexcoder-
2020-04-01alloc-inl.h/ck_maybe_grow() back to size_t, reimplement overflow checkhexcoder-
2020-04-01alloc_inl.h/ck_maybe_grow(): fix compiler warninghexcoder-
2020-04-01if exponential growth is too much, don't doo itDominik Maier
2020-04-01more custom mutator remodellingDominik Maier
2020-04-01fixed leakDominik Maier
2020-04-01code formatDominik Maier
2020-04-01almostDominik Maier
2020-03-27more apiDominik Maier
2020-03-27edited custom mutator pre_save apiDominik Maier
2020-03-27code formatDominik Maier
2020-03-23custom mutators might work again like thisDominik Maier
2020-03-23unsaferDominik Maier
2020-03-23less branches, cleanupDominik Maier
2020-03-22little performance enhancementsvan Hauser
2020-03-22silly, silly typovan Hauser
2020-03-22all afl msgs to stdout and only read AFL_BENCH_JUST_ONE oncevan Hauser
2020-03-21renamed UB to rand_belowDominik Maier
2020-03-21remove debug codevan Hauser
2020-03-21moved string formatting to headerDominik Maier
2020-03-21test.sh with -no-pievan Hauser
2020-03-20add RARE schedule. also fixes doc_pathvan Hauser
2020-03-19no more (?) staticsDominik Maier
2020-03-19removed unneeded funcDominik Maier
2020-03-19code formatDominik Maier
2020-03-1950% less globalsDominik Maier
2020-03-17added mmopt power schedulevan Hauser
2020-03-15print a completed UI screen on exit without bugs :)van Hauser
2020-03-15fix errors in last commit (u8)afl_get_envvan Hauser
2020-03-15Move afl-fuzz related env variables into afl_state_t (#252)Rishi Ranjan
* Move afl-fuzz related env variables into afl_state_t * Move the env variables assignment from fuzz_init and code Format * Fix typo * Remove redundant env variables from afl_env struct * Rename function to read_afl_environment
2020-03-15fauxserverDominik Maier