aboutsummaryrefslogtreecommitdiff
path: root/cgit.c
AgeCommit message (Expand)Author
2016-07-13Allow agefile to be set per-repositoryRichard Maw
2016-07-13Display notes from namespaceRichard Maw
2016-07-13Find the default branch based on the contents of the namespaceRichard Maw
2016-07-13Guess the default branch based on current namespaceRichard Maw
2016-07-13Set GIT_NAMESPACE when repo.namespace is providedRichard Maw
2016-07-13Print out parsed namespace on requestRichard Maw
2016-07-13Parse repo.namespaceRichard Maw
2016-07-13Add a wrapper for get_sha1 called cgit_get_sha1Richard Maw
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
2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld
2014-01-14filter: add support for email filterJason A. Donenfeld
2014-01-14filter: basic write hooking infrastructureJason A. Donenfeld
2014-01-14filter: allow for cleanup hook for filter typesJason A. Donenfeld
2014-01-14filter: add fprintf_filter functionJohn Keeping
2014-01-10filter: split filter functions into their own fileJason A. Donenfeld
2014-01-10cgit.c: Fix comment on bit mask hackLukas Fleischer
2014-01-10cgit.c: Use "else" for mutually exclusive branchesLukas Fleischer
2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer
2014-01-08Update copyright informationLukas Fleischer
2013-08-12cache: id means static, even if head is specified tooJason A. Donenfeld
2013-08-12cache: document negative ttls and add about ttlJason A. Donenfeld