summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-29impl profile evaluationprofilesJohn Turner
2025-11-29use fs.stem instead of name in tests/meson.buildJohn Turner
2025-11-28add porthole test to check_commands.txtJohn Turner
2025-11-28add repo parser testJohn Turner
2025-11-28use gnu parallel to run pre-commit hook check commands in parallelJohn Turner
2025-11-28add porthole tests to mesonJohn Turner
2025-11-26bump monJohn Turner
2025-11-23derive PartialEq and Eq for Atom and Atom related typesJohn Turner
2025-11-23derive Hash for Atom and similar typesJohn Turner
2025-11-23rearrange modulesJohn Turner
2025-11-23allow "0" as a build-idJohn Turner
2025-11-23remove invalid commentJohn Turner
2025-11-22enable fuzz feature in check.shJohn Turner
2025-11-22print the remaining input on fuzzer failuresJohn Turner
2025-11-22disallow wildcard after a build-idJohn Turner
2025-11-22represent 4th variant of slots, and disallow empty primary slot namesJohn Turner
2025-11-22verify that repo names are also valid package namesJohn Turner
2025-11-22disallow "+" in repo namesJohn Turner
2025-11-21remove unneeded targets from Cargo.tomlJohn Turner
2025-11-21change "test" meson option to "tests"John Turner
2025-11-21build-id must not start with zeroJohn Turner
2025-11-21remove build-id from control version and reject inputs with itJohn Turner
2025-11-20format version build-idJohn Turner
2025-11-20port check.sh to use only mesonJohn Turner
2025-11-20update mon and use new ascii parsersJohn Turner
2025-11-19fix lintsJohn Turner
2025-11-19remove dbg!John Turner
2025-11-19compare versions as strings rather than parsing them to intsJohn Turner
2025-11-19allow missing panic docsJohn Turner
2025-11-19compare letters before suffixes, and having a letter is greater than noneJohn Turner
2025-11-19impl vercmp fuzzerJohn Turner
2025-11-18setup meson to allow building multiple fuzzers easilyJohn Turner
2025-11-18dont allow "." in repo namesJohn Turner
2025-11-18allow slot to be only :* := :slot/sub= or :slotJohn Turner
2025-11-18support portage build-id extensionJohn Turner
2025-11-18take at least 1 usedepJohn Turner
2025-11-18skip atoms that portage denies for having duplicate usedepsJohn Turner
2025-11-18check if fuzz input is graphical before decoding it to UTF8John Turner
2025-11-18disallow atoms that end in what could be a valid versionJohn Turner
2025-11-18support ::repo syntaxJohn Turner
2025-11-18version wildcard comes after the version expressionJohn Turner
2025-11-17add false positive case to unit testsJohn Turner
2025-11-17in fuzz python process, inherit stderr so we can see python errorsJohn Turner
2025-11-17reject fuzz inputs with invisible charactersJohn Turner
2025-11-17bump mon for bug fixesJohn Turner
2025-11-17communicate with python over a pipe to increase fuzzing performanceJohn Turner
2025-11-17verify that slot exprs have either a primary slot name or operatorJohn Turner
2025-11-16fixupfuzzJohn Turner
2025-11-16push check.shJohn Turner
2025-11-16generate corpus to fuzz on with mesonJohn Turner