]> git.cameronkatri.com Git - cgit.git/history - filter.c
git: update to v2.32.0
[cgit.git] / filter.c
2017-10-14 Jason A. Donenfeldfilter: pipe_fh should be local
2015-08-13 John Keepingfilter: don't use dlsym unnecessarily
2015-08-13 John KeepingRemove redundant includes
2015-03-09 John KeepingAvoid non-ANSI function declarations
2014-12-24 Chris Burroughsrepolist: add owner-filter
2014-04-17 Christian Hesseremove trailing whitespaces from source files
2014-01-17 Jason A. Donenfeldfilter: don't forget to reap the auth filter
2014-01-16 Jason A. Donenfeldauth: have cgit calculate login address
2014-01-16 Jason A. Donenfeldauth: add basic authentication filter framework
2014-01-14 Jason A. Donenfeldfilter: allow returning exit code from filter
2014-01-14 Jason A. Donenfeldfilter: style tweaks
2014-01-14 Jason A. Donenfeldfilter: add page source to email filter
2014-01-14 Jason A. Donenfeldfilter: add support for email filter
2014-01-14 Jason A. Donenfeldfilter: return on null filter from open and close
2014-01-14 Jason A. Donenfeldfilter: add lua support
2014-01-14 Jason A. Donenfeldfilter: basic write hooking infrastructure
2014-01-14 Jason A. Donenfeldfilter: allow for cleanup hook for filter types
2014-01-14 John Keepingfilter: introduce "filter type" prefix
2014-01-14 John Keepingfilter: add interface layer
2014-01-14 John Keepingfilter: add fprintf_filter function
2014-01-12 John Keepingfilter: pass extra arguments via cgit_open_filter
2014-01-10 Jason A. Donenfeldfilter: split filter functions into their own file