aboutsummaryrefslogtreecommitdiff
path: root/filter.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-14filter: pipe_fh should be localJason A. Donenfeld1-6/+7
2015-08-13filter: don't use dlsym unnecessarilyJohn Keeping1-36/+42
2015-08-13Remove redundant includesJohn Keeping1-6/+0
2015-03-09Avoid non-ANSI function declarationsJohn Keeping1-1/+1
2014-12-23repolist: add owner-filterChris Burroughs1-0/+6
2014-04-17remove trailing whitespaces from source filesChristian Hesse1-1/+1
2014-01-17filter: don't forget to reap the auth filterJason A. Donenfeld1-0/+1
2014-01-16auth: have cgit calculate login addressJason A. Donenfeld1-1/+1
2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld1-0/+11
2014-01-14filter: allow returning exit code from filterJason A. Donenfeld1-5/+9
2014-01-14filter: style tweaksJason A. Donenfeld1-11/+11
2014-01-14filter: add page source to email filterJason A. Donenfeld1-0/+3
2014-01-14filter: add support for email filterJason A. Donenfeld1-0/+3
2014-01-14filter: return on null filter from open and closeJason A. Donenfeld1-0/+4
2014-01-14filter: add lua supportJason A. Donenfeld1-0/+186
2014-01-14filter: basic write hooking infrastructureJason A. Donenfeld1-21/+60
2014-01-14filter: allow for cleanup hook for filter typesJason A. Donenfeld1-27/+63
2014-01-14filter: introduce "filter type" prefixJohn Keeping1-2/+31
2014-01-14filter: add interface layerJohn Keeping1-16/+50
2014-01-14filter: add fprintf_filter functionJohn Keeping1-0/+5
2014-01-12filter: pass extra arguments via cgit_open_filterJohn Keeping1-11/+24
2014-01-10filter: split filter functions into their own fileJason A. Donenfeld1-0/+82