Welcome to
mirror list
, hosted at
ThFree Co
, Russian Federation.
git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
index
:
git.zx2c4.com/cgit.git
ch/about-link
ch/clang-filter
ch/default-pages
ch/dynamic-aging
ch/for-jason
ch/highlight-line
ch/log-commit-message
jd/render-filter
jd/zx2c4-deployment
jk/collapsible-sections
lf/filter
lf/for-jason
lh/grep
lh/pretty-blob-view
master
rm/namespace
wiki
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
filter.c
Age
Commit message (
Expand
)
Author
2024-07-16
fix building with clang
Denis Pronin
2017-10-14
filter: pipe_fh should be local
Jason A. Donenfeld
2015-08-13
filter: don't use dlsym unnecessarily
John Keeping
2015-08-13
Remove redundant includes
John Keeping
2015-03-09
Avoid non-ANSI function declarations
John Keeping
2014-12-24
repolist: add owner-filter
Chris Burroughs
2014-04-17
remove trailing whitespaces from source files
Christian Hesse
2014-01-17
filter: don't forget to reap the auth filter
Jason A. Donenfeld
2014-01-17
auth: have cgit calculate login address
Jason A. Donenfeld
2014-01-16
auth: add basic authentication filter framework
Jason A. Donenfeld
2014-01-14
filter: allow returning exit code from filter
Jason A. Donenfeld
2014-01-14
filter: style tweaks
Jason A. Donenfeld
2014-01-14
filter: add page source to email filter
Jason A. Donenfeld
2014-01-14
filter: add support for email filter
Jason A. Donenfeld
2014-01-14
filter: return on null filter from open and close
Jason A. Donenfeld
2014-01-14
filter: add lua support
Jason A. Donenfeld
2014-01-14
filter: basic write hooking infrastructure
Jason A. Donenfeld
2014-01-14
filter: allow for cleanup hook for filter types
Jason A. Donenfeld
2014-01-14
filter: introduce "filter type" prefix
John Keeping
2014-01-14
filter: add interface layer
John Keeping
2014-01-14
filter: add fprintf_filter function
John Keeping
2014-01-12
filter: pass extra arguments via cgit_open_filter
John Keeping
2014-01-10
filter: split filter functions into their own file
Jason A. Donenfeld