aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-20global: replace references to 'sha1' with 'oid'Christian Hesse1-8/+8
2020-01-13git: update to v2.25.0Christian Hesse1-1/+1
2019-10-25git: update to v2.22.0Christian Hesse1-6/+11
2019-06-25ui-tree: allow per repository override for enable-blameChristian Hesse1-0/+4
2018-11-25auth-filter: pass url with query string attachedJason A. Donenfeld1-1/+1
2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev1-0/+2
2018-07-14auth-filter: do not write more than we've readJason A. Donenfeld1-2/+2
2018-07-03extra-head-content: introduce another option for meta tagsJason A. Donenfeld1-0/+4
2018-06-27Use string list strdup_strings for mimetypesJohn Keeping1-2/+2
2018-06-27global: remove functionality we deprecated for cgit v1.0Christian Hesse1-14/+3
2018-06-27snapshot: strip bit from struct cgit_snapshot_formatChristian Hesse1-1/+1
2018-06-27Add "snapshot-prefix" repo configurationJohn Keeping1-0/+2
2018-02-12cgit: prepare repo before error pagesJason A. Donenfeld1-7/+12
2018-01-19git: update to v2.16.0Christian Hesse1-1/+1
2017-10-03ui-blame: add blame UIJeff Smith1-0/+2
2017-08-10cgit: don't set vpath unless repo is setJohn Keeping1-6/+6
2016-10-12Use skip_prefix() to get rid of magic constantsLukas Fleischer1-26/+30
2016-10-04cgit: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse1-4/+5
2016-09-04git: update to v2.10.0Christian Hesse1-1/+1
2016-07-12Fix qry.head leak on errorRichard Maw1-4/+4
2016-06-07Hosted on HTTPS nowJason A. Donenfeld1-1/+1
2016-02-22ui-shared: add homepage to tabsJason A. Donenfeld1-0/+4
2016-01-14ui-plain: add enable-html-serving flagJason A. Donenfeld1-0/+5
2016-01-14ui-blob: Do not accept mimetype from userJason A. Donenfeld1-2/+0
2015-11-24filter: avoid integer overflow in authenticate_postJason A. Donenfeld1-1/+1
2015-10-09cgit.c: remove useless null checkJohn Keeping1-1/+1
2015-08-14cmd: no need for pre function hook nowJason A. Donenfeld1-3/+0
2015-08-14cmd: remove "want_layout" fieldJohn Keeping1-9/+0
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