aboutsummaryrefslogtreecommitdiff
path: root/cgit.h
AgeCommit message (Expand)Author
2020-05-27ui-repolist: add ability to control what repos a user seeAndy Doan
2019-06-25ui-tree: allow per repository override for enable-blameChristian Hesse
2018-10-12git: update to v2.19.1Christian Hesse
2018-07-03extra-head-content: introduce another option for meta tagsJason A. Donenfeld
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-27snapshot: support archive signaturesJohn Keeping
2018-06-27Add "snapshot-prefix" repo configurationJohn Keeping
2017-10-14filter: pipe_fh should be localJason A. Donenfeld
2017-10-03ui-blame: add blame UIJeff Smith
2016-10-12shared: remove unused function strlpart()Christian Hesse
2016-10-12shared: remove unused function strrpart()Christian Hesse
2016-10-01shared: make cgit_free_taginfo() publicJohn Keeping
2016-10-01shared: remove return value from cgit_free_commitinfo()John Keeping
2016-09-04git: update to v2.10.0Christian Hesse
2016-02-22ui-shared: add homepage to tabsJason A. Donenfeld
2016-02-08ui-atom: avoid DATE_STRFTIMEJohn Keeping
2016-02-08Avoid DATE_STRFTIME for long/short datesJohn Keeping
2016-02-08parsing: add timezone to ident structuresJohn Keeping
2016-01-14ui-plain: add enable-html-serving flagJason A. Donenfeld
2016-01-14ui-blob: Do not accept mimetype from userJason A. Donenfeld
2015-08-17refactor get_mimetype_from_file() to get_mimetype_for_filename()Christian Hesse
2015-08-17move get_mimetype_from_file() to sharedChristian Hesse
2015-08-13ui-tree: use "sane" isgraph()John Keeping
2015-08-13cgit.h: move stdbool.h from ui-shared.hJohn Keeping
2015-08-12log: allow users to follow a fileJohn Keeping
2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping
2015-08-12git: update to v2.5.0Christian Hesse
2015-01-29Add repo.hide and repo.ignoreLukas Fleischer
2014-12-23repolist: add owner-filterChris Burroughs
2014-12-13ui-diff: add "stat only" diff typeJohn Keeping
2014-12-13Change "ss" diff flag to an enumJohn Keeping
2014-02-20Add a cache-snapshot-ttl configuration variableLukas Fleischer
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 interface layerJohn Keeping
2014-01-14filter: add fprintf_filter functionJohn Keeping
2014-01-12filter: pass extra arguments via cgit_open_filterJohn Keeping
2014-01-10filter: split filter functions into their own fileJason A. Donenfeld
2014-01-10filter: make exit status localJason A. Donenfeld
2013-08-12cache: document negative ttls and add about ttlJason A. Donenfeld
2013-05-26readme: use string_list instead of space deliminationsJason A. Donenfeld
2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld
2013-04-08shared.c: add strbuf_ensure_endJohn Keeping
2013-04-08html.c: add various strbuf and varadic helpersJohn Keeping
2013-04-08Mark char* fields in struct cgit_page as constJohn Keeping
2013-04-08Fix out-of-bounds memory accesses with virtual_root=""John Keeping
2013-04-08Maŕk cgit_environment members constLukas Fleischer