index
:
cgit
local
master
working
origin/ch/about-link
origin/ch/clang-filter
origin/ch/default-pages
origin/ch/dynamic-aging
origin/ch/for-jason
origin/ch/highlight-line
origin/ch/log-commit-message
origin/jd/render-filter
origin/jd/zx2c4-deployment
origin/jk/collapsible-sections
origin/lf/filter
origin/lf/for-jason
origin/lh/grep
origin/lh/pretty-blob-view
origin/master
origin/rm/namespace
origin/wiki
This website
Florian Pritz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
filter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-14
filter: pipe_fh should be local
Jason A. Donenfeld
1
-6
/
+7
2015-08-13
filter: don't use dlsym unnecessarily
John Keeping
1
-36
/
+42
2015-08-13
Remove redundant includes
John Keeping
1
-6
/
+0
2015-03-09
Avoid non-ANSI function declarations
John Keeping
1
-1
/
+1
2014-12-24
repolist: add owner-filter
Chris Burroughs
1
-0
/
+6
2014-04-17
remove trailing whitespaces from source files
Christian Hesse
1
-1
/
+1
2014-01-17
filter: don't forget to reap the auth filter
Jason A. Donenfeld
1
-0
/
+1
2014-01-16
auth: have cgit calculate login address
Jason A. Donenfeld
1
-1
/
+1
2014-01-16
auth: add basic authentication filter framework
Jason A. Donenfeld
1
-0
/
+11
2014-01-14
filter: allow returning exit code from filter
Jason A. Donenfeld
1
-5
/
+9
2014-01-14
filter: style tweaks
Jason A. Donenfeld
1
-11
/
+11
2014-01-14
filter: add page source to email filter
Jason A. Donenfeld
1
-0
/
+3
2014-01-14
filter: add support for email filter
Jason A. Donenfeld
1
-0
/
+3
2014-01-14
filter: return on null filter from open and close
Jason A. Donenfeld
1
-0
/
+4
2014-01-14
filter: add lua support
Jason A. Donenfeld
1
-0
/
+186
2014-01-14
filter: basic write hooking infrastructure
Jason A. Donenfeld
1
-21
/
+60
2014-01-14
filter: allow for cleanup hook for filter types
Jason A. Donenfeld
1
-27
/
+63
2014-01-14
filter: introduce "filter type" prefix
John Keeping
1
-2
/
+31
2014-01-14
filter: add interface layer
John Keeping
1
-16
/
+50
2014-01-14
filter: add fprintf_filter function
John Keeping
1
-0
/
+5
2014-01-12
filter: pass extra arguments via cgit_open_filter
John Keeping
1
-11
/
+24
2014-01-10
filter: split filter functions into their own file
Jason A. Donenfeld
1
-0
/
+82