summaryrefslogtreecommitdiff
path: root/cgit.c
AgeCommit message (Expand)Author
2021-02-14Language and License fields added to repo tableHEADmasterJed Barber
2020-10-20global: replace references to 'sha1' with 'oid'Christian Hesse
2020-01-13git: update to v2.25.0Christian Hesse
2019-10-25git: update to v2.22.0Christian Hesse
2019-06-25ui-tree: allow per repository override for enable-blameChristian Hesse
2018-11-25auth-filter: pass url with query string attachedJason A. Donenfeld
2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev
2018-07-14auth-filter: do not write more than we've readJason A. Donenfeld
2018-07-03extra-head-content: introduce another option for meta tagsJason A. Donenfeld
2018-06-27Use string list strdup_strings for mimetypesJohn Keeping
2018-06-27global: remove functionality we deprecated for cgit v1.0Christian Hesse
2018-06-27snapshot: strip bit from struct cgit_snapshot_formatChristian Hesse
2018-06-27Add "snapshot-prefix" repo configurationJohn Keeping
2018-02-12cgit: prepare repo before error pagesJason A. Donenfeld
2018-01-19git: update to v2.16.0Christian Hesse
2017-10-03ui-blame: add blame UIJeff Smith
2017-08-10cgit: don't set vpath unless repo is setJohn Keeping
2016-10-12Use skip_prefix() to get rid of magic constantsLukas Fleischer
2016-10-04cgit: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-09-04git: update to v2.10.0Christian Hesse
2016-07-12Fix qry.head leak on errorRichard Maw
2016-06-07Hosted on HTTPS nowJason A. Donenfeld
2016-02-22ui-shared: add homepage to tabsJason A. Donenfeld
2016-01-14ui-plain: add enable-html-serving flagJason A. Donenfeld
2016-01-14ui-blob: Do not accept mimetype from userJason A. Donenfeld
2015-11-24filter: avoid integer overflow in authenticate_postJason A. Donenfeld
2015-10-09cgit.c: remove useless null checkJohn Keeping
2015-08-14cmd: no need for pre function hook nowJason A. Donenfeld
2015-08-14cmd: remove "want_layout" fieldJohn Keeping
2015-08-14cgit: use cgit_print_error_page() where appropriateJohn Keeping
2015-08-12log: allow users to follow a fileJohn Keeping
2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld
2015-08-12git: update to v2.5.0Christian Hesse
2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt
2015-03-09cgit: remember to set up env vars before empty clone pathJason A. Donenfeld
2015-03-09Avoid non-ANSI function declarationsJohn Keeping
2015-03-05cgit: show clone URLs for empty repoJason A. Donenfeld
2015-02-08git: update for v2.3.0Christian Hesse
2015-01-29Add repo.hide and repo.ignoreLukas Fleischer
2014-12-23repolist: add owner-filterChris Burroughs
2014-12-23git: update to v2.2.1Christian Hesse
2014-12-13Change "ss" diff flag to an enumJohn Keeping
2014-08-07Always check if README exists in choose_readme()Lukas Fleischer
2014-06-28git: update for git 2.0Christian Hesse
2014-02-20Add a cache-snapshot-ttl configuration variableLukas Fleischer
2014-01-20cgit: add --version argument for printing infoJason A. Donenfeld
2014-01-17cgit.c: free tmp variableJason A. Donenfeld
2014-01-17Switch to exclusively using global ctxLukas Fleischer
2014-01-16auth: have cgit calculate login addressJason A. Donenfeld
2014-01-16authentication: use hidden form instead of refererJason A. Donenfeld