about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2022-06-28fix test using test specific buildRuben ten Hove
2022-06-28check python tooRuben ten Hove
2022-06-27simpler jobsrhtenhove
2022-06-27no need for that line anymoreRuben ten Hove
2022-06-27gctaRuben ten Hove
2022-06-27revert more and global replaceRuben ten Hove
2022-06-27use actorRuben ten Hove
2022-06-27reverts, fixes and even smaller image (#3)rhtenhove
2022-06-24use container; more is built + tested; use make -i (#2)rhtenhove
2022-06-22concurrency and caching (#1)rhtenhove
* use concurrency * run here too * allow test failure * only push on push * fix coresight mode build * support but disable coresight * woops * no unicorn for arm * update codeql and fix makefile * forgot those * disable forward cache * fix needing buildx Co-authored-by: Ruben ten Hove <ruben.tenhove@tno.nl>
2022-06-21arm needs qemu indeedRuben ten Hove
2022-06-21check for package instead of if in dockerRuben ten Hove
2022-06-21just disable nyxRuben ten Hove
2022-06-21separate platformsRuben ten Hove
2022-06-21various changesRuben ten Hove
2022-06-21secure apt key; fix multilibRuben ten Hove
2022-06-21reduce layers, size and complexityRuben ten Hove
2022-06-21Merge pull request #1450 from jrozner/add-22.04-to-civan Hauser
Update workflows to ubuntu 22.04
2022-06-20nitsvanhauser-thc
2022-06-19Update workflows to ubuntu 22.04Joe Rozner
22.04 is the most recent LTS release and the official docker container is running on it. It probably makes sense to run the unit tests on that as well.
2022-06-18Merge pull request #1440 from rhtenhove/devvan Hauser
require value in env variables
2022-06-18Merge pull request #1447 from rhtenhove/more-tagsvan Hauser
fixes github actions
2022-06-18fully qualified namesRuben ten Hove
2022-06-18add tagged releasesRuben ten Hove
2022-06-18add stable tag to docsRuben ten Hove
2022-06-18fix image build and pushRuben ten Hove
2022-06-18clarityRuben ten Hove
2022-06-18code formatvanhauser-thc
2022-06-18update docsvanhauser-thc
2022-06-18Merge pull request #1442 from rhtenhove/more-tagsvan Hauser
Push both stable and dev
2022-06-18update nameRuben ten Hove
2022-06-18stable==latestRuben ten Hove
2022-06-18formattingRuben ten Hove
2022-06-18revert previous changesRuben ten Hove
2022-06-18check for empty env var as wellRuben ten Hove
2022-06-18Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devRuben ten Hove
2022-06-18Merge pull request #1441 from rhtenhove/noreadmevan Hauser
Allow to skip README.txt creation in crashes/
2022-06-17feat: push both dev and stableRuben ten Hove
2022-06-17formattingRuben ten Hove
2022-06-17feat: allow to skip readme creation on crashRuben ten Hove
2022-06-17require value in envRuben ten Hove
2022-06-14typoshexcoder
2022-06-14typohexcoder
2022-06-14add line feed at endhexcoder
2022-06-12update changelogvanhauser-thc
2022-06-12Merge pull request #1437 from Scepticz/patch-2van Hauser
Fix Byte Decrement Havoc Mutation
2022-06-10Fix Byte Decrement Havoc MutationTobias Scharnowski
While looking at the source code of the havoc mutations I realized that there seems to be a typo / copy+paste error with the SUBBYTE_ mutation. It is currently incrementing, instead of decrementing the value. Alternative Fix: Change the documentation to "/* Decrease byte by minus 1. */" to make it work as documented :-P
2022-06-09uc updateDominik Maier
2022-06-08fixvanhauser-thc
2022-06-08honor AFL_MAP_SIZE well outside of afl++vanhauser-thc