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 (
Collapse
)
Author
2025-12-06
run tests verbosely
John Turner
2025-12-06
infra: docker: fix workflow to always run on master
penguin
2025-12-06
Merge remote-tracking branch 'epenguin-gitea/feature/add-check-ci'
John Turner
2025-12-06
add cbindgen to container image
John Turner
2025-12-06
add logo
John Turner
2025-12-05
infra: docker: set portage to shallow clone packages via git
penguin
2025-12-05
docker: run as non-root user in containers using this image
penguin
2025-12-05
infra: docker: add nodejs
penguin
nodejs is required to run github actions
2025-12-05
infra: move docker workflow into gentoo-utils workflow
penguin
infra: add build job to CI
2025-12-05
add CI files
John Turner
2025-12-03
commit dir-locals
John Turner
2025-12-01
clean up fuzzer related meson logic
John Turner
2025-11-30
add parse method to Parseable trait for easy parsing
John Turner
2025-11-30
add some docs
John Turner
2025-11-30
set buildtype to debugoptimized
John Turner
2025-11-30
run meson compile before running check commands
John Turner
2025-11-30
use lld not ldd
John Turner
2025-11-29
use fs.stem instead of name in tests/meson.build
John Turner
2025-11-28
add porthole test to check_commands.txt
John Turner
2025-11-28
add repo parser test
John Turner
2025-11-28
use gnu parallel to run pre-commit hook check commands in parallel
John Turner
2025-11-28
add porthole tests to meson
John Turner
2025-11-26
bump mon
John Turner
2025-11-23
derive PartialEq and Eq for Atom and Atom related types
John Turner
2025-11-23
derive Hash for Atom and similar types
John Turner
2025-11-23
rearrange modules
John Turner
2025-11-23
allow "0" as a build-id
John Turner
2025-11-23
remove invalid comment
John Turner
2025-11-22
enable fuzz feature in check.sh
John Turner
2025-11-22
print the remaining input on fuzzer failures
John Turner
2025-11-22
disallow wildcard after a build-id
John Turner
2025-11-22
represent 4th variant of slots, and disallow empty primary slot names
John Turner
2025-11-22
verify that repo names are also valid package names
John Turner
2025-11-22
disallow "+" in repo names
John Turner
2025-11-21
remove unneeded targets from Cargo.toml
John Turner
2025-11-21
change "test" meson option to "tests"
John Turner
2025-11-21
build-id must not start with zero
John Turner
2025-11-21
remove build-id from control version and reject inputs with it
John Turner
2025-11-20
format version build-id
John Turner
2025-11-20
port check.sh to use only meson
John Turner
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
Parsing version numbers to u64s could cause an panic on int overflow with very large versions.
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
[prev]
[next]