aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ui-repolist: use ctx.qry.url instead of rooturl, in case we're filteringJason A. Donenfeld2015-03-032-3/+3
* ui-repolist: use correct owner query linkJason A. Donenfeld2015-03-031-1/+1
* Bump verisonv0.11.0Jason A. Donenfeld2015-02-151-1/+1
* ui-clone.c: Fix off-by-one error in pack pathJason A. Donenfeld2015-02-091-5/+11
* Revert "git: use xz compressed archive for download"Jason A. Donenfeld2014-12-241-2/+2
* footer: link back to cgit home pageJason A. Donenfeld2014-12-232-1/+8
* cgitrc.5: we mean a cgi response, not requestJason A. Donenfeld2014-08-011-1/+1
* Bump version.v0.10.2Jason A. Donenfeld2014-06-301-1/+1
* Makefile: use more reliable git tarball mirrorJason A. Donenfeld2014-03-201-1/+1
* Bump version.v0.10.1Jason A. Donenfeld2014-02-281-1/+1
* ui-refs: simplify cmp_age logicJason A. Donenfeld2014-02-261-11/+3
* Clean up cache documentation.Jason A. Donenfeld2014-02-211-22/+25
* Makefile: suppress pkg-config errorJason A. Donenfeld2014-02-201-1/+1
* diffstat: do not rely on uninitialized dataJason A. Donenfeld2014-02-201-0/+1
* simple-authentication: styleJason A. Donenfeld2014-01-231-1/+1
* tests: only do lua tests if lua is compiled-inJason A. Donenfeld2014-01-202-2/+17
* cgit: add --version argument for printing infoJason A. Donenfeld2014-01-201-0/+17
* README: document pkg-config for luajitJason A. Donenfeld2014-01-191-1/+1
* makefile: bump versionv0.10Jason A. Donenfeld2014-01-171-1/+1
* mailmap: source before lighttpdJason A. Donenfeld2014-01-171-1/+1
* ui-shared: do not allow negative minutesJason A. Donenfeld2014-01-171-0/+2
* auth: document tweakables in lua scriptJason A. Donenfeld2014-01-171-0/+10
* repolist: make owner clickable to searchJason A. Donenfeld2014-01-171-0/+6
* ui-shared: move about tab all the way to the leftJason A. Donenfeld2014-01-171-4/+4
* filter: don't forget to reap the auth filterJason A. Donenfeld2014-01-171-0/+1
* cgit.c: free tmp variableJason A. Donenfeld2014-01-171-0/+1
* auth: have cgit calculate login addressJason A. Donenfeld2014-01-166-10/+16
* auth: lua string comparisons are time invariantJason A. Donenfeld2014-01-161-2/+2
* 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
* 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
* makefile: only display lua message onceJason A. Donenfeld2014-01-141-8/+7
* README: document lua makefile flagsJason A. Donenfeld2014-01-141-0/+16
* 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
* authors: specify maintainersJason A. Donenfeld2014-01-141-6/+13
* 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
* Fix silly spelling error.Jason A. Donenfeld2013-08-161-1/+1
* cache: id means static, even if head is specified tooJason A. Donenfeld2013-08-121-3/+3
* cache: document negative ttls and add about ttlJason A. Donenfeld2013-08-123-13/+31