aboutsummaryrefslogtreecommitdiffstats
path: root/filter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* filter: don't use dlsym unnecessarilyJohn Keeping2015-08-131-36/+42
* Remove redundant includesJohn Keeping2015-08-131-6/+0
* Avoid non-ANSI function declarationsJohn Keeping2015-03-091-1/+1
* repolist: add owner-filterChris Burroughs2014-12-231-0/+6
* remove trailing whitespaces from source filesChristian Hesse2014-04-171-1/+1
* filter: don't forget to reap the auth filterJason A. Donenfeld2014-01-171-0/+1
* auth: have cgit calculate login addressJason A. Donenfeld2014-01-161-1/+1
* auth: add basic authentication filter frameworkJason A. Donenfeld2014-01-161-0/+11
* filter: allow returning exit code from filterJason A. Donenfeld2014-01-141-5/+9
* filter: style tweaksJason A. Donenfeld2014-01-141-11/+11
* filter: add page source to email filterJason A. Donenfeld2014-01-141-0/+3
* filter: add support for email filterJason A. Donenfeld2014-01-141-0/+3
* filter: return on null filter from open and closeJason A. Donenfeld2014-01-141-0/+4
* filter: add lua supportJason A. Donenfeld2014-01-141-0/+186
* filter: basic write hooking infrastructureJason A. Donenfeld2014-01-141-21/+60
* filter: allow for cleanup hook for filter typesJason A. Donenfeld2014-01-141-27/+63
* filter: introduce "filter type" prefixJohn Keeping2014-01-141-2/+31
* filter: add interface layerJohn Keeping2014-01-141-16/+50
* filter: add fprintf_filter functionJohn Keeping2014-01-141-0/+5
* filter: pass extra arguments via cgit_open_filterJohn Keeping2014-01-121-11/+24
* filter: split filter functions into their own fileJason A. Donenfeld2014-01-101-0/+82