aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* authentication: use hidden form instead of refererJason A. Donenfeld2014-01-163-94/+131
* auth: add basic authentication filter frameworkJason A. Donenfeld2014-01-166-16/+387
* t0111: Additions and fixesLukas Fleischer2014-01-164-10/+10
* parsing.c: Remove leading space from committerLukas Fleischer2014-01-161-1/+1
* Add .mailmapLukas Fleischer2014-01-151-0/+10
* t0111: Add basic tests for Lua filtersLukas Fleischer2014-01-155-36/+63
* email-gravatar: fix html syntax issuesChristian Hesse2014-01-152-2/+2
* email-gravatar: do not scale icons upJason A. Donenfeld2014-01-142-2/+2
* filter: allow returning exit code from filterJason A. Donenfeld2014-01-143-6/+12
* tests/: Add t0111-filter.shLukas Fleischer2014-01-144-0/+57
* email-gravatar: fix html syntax issuesChristian Hesse2014-01-142-2/+2
* email-gravatar.py: fix UTF-8Christian Hesse2014-01-141-0/+4
* email-gravatar.lua: fix for lua 5.2Christian Hesse2014-01-141-1/+1
* makefile: only display lua message onceJason A. Donenfeld2014-01-141-8/+7
* README: document lua makefile flagsJason A. Donenfeld2014-01-141-0/+16
* cgitrc.5.txt: Fix documentation of the snapshot maskLukas Fleischer2014-01-141-6/+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