aboutsummaryrefslogtreecommitdiffstats
path: root/filter.c
Commit message (Collapse)AuthorAgeLines
* filter: pass extra arguments via cgit_open_filterGravatar John Keeping2014-01-13-11/+24
| | | | | | | | | This avoids poking into the filter data structure at various points in the code. We rely on the fact that the number of arguments is fixed based on the filter type (set in cgit_new_filter) and that the call sites all know which filter type they're using. Signed-off-by: John Keeping <john@keeping.me.uk>
* filter: split filter functions into their own fileGravatar Jason A. Donenfeld2014-01-11-0/+82
A first step for more interesting things. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>