about summary refs log tree commit
path: root/filter.c
DateCommit message (Expand)
2019-04-22use buffered stdio (lightly tested)
2017-10-14filter: pipe_fh should be local
2015-08-13filter: don't use dlsym unnecessarily
2015-08-13Remove redundant includes
2015-03-09Avoid non-ANSI function declarations
2014-12-23repolist: add owner-filter
2014-04-17remove trailing whitespaces from source files
2014-01-17filter: don't forget to reap the auth filter
2014-01-16auth: have cgit calculate login address
2014-01-16auth: add basic authentication filter framework
2014-01-14filter: allow returning exit code from filter
2014-01-14filter: style tweaks
2014-01-14filter: add page source to email filter
2014-01-14filter: add support for email filter
2014-01-14filter: return on null filter from open and close
2014-01-14filter: add lua support
2014-01-14filter: basic write hooking infrastructure
2014-01-14filter: allow for cleanup hook for filter types
2014-01-14filter: introduce "filter type" prefix
2014-01-14filter: add interface layer
2014-01-14filter: add fprintf_filter function
2014-01-12filter: pass extra arguments via cgit_open_filter
2014-01-10filter: split filter functions into their own file