| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-15 | gate atom parser fuzzer debug printing | John Turner | |
| 2025-12-15 | check for duplicate flags in usedeps, instead of duplicate usedeps | John Turner | |
| 2025-12-15 | remove static variables from atom parser fuzzer | John Turner | |
| Stdin and Stdout are already synchronized and available to multiple threads as needed, we don't need to hold onto instances in a static variable. | |||
| 2025-12-14 | allow fuzzer disagreements where there are duplicated usedeps in the atom | John Turner | |
| Portage rejects atoms with duplicated usedeps that are otherwise valid, gentoo-utils accepts these as valid however. So we will not panic on cases of disagreement where the control side fails and we detect duplicated usedeps. | |||
| 2025-12-14 | give fuzzer corpuses unique names | John Turner | |
| 2025-12-14 | add alias targets for fuzzers | John Turner | |
| 2025-12-14 | prefix atom fuzzer static library targets with "atom" | John Turner | |
| 2025-12-12 | give fuzzer related targets unique names | John Turner | |
| 2025-12-11 | fix warnings in fuzzers | John Turner | |
| 2025-12-08 | hookup atom parser fuzzer to read and write to stdin/stdout | John Turner | |
| 2025-12-08 | give fuzzer library targets different names | John Turner | |
| If these targets have the same names, only the last processed target gets put into rust-project.json. | |||
| 2025-12-08 | configure fuzzers separately | John Turner | |
| 2025-12-01 | clean up fuzzer related meson logic | John Turner | |
| 2025-11-23 | rearrange modules | John Turner | |
| 2025-11-22 | print the remaining input on fuzzer failures | John Turner | |
| 2025-11-21 | remove build-id from control version and reject inputs with it | John Turner | |
| 2025-11-19 | fix lints | John Turner | |
| 2025-11-19 | remove dbg! | John Turner | |
| 2025-11-19 | impl vercmp fuzzer | John Turner | |
| 2025-11-18 | setup meson to allow building multiple fuzzers easily | John Turner | |
