aboutsummaryrefslogtreecommitdiff
path: root/filter.c
AgeCommit message (Expand)Author
2015-08-13filter: don't use dlsym unnecessarilyJohn Keeping
2015-08-13Remove redundant includesJohn Keeping
2015-03-09Avoid non-ANSI function declarationsJohn Keeping
2014-12-23repolist: add owner-filterChris Burroughs
2014-04-17remove trailing whitespaces from source filesChristian Hesse
2014-01-17filter: don't forget to reap the auth filterJason A. Donenfeld
2014-01-16auth: have cgit calculate login addressJason A. Donenfeld
2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld
2014-01-14filter: allow returning exit code from filterJason A. Donenfeld
2014-01-14filter: style tweaksJason A. Donenfeld
2014-01-14filter: add page source to email filterJason A. Donenfeld
2014-01-14filter: add support for email filterJason A. Donenfeld
2014-01-14filter: return on null filter from open and closeJason A. Donenfeld
2014-01-14filter: add lua supportJason A. Donenfeld
2014-01-14filter: basic write hooking infrastructureJason A. Donenfeld
2014-01-14filter: allow for cleanup hook for filter typesJason A. Donenfeld
2014-01-14filter: introduce "filter type" prefixJohn Keeping
2014-01-14filter: add interface layerJohn Keeping
2014-01-14filter: add fprintf_filter functionJohn Keeping
2014-01-12filter: pass extra arguments via cgit_open_filterJohn Keeping
2014-01-10filter: split filter functions into their own fileJason A. Donenfeld