aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests/: Add t0111-filter.shlf/filterLukas Fleischer2014-01-144-0/+57
* filter: refactor cgit_new_filter()Lukas Fleischer2014-01-141-23/+7
* makefile: auto-detect presence of various Lua, bsdJason A. Donenfeld2014-01-141-10/+37
* filter: style tweaksJason A. Donenfeld2014-01-141-11/+11
* filter: add page source to email filterJason A. Donenfeld2014-01-148-15/+21
* filter: add gravatar scriptsJason A. Donenfeld2014-01-142-0/+58
* filter: add support for email filterJason A. Donenfeld2014-01-149-2/+47
* filter: return on null filter from open and closeJason A. Donenfeld2014-01-144-22/+14
* filter: add lua supportJason A. Donenfeld2014-01-144-3/+235
* filter: basic write hooking infrastructureJason A. Donenfeld2014-01-144-23/+67
* filter: allow for cleanup hook for filter typesJason A. Donenfeld2014-01-143-27/+66
* filter: introduce "filter type" prefixJohn Keeping2014-01-142-2/+40
* filter: add interface layerJohn Keeping2014-01-143-22/+63
* filter: add fprintf_filter functionJohn Keeping2014-01-143-3/+9
* authors: specify maintainersJason A. Donenfeld2014-01-141-6/+13
* filters: Improved syntax-highlighting.pyStefan Tatschner2014-01-131-19/+33
* tests: add CGIT_TEST_OPTS variable to MakefileJohn Keeping2014-01-121-1/+1
* ui-repolist: HTML-escape cgit_rooturl() responseJohn Keeping2014-01-121-1/+3
* ui-shared: URL-escape script_nameJohn Keeping2014-01-121-2/+2
* ui-refs: escape HTML chars in author and tagger namesJohn Keeping2014-01-121-2/+2
* filter: pass extra arguments via cgit_open_filterJohn Keeping2014-01-125-30/+38
* ui-snapshot: set unused cgit_filter fields to zeroJohn Keeping2014-01-121-4/+4
* html: remove redundant htmlfd variableJohn Keeping2014-01-121-3/+1
* tests: add Valgrind supportJohn Keeping2014-01-122-1/+48
* cache: don't leave cache_slot fields uninitializedJohn Keeping2014-01-121-1/+1
* filter: split filter functions into their own fileJason A. Donenfeld2014-01-105-71/+90
* filter: make exit status localJason A. Donenfeld2014-01-102-4/+4
* parsing: fix header typoJason A. Donenfeld2014-01-101-1/+1
* cgit.c: Fix comment on bit mask hackLukas Fleischer2014-01-101-8/+10
* cgit.c: Use "else" for mutually exclusive branchesLukas Fleischer2014-01-101-19/+10
* ui-snapshot.c: Do not reinvent suffixcmp()Lukas Fleischer2014-01-101-6/+1
* Refactor cgit_parse_snapshots_mask()Lukas Fleischer2014-01-101-11/+12
* Disallow use of undocumented snapshot delimitersLukas Fleischer2014-01-101-1/+1
* Replace most uses of strncmp() with prefixcmp()Lukas Fleischer2014-01-106-20/+20
* README: Fix dependenciesLukas Fleischer2014-01-091-4/+3
* README: Spelling and formatting fixesLukas Fleischer2014-01-081-41/+41
* Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch2014-01-081-0/+1
* Add a suggestion to the manpagePřemysl Janouch2014-01-081-2/+3
* Fix the example configurationPřemysl Janouch2014-01-081-1/+1
* Fix about-formatting.shPřemysl Janouch2014-01-081-1/+1
* Fix some spelling errorsPřemysl Janouch2014-01-081-5/+5
* filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts2014-01-081-1/+63
* Add AUTHORS fileLukas Fleischer2014-01-081-0/+6
* Update copyright informationLukas Fleischer2014-01-0823-31/+24
* git: update to 1.8.5Christian Hesse2014-01-082-1/+1
* Reduce line number bloat, fix hover effectPeter Wu2014-01-084-10/+11
* plain: don't append charset for binary MIME typesJohn Keeping2014-01-081-3/+8
* ui-log.c: Several simplificationsLukas Fleischer2014-01-081-19/+9
* Use argv_array in place of vectorLukas Fleischer2014-01-084-75/+15
* ui-stats.c: Remove unused macroLukas Fleischer2014-01-081-2/+0