about summary refs log tree commit diff
path: root/include
AgeCommit message (Collapse)Author
2020-04-11Autodictionary (#309)van Hauser
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo * better map transfer, display snapshot in UI * update readme
2020-04-11refactored cmplogDominik Maier
2020-04-10LTO optimization, variable map size, autodictionary (#307)van Hauser
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo
2020-04-10void * types in allocsDominik Maier
2020-04-10tackeled some warningsDominik Maier
2020-04-10resize fix + code formatDominik Maier
2020-04-092.63d initvan Hauser
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