aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-14cgit: use cgit_print_error_page() where appropriateJohn Keeping1-20/+7
2015-08-12log: allow users to follow a fileJohn Keeping1-0/+4
2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld1-0/+3
2015-08-12git: update to v2.5.0Christian Hesse1-1/+1
2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt1-4/+4
2015-03-09cgit: remember to set up env vars before empty clone pathJason A. Donenfeld1-0/+1
2015-03-09Avoid non-ANSI function declarationsJohn Keeping1-1/+1
2015-03-05cgit: show clone URLs for empty repoJason A. Donenfeld1-0/+16
2015-02-08git: update for v2.3.0Christian Hesse1-1/+1
2015-01-29Add repo.hide and repo.ignoreLukas Fleischer1-0/+6
2014-12-24repolist: add owner-filterChris Burroughs1-0/+6
2014-12-24git: update to v2.2.1Christian Hesse1-1/+1
2014-12-13Change "ss" diff flag to an enumJohn Keeping1-4/+8
2014-08-07Always check if README exists in choose_readme()Lukas Fleischer1-6/+0
2014-06-28git: update for git 2.0Christian Hesse1-13/+13
2014-02-20Add a cache-snapshot-ttl configuration variableLukas Fleischer1-0/+6
2014-01-20cgit: add --version argument for printing infoJason A. Donenfeld1-0/+17
2014-01-17cgit.c: free tmp variableJason A. Donenfeld1-0/+1
2014-01-17Switch to exclusively using global ctxLukas Fleischer1-161/+161
2014-01-16auth: have cgit calculate login addressJason A. Donenfeld1-1/+2
2014-01-16authentication: use hidden form instead of refererJason A. Donenfeld1-14/+8
2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld1-2/+94
2014-01-14filter: add support for email filterJason A. Donenfeld1-0/+6
2014-01-14filter: basic write hooking infrastructureJason A. Donenfeld1-0/+2
2014-01-14filter: allow for cleanup hook for filter typesJason A. Donenfeld1-0/+1
2014-01-14filter: add fprintf_filter functionJohn Keeping1-3/+3
2014-01-10filter: split filter functions into their own fileJason A. Donenfeld1-36/+6
2014-01-10cgit.c: Fix comment on bit mask hackLukas Fleischer1-8/+10
2014-01-10cgit.c: Use "else" for mutually exclusive branchesLukas Fleischer1-19/+10
2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer1-9/+9
2014-01-08Update copyright informationLukas Fleischer1-2/+1
2013-08-12cache: id means static, even if head is specified tooJason A. Donenfeld1-3/+3
2013-08-12cache: document negative ttls and add about ttlJason A. Donenfeld1-3/+12
2013-08-12use favicon by defaultChristian Hesse1-0/+1
2013-05-26readme: use string_list instead of space deliminationsJason A. Donenfeld1-23/+69
2013-05-25readme: Accept multiple candidates and test them.Jason A. Donenfeld1-0/+35
2013-05-25ui-summary: Pass filename to about-filterJason A. Donenfeld1-1/+1
2013-05-25cgit.c: Do not reset HOME after unsetting it.Jason A. Donenfeld1-13/+0
2013-05-25cgit.c: sync repo config printing with struct cgit_repoJason A. Donenfeld1-0/+14
2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld1-1/+13
2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer1-2/+4
2013-04-08Do not load user or system gitconfig and gitattributesJason A. Donenfeld1-0/+24
2013-04-08use struct strbuf instead of static buffersJohn Keeping1-36/+36
2013-04-08Convert cgit_print_error to a variadic functionJohn Keeping1-10/+8
2013-04-08Fix out-of-bounds memory accesses with virtual_root=""John Keeping1-8/+3
2013-04-08Do not unnecessarily strdup() environment variablesLukas Fleischer1-15/+10
2013-04-08Maŕk cgit_environment members constLukas Fleischer1-2/+2
2013-03-05find_default_branch(): Free refmatch after usageLukas Fleischer1-0/+8
2013-03-05Mark several functions/variables staticLukas Fleischer1-13/+13
2013-03-04cgit.c: Remove parameter from guess_defbranch()Lukas Fleischer1-2/+2