| 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-11 | fix warnings in fuzzers | John Turner | |
| 2025-12-08 | hookup atom parser fuzzer to read and write to stdin/stdout | John Turner | |
| 2025-11-22 | print the remaining input on fuzzer failures | John Turner | |
| 2025-11-18 | setup meson to allow building multiple fuzzers easily | John Turner | |
