aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-30Add more bitwise functions to lib2.bcGavin Howard
2021-07-30Add a bunch of generators to bitgen.cGavin Howard
2021-07-29Update the development manualGavin Howard
2021-07-27Make static_assert workGavin Howard
2021-07-27Remove the special case for SIGKILLGavin Howard
2021-07-27Make sure scripts/afl.py uses the same arguments as the fuzzerGavin Howard
2021-07-27Fix a compile error on FreeBSDGavin Howard
2021-07-27Attempt to work around FreeBSD stupidity with allocation failureGavin Howard
2021-07-27Fix a crash found by AFL++Gavin Howard
2021-07-26Fix compiler warningsGavin Howard
2021-07-26Fix a crash found by AFL++Gavin Howard
2021-07-25Fix another crash found by AFL++Gavin Howard
2021-07-25Fix a crash, a firing assertGavin Howard
2021-07-25Fix another crash found by AFL++Gavin Howard
2021-07-25Change an input to AFL++Gavin Howard
2021-07-25Add a test for the new slabvec redesignGavin Howard
2021-07-25Fix a crash found by AFL++Gavin Howard
2021-07-25Fix a crash found by AFL++Gavin Howard
2021-07-25Fix the AFL++ tmuxp configGavin Howard
2021-07-25Fix a crash in dc found by AFL++Gavin Howard
2021-07-25Add some debug code in computed gotoGavin Howard
2021-07-25Change strings to always be passed around in BcNum'sGavin Howard
2021-07-25Add another strings test, this time for return valuesGavin Howard
2021-07-25Fix a bug I found while fixing the bug fixed in previous commitGavin Howard
2021-07-25Fix a crash found by AFL++Gavin Howard
2021-07-25Fix a bug in scripts/afl.pyGavin Howard
2021-07-25Change the tmuxp configs to not interfere with each otherGavin Howard
2021-07-24Fix an uninitialized data error in historyGavin Howard
2021-07-24Fix a useless compiler warningGavin Howard
2021-07-24Make the release script able to test with(out) computed gotoGavin Howard
2021-07-24Make sure there is a static assert for computed goto labelsGavin Howard
2021-07-24Make sure the loop works for non-computed gotoGavin Howard
2021-07-24Remove the loop for computed gotoGavin Howard
2021-07-24Merge branch 'master' into computed_gotoGavin Howard
2021-07-24Shrink a benchmarkGavin Howard
2021-07-24Fix a benchmarkGavin Howard
2021-07-24Merge branch 'master' into computed_gotoGavin Howard
2021-07-24Fix option parsing in scripts/benchmark.shGavin Howard
2021-07-24Remove debug code from a benchmarkGavin Howard
2021-07-24Add a pause option to scripts/benchmark.shGavin Howard
2021-07-24Merge branch 'master' into computed_gotoGavin Howard
2021-07-24Fix a build problem on FreeBSDGavin Howard
2021-07-24Speed up the testing in release.shGavin Howard
2021-07-24Stop suggesting testing settings in release.shGavin Howard
2021-07-24Attempt to fix flaky history testsGavin Howard
2021-07-23Allow SIGKILL in the test suite to pretend nothing happenedGavin Howard
2021-07-23Add some more to a doc commentGavin Howard
2021-07-23Fix a doc typoGavin Howard
2021-07-23Fix a mistake in a previous commitGavin Howard
2021-07-23Add the check for binary files back inGavin Howard