aboutsummaryrefslogtreecommitdiff
path: root/cgit.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-19js: add dynamic age updateAndy Green1-0/+1
2022-12-19config: add jsAndy Green1-0/+1
2022-12-19css: change to be a listAndy Green1-1/+1
2020-10-20global: replace references to 'sha1' with 'oid'Christian Hesse1-3/+3
2020-10-19git: update to v2.29.0Christian Hesse1-1/+1
2019-06-25ui-tree: allow per repository override for enable-blameChristian Hesse1-0/+1
2018-10-12git: update to v2.19.1Christian Hesse1-0/+1
2018-07-03extra-head-content: introduce another option for meta tagsJason A. Donenfeld1-0/+1
2018-06-27global: remove functionality we deprecated for cgit v1.0Christian Hesse1-3/+0
2018-06-27snapshot: strip bit from struct cgit_snapshot_formatChristian Hesse1-1/+3
2018-06-27snapshot: support archive signaturesJohn Keeping1-0/+2
2018-06-27Add "snapshot-prefix" repo configurationJohn Keeping1-0/+1
2017-10-14filter: pipe_fh should be localJason A. Donenfeld1-1/+0
2017-10-03ui-blame: add blame UIJeff Smith1-0/+1
2016-10-12shared: remove unused function strlpart()Christian Hesse1-1/+0
2016-10-12shared: remove unused function strrpart()Christian Hesse1-1/+0
2016-10-01shared: make cgit_free_taginfo() publicJohn Keeping1-0/+1
2016-10-01shared: remove return value from cgit_free_commitinfo()John Keeping1-1/+1
2016-09-04git: update to v2.10.0Christian Hesse1-4/+4
2016-02-22ui-shared: add homepage to tabsJason A. Donenfeld1-0/+1
2016-02-08ui-atom: avoid DATE_STRFTIMEJohn Keeping1-5/+0
2016-02-08Avoid DATE_STRFTIME for long/short datesJohn Keeping1-2/+0
2016-02-08parsing: add timezone to ident structuresJohn Keeping1-0/+3
2016-01-14ui-plain: add enable-html-serving flagJason A. Donenfeld1-0/+2
2016-01-14ui-blob: Do not accept mimetype from userJason A. Donenfeld1-1/+0
2015-08-17refactor get_mimetype_from_file() to get_mimetype_for_filename()Christian Hesse1-1/+1
2015-08-17move get_mimetype_from_file() to sharedChristian Hesse1-0/+2
2015-08-13ui-tree: use "sane" isgraph()John Keeping1-0/+3
2015-08-13cgit.h: move stdbool.h from ui-shared.hJohn Keeping1-0/+2
2015-08-12log: allow users to follow a fileJohn Keeping1-0/+2
2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping1-0/+3
2015-08-12git: update to v2.5.0Christian Hesse1-1/+1
2015-01-29Add repo.hide and repo.ignoreLukas Fleischer1-0/+2
2014-12-23repolist: add owner-filterChris Burroughs1-1/+3
2014-12-13ui-diff: add "stat only" diff typeJohn Keeping1-1/+1
2014-12-13Change "ss" diff flag to an enumJohn Keeping1-3/+7
2014-02-20Add a cache-snapshot-ttl configuration variableLukas Fleischer1-0/+1
2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld1-1/+6
2014-01-14filter: add support for email filterJason A. Donenfeld1-1/+3
2014-01-14filter: basic write hooking infrastructureJason A. Donenfeld1-1/+2
2014-01-14filter: allow for cleanup hook for filter typesJason A. Donenfeld1-0/+2
2014-01-14filter: add interface layerJohn Keeping1-0/+8
2014-01-14filter: add fprintf_filter functionJohn Keeping1-0/+1
2014-01-12filter: pass extra arguments via cgit_open_filterJohn Keeping1-1/+2
2014-01-10filter: split filter functions into their own fileJason A. Donenfeld1-0/+1
2014-01-10filter: make exit status localJason A. Donenfeld1-1/+0
2013-08-12cache: document negative ttls and add about ttlJason A. Donenfeld1-0/+1
2013-05-26readme: use string_list instead of space deliminationsJason A. Donenfeld1-2/+2
2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld1-0/+2
2013-04-08shared.c: add strbuf_ensure_endJohn Keeping1-0/+2