index
:
gentoo-utils
atom-cmp
debugging
feature/port-to-meson-cargo
feature/profiles
fuzz
improve-fuzzing
master
profiles
split-into-workspace
Gentoo-utils
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-11-20
update mon and use new ascii parsers
John Turner
2025-11-19
fix lints
John Turner
2025-11-19
remove dbg!
John Turner
2025-11-19
compare versions as strings rather than parsing them to ints
John Turner
2025-11-19
allow missing panic docs
John Turner
2025-11-19
compare letters before suffixes, and having a letter is greater than none
John Turner
2025-11-19
impl vercmp fuzzer
John Turner
2025-11-18
setup meson to allow building multiple fuzzers easily
John Turner
2025-11-18
dont allow "." in repo names
John Turner
2025-11-18
allow slot to be only :* := :slot/sub= or :slot
John Turner
2025-11-18
support portage build-id extension
John Turner
2025-11-18
take at least 1 usedep
John Turner
2025-11-18
skip atoms that portage denies for having duplicate usedeps
John Turner
2025-11-18
check if fuzz input is graphical before decoding it to UTF8
John Turner
2025-11-18
disallow atoms that end in what could be a valid version
John Turner
2025-11-18
support ::repo syntax
John Turner
2025-11-18
version wildcard comes after the version expression
John Turner
2025-11-17
add false positive case to unit tests
John Turner
2025-11-17
in fuzz python process, inherit stderr so we can see python errors
John Turner
2025-11-17
reject fuzz inputs with invisible characters
John Turner
2025-11-17
bump mon for bug fixes
John Turner
2025-11-17
communicate with python over a pipe to increase fuzzing performance
John Turner
2025-11-17
verify that slot exprs have either a primary slot name or operator
John Turner
2025-11-16
fixup
fuzz
John Turner
2025-11-16
push check.sh
John Turner
2025-11-16
generate corpus to fuzz on with meson
John Turner
2025-11-16
move fuzz stuff into its own directory
John Turner
2025-11-16
add fuzzer
John Turner
2025-11-15
add meson support
John Turner
2025-11-15
Merge commit '6eba9cd92c295c5389944f6adda1f1e83b2cb008' as 'subprojects/thise...
John Turner
2025-11-15
Squashed 'subprojects/thiserror/' content from commit 247eab5
John Turner
2025-11-15
fix clippy lints
John Turner
2025-11-15
impl conversion methods for Atom and Cp
John Turner
2025-11-14
having more components, even if zeros, make an atom greater
John Turner
2025-11-14
check if a OR b has leading zeros, and if so, strip and do ascii cmp
John Turner
2025-11-14
compare version letter in version cmp algo
John Turner
2025-11-14
remove leftover dbgs!
John Turner
2025-11-14
bump mon and use SeparatedByWithTrailing combinator where needed
John Turner
2025-11-14
take at least 1 version suffix to prevent allowing versions such as 1.0_
atom-cmp
John Turner
2025-11-13
use new mon parsers
John Turner
2025-11-13
bump mon
John Turner
2025-11-13
allow Cpv type to have a slot
John Turner
2025-11-13
impl Cp type
John Turner
2025-11-13
impl porthole tests
John Turner
2025-11-13
impl Cpv type
John Turner
2025-11-13
impl version comparison algorithm
John Turner
2025-11-13
bump mon
John Turner
2025-11-12
disallow stars in VersionNumber parser
John Turner
2025-11-10
track Cargo.lock
John Turner
2025-11-08
put version and version operator in the same Option in the Atom struct
John Turner
[next]