| Commit message (Expand) | Author | Lines |
2017-10-15 | global: spelling fixes | Ville Skyttä | -1/+1 |
2017-01-22 | syntax-highlighting: replace invalid unicode with ? | Jason A. Donenfeld | -2/+2 |
2016-06-17 | md2html: use utf-8 and flush output buffer | Jason A. Donenfeld | -6/+11 |
2016-06-07 | Hosted on HTTPS now | Jason A. Donenfeld | -1/+1 |
2016-02-23 | md2html: Do syntax highlighting too | Jason A. Donenfeld | -1/+5 |
2016-01-18 | syntax-highlighting: always use utf-8 to avoid ascii codec issues | Jason A. Donenfeld | -0/+3 |
2015-11-12 | about-formatting.sh: comment text out of date | Jason A. Donenfeld | -1/+1 |
2015-10-12 | filters: port syntax-highlighting.py to python 3.x | Christian Hesse | -10/+9 |
2015-10-12 | md2html: the default of stdin works fine | Jason A. Donenfeld | -2/+1 |
2015-10-12 | filters: misc cleanups | Jason A. Donenfeld | -2/+1 |
2015-10-12 | md2html: use pure python | Jason A. Donenfeld | -6/+9 |
2015-10-09 | filters: Simplify converters | Jason A. Donenfeld | -1734/+284 |
2015-08-12 | filters: apply HTML escaping | Lazaros Koromilas | -1/+1 |
2015-03-13 | filters: Add sample gentoo script | Jason A. Donenfeld | -0/+320 |
2015-03-05 | simple-authentication.lua: tie secure cookies to field names | Jason A. Donenfeld | -13/+21 |
2014-12-23 | match other common markdown file extensions | Chris Burroughs | -1/+1 |
2014-12-23 | repolist: add owner-filter | Chris Burroughs | -0/+17 |
2014-12-13 | filter: fix libravatar email-filter https issue | Christian Hesse | -1/+2 |
2014-04-17 | remove trailing whitespaces from source files | Christian Hesse | -18/+18 |
2014-03-13 | filter: add libravatar email-filter lua script | Christian Hesse | -0/+26 |
2014-01-23 | simple-authentication: style | Jason A. Donenfeld | -1/+1 |
2014-01-17 | auth: document tweakables in lua script | Jason A. Donenfeld | -0/+10 |
2014-01-16 | auth: have cgit calculate login address | Jason A. Donenfeld | -6/+1 |
2014-01-16 | auth: lua string comparisons are time invariant | Jason A. Donenfeld | -2/+2 |
2014-01-16 | authentication: use hidden form instead of referer | Jason A. Donenfeld | -79/+121 |
2014-01-16 | auth: add basic authentication filter framework | Jason A. Donenfeld | -0/+225 |
2014-01-15 | email-gravatar: fix html syntax issues | Christian Hesse | -2/+2 |
2014-01-14 | email-gravatar: do not scale icons up | Jason A. Donenfeld | -2/+2 |
2014-01-14 | filter: allow returning exit code from filter | Jason A. Donenfeld | -0/+1 |
2014-01-14 | email-gravatar: fix html syntax issues | Christian Hesse | -2/+2 |
2014-01-14 | email-gravatar.py: fix UTF-8 | Christian Hesse | -0/+4 |
2014-01-14 | email-gravatar.lua: fix for lua 5.2 | Christian Hesse | -1/+1 |
2014-01-14 | filter: add page source to email filter | Jason A. Donenfeld | -1/+3 |
2014-01-14 | filter: add gravatar scripts | Jason A. Donenfeld | -0/+58 |
2014-01-13 | filters: Improved syntax-highlighting.py | Stefan Tatschner | -19/+33 |
2014-01-08 | Fix UTF-8 with syntax-highlighting.py | Přemysl Janouch | -0/+1 |
2014-01-08 | Fix about-formatting.sh | Přemysl Janouch | -1/+1 |
2014-01-08 | filters: highlight.sh: add css comments for highlight 2.6 and 3.8 | Ferry Huberts | -1/+63 |
2013-05-28 | filters: toggle perl utf8 situation | Jason A. Donenfeld | -4/+0 |
2013-05-27 | filters: import more modern scripts | Jason A. Donenfeld | -0/+1813 |
2012-10-27 | syntax-highlighting.sh: Fix command injection. | Jason A. Donenfeld | -2/+2 |
2012-10-09 | syntax-highlight: when the file has no extension, assume text | Ferry Huberts | -1/+4 |
2012-10-09 | Revert "filters/syntax-highlighting.sh: work around highlight --force bug" | Ferry Huberts | -17/+0 |
2012-03-18 | filters/syntax-highlighting.sh: work around highlight --force bug | Ferry Huberts | -0/+17 |
2012-03-18 | filters/highlight.sh: manually support highlight version 2 and 3 | Ferry Huberts | -0/+11 |
2011-07-19 | commit-links.sh: improve regular expressions | Ferry Huberts | -2/+5 |
2011-03-26 | filters: document environment variables in filter scripts | Ferry Huberts | -0/+22 |
2010-07-22 | commit-links.sh: Seperate the expressions for filtering commit messages. | Jeff Smith | -7/+9 |
2009-11-19 | syntax highlighting for all formats supported by "highlight" | Georg Lukas | -17/+12 |
2009-08-09 | Add some example filter scripts | Lars Hjemli | -0/+51 |