summary refs log tree commit diff
path: root/www/git.causal.agency/filter.c (follow)
Commit message (Collapse)AuthorAge
* Narrow filterJune McEnroe2022-02-14
|
* Replace filter shell scripts with C programJune McEnroe2021-10-02
Eliminates the need for a shell inside the chroot, along with cat, mktemp and rm. It's likely a bit faster too.