about summary refs log tree commit
path: root/cgit.h
DateCommit message (Expand)
2018-10-12git: update to v2.19.1
2018-07-03extra-head-content: introduce another option for meta tags
2018-06-27global: remove functionality we deprecated for cgit v1.0
2018-06-27snapshot: strip bit from struct cgit_snapshot_format
2018-06-27snapshot: support archive signatures
2018-06-27Add "snapshot-prefix" repo configuration
2017-10-14filter: pipe_fh should be local
2017-10-03ui-blame: add blame UI
2016-10-12shared: remove unused function strlpart()
2016-10-12shared: remove unused function strrpart()
2016-10-01shared: make cgit_free_taginfo() public
2016-10-01shared: remove return value from cgit_free_commitinfo()
2016-09-04git: update to v2.10.0
2016-02-22ui-shared: add homepage to tabs
2016-02-08ui-atom: avoid DATE_STRFTIME
2016-02-08Avoid DATE_STRFTIME for long/short dates
2016-02-08parsing: add timezone to ident structures
2016-01-14ui-plain: add enable-html-serving flag
2016-01-14ui-blob: Do not accept mimetype from user
2015-08-17refactor get_mimetype_from_file() to get_mimetype_for_filename()
2015-08-17move get_mimetype_from_file() to shared
2015-08-13ui-tree: use "sane" isgraph()
2015-08-13cgit.h: move stdbool.h from ui-shared.h
2015-08-12log: allow users to follow a file
2015-08-12shared: make cgit_diff_tree_cb public
2015-08-12git: update to v2.5.0
2015-01-29Add repo.hide and repo.ignore
2014-12-23repolist: add owner-filter
2014-12-13ui-diff: add "stat only" diff type
2014-12-13Change "ss" diff flag to an enum
2014-02-20Add a cache-snapshot-ttl configuration variable
2014-01-16auth: add basic authentication filter framework
2014-01-14filter: add support for email filter
2014-01-14filter: basic write hooking infrastructure
2014-01-14filter: allow for cleanup hook for filter types
2014-01-14filter: add interface layer
2014-01-14filter: add fprintf_filter function
2014-01-12filter: pass extra arguments via cgit_open_filter
2014-01-10filter: split filter functions into their own file
2014-01-10filter: make exit status local
2013-08-12cache: document negative ttls and add about ttl
2013-05-26readme: use string_list instead of space deliminations
2013-04-10Add branch-sort and repo.branch-sort options.
2013-04-08shared.c: add strbuf_ensure_end
2013-04-08html.c: add various strbuf and varadic helpers
2013-04-08Mark char* fields in struct cgit_page as const
2013-04-08Fix out-of-bounds memory accesses with virtual_root=""
2013-04-08Maŕk cgit_environment members const
2013-03-04Free reflists after usage
2013-03-02Update git to v1.7.7.7