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