summaryrefslogtreecommitdiffstatshomepage
path: root/filter.c (follow)
Commit message (Expand)AuthorAgeLines
* filter: return on null filter from open and closeJason A. Donenfeld2014-01-14-0/+4
* filter: add lua supportJason A. Donenfeld2014-01-14-0/+186
* filter: basic write hooking infrastructureJason A. Donenfeld2014-01-14-21/+60
* filter: allow for cleanup hook for filter typesJason A. Donenfeld2014-01-14-27/+63
* filter: introduce "filter type" prefixJohn Keeping2014-01-14-2/+31
* filter: add interface layerJohn Keeping2014-01-14-16/+50
* filter: add fprintf_filter functionJohn Keeping2014-01-14-0/+5
* filter: pass extra arguments via cgit_open_filterJohn Keeping2014-01-12-11/+24
* filter: split filter functions into their own fileJason A. Donenfeld2014-01-10-0/+82