summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeLines
* ui-log: ignore unhandled argumentsJohn Keeping2014-06-28-3/+3
* git: update for git 2.0Christian Hesse2014-06-28-36/+40
* remove trailing whitespaces from source filesChristian Hesse2014-04-17-24/+24
* git: update to 1.9.2Christian Hesse2014-04-12-1/+1
* Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice2014-04-05-9/+14
* Makefile: use more reliable git tarball mirrorJason A. Donenfeld2014-03-20-1/+1
* git: update to 1.9.1Christian Hesse2014-03-20-1/+1
* filter: add libravatar email-filter lua scriptChristian Hesse2014-03-13-0/+26
* Bump version.Jason A. Donenfeld2014-02-28-1/+1
* ui-refs: simplify cmp_age logicJason A. Donenfeld2014-02-26-11/+3
* Remove unused parameter from cgit_print_snapshot()Lukas Fleischer2014-02-21-3/+3
* print download link for reference string length == 1Christian Hesse2014-02-21-1/+1
* Clean up cache documentation.Jason A. Donenfeld2014-02-21-22/+25
* Skip cache slot when time-to-live is zeroLukas Fleischer2014-02-21-9/+15
* git: Update to 1.9.0Lukas Fleischer2014-02-21-1/+1
* Makefile: suppress pkg-config errorJason A. Donenfeld2014-02-20-1/+1
* Add a cache-snapshot-ttl configuration variableLukas Fleischer2014-02-20-0/+12
* diffstat: do not rely on uninitialized dataJason A. Donenfeld2014-02-20-0/+1
* gen-version.sh: check if git is available before trying to call itFabien C2014-02-05-1/+1
* simple-authentication: styleJason A. Donenfeld2014-01-23-1/+1
* makefile: use LUA_PKGCONFIG to set Lua implementationNatanael Copa2014-01-22-31/+16
* tests: only do lua tests if lua is compiled-inJason A. Donenfeld2014-01-20-2/+17
* cgit: add --version argument for printing infoJason A. Donenfeld2014-01-20-0/+17
* cache: use sendfile() instead of a pair of read() + write()Sebastian Andrzej Siewior2014-01-19-1/+34
* README: document pkg-config for luajitJason A. Donenfeld2014-01-19-1/+1
* makefile: bump versionJason A. Donenfeld2014-01-17-1/+1
* mailmap: source before lighttpdJason A. Donenfeld2014-01-17-1/+1
* ui-shared: do not allow negative minutesJason A. Donenfeld2014-01-17-0/+2
* auth: document tweakables in lua scriptJason A. Donenfeld2014-01-17-0/+10
* repolist: make owner clickable to searchJason A. Donenfeld2014-01-17-0/+6
* ui-shared: move about tab all the way to the leftJason A. Donenfeld2014-01-17-4/+4
* filter: don't forget to reap the auth filterJason A. Donenfeld2014-01-17-0/+1
* cgit.c: free tmp variableJason A. Donenfeld2014-01-17-0/+1
* Switch to exclusively using global ctxLukas Fleischer2014-01-17-442/+437
* auth: have cgit calculate login addressJason A. Donenfeld2014-01-16-10/+16
* auth: lua string comparisons are time invariantJason A. Donenfeld2014-01-16-2/+2
* authentication: use hidden form instead of refererJason A. Donenfeld2014-01-16-94/+131
* auth: add basic authentication filter frameworkJason A. Donenfeld2014-01-16-16/+387
* t0111: Additions and fixesLukas Fleischer2014-01-16-10/+10
* parsing.c: Remove leading space from committerLukas Fleischer2014-01-16-1/+1
* Add .mailmapLukas Fleischer2014-01-15-0/+10
* t0111: Add basic tests for Lua filtersLukas Fleischer2014-01-15-36/+63
* email-gravatar: fix html syntax issuesChristian Hesse2014-01-15-2/+2
* email-gravatar: do not scale icons upJason A. Donenfeld2014-01-14-2/+2
* filter: allow returning exit code from filterJason A. Donenfeld2014-01-14-6/+12
* tests/: Add t0111-filter.shLukas Fleischer2014-01-14-0/+57
* email-gravatar: fix html syntax issuesChristian Hesse2014-01-14-2/+2
* email-gravatar.py: fix UTF-8Christian Hesse2014-01-14-0/+4
* email-gravatar.lua: fix for lua 5.2Christian Hesse2014-01-14-1/+1
* makefile: only display lua message onceJason A. Donenfeld2014-01-14-8/+7